MatchTemplateMethod Enumeration OpenCvSharp Class Library
Specifies the way the template must be compared with image regions

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum MatchTemplateMethod
Members

  Member nameValueDescription
SqDiff0 [CV_TM_SQDIFF]
SqDiffNormed1 [CV_TM_SQDIFF_NORMED]
CCorr2 [CV_TM_CCORR]
CCorrNormed3 [CV_TM_CCORR_NORMED]
CCoeff4 [CV_TM_CCOEFF]
CCoeffNormed5 [CV_TM_CCOEFF_NORMED]
See Also

Reference