Skip to content

hushee69/image-binarization-with-graph-cuts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

image-binarization-with-graph-cuts

Separate image into black and white

Uses the Edmonds-Karp variant to find the maximum flow and minimum cut to divide the image pixels into foreground and background

Compilation instructions

In the base directory of the project, enter the command

javac -d bin src/image/segmentation/*.java

This will create the bin folder if it doesn't already exist

Then while still in the base directory, execute the command below

java -cp ./bin image.segmentation.Application

About

Render an image black and white using maximum flow algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages