Skip to content

mavenzer/Graph_Based_Image_Segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Based Image Segmentation

Graph Based image segmentation

Used a Classical method for the image segmentation instead of using Deep learning methods Like CNN or Semantic Segmantic Segmentation or Auto-Encoders.

  1. Run "cmake ." to compile programs using cmake (sample CMakeLists.txt file is included)
  2. Run "make"
  3. Execute program with first argument as (relative) image path. A second argument (0 or 1) is required for the "minCut" program. 0 denotes execution without capacity scaling approach and 1 denotes execution with capacity scaling approach.

Examples:

./ccl test.jpg ./minCut test.jpg 0 ./minCut test.jpg 1 ./mst test.jpg

Releases

No releases published

Packages

No packages published