The "growcut" package implements cellular automata based segmentation algorithm.
V. Vezhnevets, V. Konouchine. "Grow-Cut" - Interactive Multi-Label N-D Image Segmentation".
In Proceedings of the 2005 Conference, Graphicon. Pages 150 – 156.
- Nathan Faggian
- Josh Warner (cython)
- Stefan Van Der Walt (cython, algorithm)
The required dependencies to build the software are:
- python
- numpy
- scipy
- cython
- scikit-image
- py.test
This packages uses distutils, which is the default way of installing python modules. To install in your home directory, use:
python setup.py install --home
To install for all users on Unix/Linux:
python setup.py build
sudo python setup.py install
Using the ipython web viewer (nbviewer):
Using a local checkout:
ipython notebook --pylab=inline --notebook-dir=`pwd`/notebooks/'
Follow: Fork + Pull Model:
https://help.github.com/articles/using-pull-requests