lovelers / GraphCut

Graph cut image segmentation with custom GUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphCut

An implementation of the graph cut algorithm with a custom GUI written in PyQt. Using the interface users mark the foreground and background of the image. Using this information, the program builds a graph from the image pixels where the weights between pixels represent the difference between them. To segment the image a minimum cut is performed on the graph.

The interface: GUI

And an example result:

before after

To run the program start up NewCutUI.py

About

Graph cut image segmentation with custom GUI.


Languages

Language:Python 100.0%