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

Variables

const ConstMap< string, int > ContourMode
 Mode of the contour retrieval algorithm for option processing. More...
 
const ConstMap< string, int > ContourType
 Type of the contour approximation algorithm for option processing. More...
 

Variable Documentation

◆ ContourMode

const ConstMap<string,int> anonymous_namespace{findContours.cpp}::ContourMode
Initial value:
("External", cv::RETR_EXTERNAL)
("List", cv::RETR_LIST)
("CComp", cv::RETR_CCOMP)
("Tree", cv::RETR_TREE)
("FloodFill", cv::RETR_FLOODFILL)
RETR_EXTERNAL
RETR_LIST
RETR_TREE
RETR_CCOMP
RETR_FLOODFILL
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

Mode of the contour retrieval algorithm for option processing.

Definition at line 15 of file findContours.cpp.

◆ ContourType

const ConstMap<string,int> anonymous_namespace{findContours.cpp}::ContourType
Initial value:
CHAIN_APPROX_TC89_KCOS
CHAIN_APPROX_TC89_L1
CHAIN_APPROX_SIMPLE
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927
CHAIN_APPROX_NONE

Type of the contour approximation algorithm for option processing.

Definition at line 23 of file findContours.cpp.