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

Variables

const ConstMap< string, int > CCLAlgMap
 Map type specification. More...
 

Variable Documentation

◆ CCLAlgMap

const ConstMap<string,int> anonymous_namespace{connectedComponents.cpp}::CCLAlgMap
Initial value:
("Wu", cv::CCL_WU)
("Default", cv::CCL_DEFAULT)
("Grana", cv::CCL_GRANA)
CCL_GRANA
CCL_DEFAULT
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

Map type specification.

Definition at line 15 of file connectedComponents.cpp.