moetayuko / GrabCut

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GrabCut

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

Dependencies

  • Python 3.6
  • OpenCV
  • NumPy
  • scikit-learn
  • python-igraph

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


Languages

Language:Python 100.0%