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

Variables

const ConstMap< string, int > MatchMethod
 type of the template matching operation More...
 

Variable Documentation

◆ MatchMethod

const ConstMap<string,int> anonymous_namespace{matchTemplate.cpp}::MatchMethod
Initial value:
("SqDiff", cv::TM_SQDIFF)
("SqDiffNormed", cv::TM_SQDIFF_NORMED)
("CCorr", cv::TM_CCORR)
("CCorrNormed", cv::TM_CCORR_NORMED)
("CCoeff", cv::TM_CCOEFF)
("CCoeffNormed", cv::TM_CCOEFF_NORMED)
TM_CCOEFF
TM_SQDIFF_NORMED
TM_CCORR_NORMED
TM_SQDIFF
TM_CCOEFF_NORMED
TM_CCORR
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

type of the template matching operation

Definition at line 15 of file matchTemplate.cpp.