Helper functions for Ibex Package for the manipulation of skeleton and its simplified graph.
- 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
- @bmatejek: mesh to skeleton conversion
- @srujanm: skeleton to graph conversion
- @abhimanyutalwar: graph simplification, notebook
- @donglaiw: graph simplification, repo organization