CorrelationMethod Enumeration

CVB.Net Documentation
Correlation calculation methods.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public enum CorrelationMethod
Members

  Member nameValueDescription
SumOfSquareDistances0 Normalized sum of square Distances.
CorrelationCoefficients1 Calculate the normalized correlation coefficients between image and template.
CrossCorrelation2 Calculate the cross correlations between image and template.
See Also

Reference