Enum CVTemplateMatchMethod
OpenCV template match method.
Namespace: VisioForge.Core.Types.X.OpenCV
Assembly: VisioForge.Core.dll
Syntax
public enum CVTemplateMatchMethod
Fields
| Name | Description |
|---|---|
| CCOEFF | The CCOEFF. |
| CCOEFFNormalized | The CCOEFF normalized. |
| Correlation | The correlation. |
| CorrelationNormalized | The correlation normalized. |
| SquareDifference | The square difference. |
| SquareDifferenceNormalized | The square difference normalized. |