All Projects → NathanZabriskie → Graphcut

NathanZabriskie / Graphcut

Graph cut image segmentation with custom GUI.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Graphcut

Qtpy
Provides an uniform layer to support PyQt5, PySide2, PyQt4 and PySide with a single codebase
Stars: ✭ 492 (+387.13%)
Mutual labels:  pyqt
Vscode Qt For Python
Qt for Python (PyQt5 and PySide2) extension for Visual Studio Code.
Stars: ✭ 47 (-53.47%)
Mutual labels:  pyqt
Pynms
A vendor-agnostic NMS for carrier-grade network simulation and automation
Stars: ✭ 73 (-27.72%)
Mutual labels:  pyqt
Tuchart
Tuchart is a visualization interface for the Chinese stock market. Tuchart supports candlestick charts, price charts, tick data, high-frequency data and distribution of top shareholders for individual stocks. Tuchart是一个基于pyqt和echarts的股票视觉化应用。Tuchart 支持日/月线,分笔,高频数据,前十股东分笔的视觉化
Stars: ✭ 694 (+587.13%)
Mutual labels:  pyqt
Load Qss
Change look and feel for Qgis
Stars: ✭ 30 (-70.3%)
Mutual labels:  pyqt
Upyide
Micropython IDE
Stars: ✭ 57 (-43.56%)
Mutual labels:  pyqt
Turkce Python Kaynaklari
Türkçe olarak hazırlanmış Python programlama dili ile ilgili içeriklerin derlendiği sayfa.
Stars: ✭ 295 (+192.08%)
Mutual labels:  pyqt
Treenote
An intuitive outliner for personal knowledge and task management
Stars: ✭ 100 (-0.99%)
Mutual labels:  pyqt
Picacg Windows
哔咔漫画window客户端,界面使用PySide2,已实现分类、搜索、收藏夹、下载、在线观看、waifu2x等功能。
Stars: ✭ 35 (-65.35%)
Mutual labels:  pyqt
Pyface
pyface: traits-capable windowing framework
Stars: ✭ 71 (-29.7%)
Mutual labels:  pyqt
Cleanmywechat
自动删除 PC 端微信缓存数据,包括从所有聊天中自动下载的大量文件、视频、图片等数据内容,解放你的空间。
Stars: ✭ 816 (+707.92%)
Mutual labels:  pyqt
Hidpytoy
A GUI app for playing with HID devices, written in Python
Stars: ✭ 25 (-75.25%)
Mutual labels:  pyqt
Musicbox
😊 🎵 MusicPlayer 一站式收听多平台音乐(网易云, 虾米, QQ)的跨平台音乐播放器,尽情享受吧~✨
Stars: ✭ 1,130 (+1018.81%)
Mutual labels:  pyqt
Scihubeva
A Cross Platform Sci-Hub GUI Application
Stars: ✭ 683 (+576.24%)
Mutual labels:  pyqt
Exco
Extensible GUI text editor written in Python
Stars: ✭ 73 (-27.72%)
Mutual labels:  pyqt
Resetter
The easiest way to reset your debian or ubuntu based linux back to stock
Stars: ✭ 333 (+229.7%)
Mutual labels:  pyqt
Spin
a small utility to assist in setting usage modes of laptop-tablet devices
Stars: ✭ 52 (-48.51%)
Mutual labels:  pyqt
Openroast
An open source, cross-platform application for home coffee roasting
Stars: ✭ 100 (-0.99%)
Mutual labels:  pyqt
Examples
Learn to create a desktop app with Python and Qt
Stars: ✭ 1,196 (+1084.16%)
Mutual labels:  pyqt
Image Downloader
Download images from Google, Bing, Baidu. 谷歌、百度、必应图片下载.
Stars: ✭ 1,173 (+1061.39%)
Mutual labels:  pyqt

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].