Boese0601 / GrabCut_python

OpenCV and my own implementation of GrabCut

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GrabCut

Implementation of Grabcut: Interactive foreground extraction using iterated graph cuts, ACM SIGGRAPH 2004, without border matting.

File desctiptions

Usage

python grabcut.py <filename>

If filename is not specified, the program will pick messi5.jpg to segment. For more details, please refer to instructions printed to the console after run the program.

About

OpenCV and my own implementation of GrabCut


Languages

Language:Python 100.0%