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

Variables

const ConstMap< string, int > MarkerTypeMap
 Marker types for option processing. More...
 

Variable Documentation

◆ MarkerTypeMap

const ConstMap<string,int> anonymous_namespace{drawMarker.cpp}::MarkerTypeMap
Initial value:
("Cross", cv::MARKER_CROSS)
("TiltedCross", cv::MARKER_TILTED_CROSS)
("Star", cv::MARKER_STAR)
("Diamond", cv::MARKER_DIAMOND)
("Square", cv::MARKER_SQUARE)
("TriangleUp", cv::MARKER_TRIANGLE_UP)
("TriangleDown", cv::MARKER_TRIANGLE_DOWN)
MARKER_TILTED_CROSS
MARKER_SQUARE
MARKER_STAR
MARKER_TRIANGLE_UP
MARKER_DIAMOND
MARKER_TRIANGLE_DOWN
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927
MARKER_CROSS

Marker types for option processing.

Definition at line 15 of file drawMarker.cpp.