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

Variables

const ConstMap< string, int > AutoThresholdTypesMap
 automatic threshold type for option processing More...
 

Variable Documentation

◆ AutoThresholdTypesMap

const ConstMap<string,int> anonymous_namespace{threshold.cpp}::AutoThresholdTypesMap
Initial value:
("Otsu", cv::THRESH_OTSU)
("Triangle", cv::THRESH_TRIANGLE)
THRESH_TRIANGLE
THRESH_OTSU
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

automatic threshold type for option processing

Definition at line 15 of file threshold.cpp.