grabCut fist impl and test

This commit is contained in:
James Bowman
2010-07-22 23:39:42 +00:00
parent f572047496
commit 389c002eea
2 changed files with 35 additions and 0 deletions
+9
View File
@@ -1644,6 +1644,15 @@ HOGDetectMultiScale CvSeq*
int nbins 9
int gammaCorrection 1
grabCut
CvArr image
CvArr mask
CvRect rect
CvArr bgdModel
CvArr fgdModel
int iterCount
int mode
# These functions are handwritten in cv.cpp; they appear here as 'doconly' declarations
# so that their documentation can be auto-generated
ApproxPoly /doconly