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:
=
ConstMap<string,int>
(
"Wu"
,
cv::CCL_WU
)
(
"Default"
,
cv::CCL_DEFAULT
)
(
"Grana"
,
cv::CCL_GRANA
)
cv::CCL_GRANA
CCL_GRANA
cv::CCL_WU
CCL_WU
cv::CCL_DEFAULT
CCL_DEFAULT
ConstMap
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
.
Generated by
1.8.14