Enum CVTemplateMatchMethod
- Namespace
- VisioForge.Core.Types.X.OpenCV
- Assembly
- VisioForge.Core.dll
OpenCV template match method.
public enum CVTemplateMatchMethodFields
SquareDifference = 0-
The square difference.
SquareDifferenceNormalized = 1-
The square difference normalized.
Correlation = 2-
The correlation.
CorrelationNormalized = 3-
The correlation normalized.
CCOEFF = 4-
The CCOEFF.
CCOEFFNormalized = 5-
The CCOEFF normalized.