mexopencv  3.4.1
MEX interface for OpenCV library
Variables
anonymous_namespace{grabCut.cpp} Namespace Reference

Variables

const ConstMap< string, int > GrabCutType
 GrabCut algorithm types for option processing. More...
 

Variable Documentation

◆ GrabCutType

const ConstMap<string,int> anonymous_namespace{grabCut.cpp}::GrabCutType
Initial value:
("InitWithRect", cv::GC_INIT_WITH_RECT)
("InitWithMask", cv::GC_INIT_WITH_MASK)
("Eval", cv::GC_EVAL)
GC_INIT_WITH_RECT
GC_INIT_WITH_MASK
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

GrabCut algorithm types for option processing.

Definition at line 15 of file grabCut.cpp.