Skip to content

MaxtirError/GrabCut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GrabCut

pure C++ method implement GrabCut algorithm

ENV

Qt5

Eigen3

maxflow

Visual Studio C++

how to install

mkdir build
cd build
cmake ..

Core Code

in src/App/

GMM.h,GMM.cpp for Gaussian Mixture Modeling;

GrabCut.cpp and GrabCut.h for main algorithm

how to use

mainwindow like this

use open to load an image, and then choose polygon Choose , select the region and Click GrabCut

resutl like this

About

pure C++ method implement GrabCut algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published