close
Skip to content

donglaiw/ibexHelper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

646 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IbexHelper:

Helper functions for Ibex Package for the manipulation of skeleton and its simplified graph.

Install

  • setup environment
git clone https://github.com/donglaiw/ibexHelper
cd ibexHelper/
conda create -n ibexHelper python=2.7
source activate ibexHelper
pip install -r requirements.txt
  • compilation
cd ibex/skeletonization/
python setup.py build_ext --inplace
cd ../../ibex/transforms/
python setup.py build_ext --inplace

Main Contributors

  • @bmatejek: mesh to skeleton conversion
  • @srujanm: skeleton to graph conversion
  • @abhimanyutalwar: graph simplification, notebook
  • @donglaiw: graph simplification, repo organization

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 69.3%
  • HTML 23.7%
  • Python 3.7%
  • C++ 3.2%
  • C 0.1%