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

Variables

const ConstMap< string, int > CompTypesMap
 comparison types map of relational operators for option processing More...
 

Variable Documentation

◆ CompTypesMap

const ConstMap<string,int> anonymous_namespace{compare.cpp}::CompTypesMap
Initial value:
("eq", cv::CMP_EQ)
("gt", cv::CMP_GT)
("ge", cv::CMP_GE)
("lt", cv::CMP_LT)
("le", cv::CMP_LE)
("ne", cv::CMP_NE)
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

comparison types map of relational operators for option processing

Definition at line 14 of file compare.cpp.