- ITK 4.6.1
- VTK 6.2.0
Built with cmake.
You need a compiler that fully supports C++11
. It has been tested with g++-4.7.4
.
ITK has to be built with Review ON and vtkGlue.
mkdir build
cd build
cmake ..
make
Run with
./graphCutter -i ~/code/data/twoConnectedComponent.tif -g ~/code/data/seedSink.tif -v
You can find sample data at cvlab
GPL v3 see LICENSE