Skip to content

qizhuli/OneCut

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OneCut - software for interactive image segmentation

"Grabcut in One Cut"
Meng Tang, Lena Gorelick, Olga Veksler, Yuri Boykov
In IEEE International Conference on Computer Vision (ICCV), Sydney, Australia, Dec. 2013.

Contact author: Meng Tang (mtang73@uwo.ca)

Example output of OneCut for interactive segmentation in a fraction of a second:

load input image
Image width: 481
Image height: 321
Color bin size: 8
number of non-empty color bins: 1015
load bounding box
run maxflow/mincut
ibfsgraph->getFlow(): 5.67943e+007
save segmentation
saved into: images/326038_result.bmp
It takes 0.439 seconds!
errornum / boxsize 1775 58608
errorrate: 0.030286

Note that for solving maxflow in OneCut, we recommend the IBFS algorithm.

##License and CopyRight## See LICENSE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.7%
  • Other 1.3%