Interactive-image-segmentation-opencv-qt V-1.0

使用opencv进行交互式抠图

This is a simple interactive image segmentation app written by python opencv and pyqt.

This app applys Grabcut algorithm in opencv for matting images. Grabcut is an improved version of Graphcut algorithm. Check these papers(paper1, paper2) for detail information~~

The gui part is mostly from this great work labelImg. It is a very good example for pygt beginner!

Requirement:

Usage:

python app.py

Result:

Performence of app

input:

output:

TODO: