SkillAgentSearch skills...

GraphCut

Graph cut image segmentation with custom GUI.

Install / Use

/learn @NathanZabriskie/GraphCut
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars167
CategoryDevelopment
Updated2mo ago
Forks57

Languages

Python

Security Score

85/100

Audited on Dec 22, 2025

No findings