Skip to content

lokifacio/graphCuts

 
 

Repository files navigation

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 -i ~/code/data/twoConnectedComponent.tif -g ~/code/data/seedSink.tif -v

You can find sample data at cvlab

License

GPL v3 see LICENSE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.6%
  • CMake 2.4%