pmneila / graphCuts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph Cuts

Dependencies

  • ITK 4.6.1
  • VTK 6.2.0

Building

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

Running

Run with

./graphCutter -s ~/code/data/merged.tif -i ~/code/data/image.tif -g ~/code/data/seedSink.tif -v

You can find sample data at cvlab

License

GPL v3 see LICENSE

About

License:GNU General Public License v3.0


Languages

Language:C++ 98.9%Language:CMake 1.1%