Skip to content

srujanm/ibex

 
 

Repository files navigation

ibex

This fork is a stripped down version of Brian Matejek's original ibex repository. It provides tools to generate skeletons from a segmentation. Additional functionalities over the original ibex include:

  • Generation of skeleton edges along with nodes
  • Adjacency matrix extraction
  • Skeleton length calculation
  • Skeleton plotting

Getting started

Clone the repository.

git clone --recursive https://github.com/srujanm/ibex.git

If you are using this for parallel fiber analysis in the cerebellum repository, make sure you switch to the relevant branch. If not, proceed to the build step below.

git checkout cereb-compat

Locally build the transforms and skeletonization modules by running this command in ibex\transforms\ and ibex\skeletonization\

python setup.py build_ext --inplace

The notebook included in the repository is a great place to get started! You should run it from the directory into which you cloned ibex.

About

Tools for skeleton generation from neuronal tissue segmentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 62.3%
  • Python 32.9%
  • Jupyter Notebook 3.8%
  • C 1.0%