Correlation Class

CVB.Net Documentation
Collection of functions that calculate different kinds of correlation values.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.FoundationCorrelation

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

public static class Correlation
Methods

  NameDescription
Public methodStatic memberCalculate(ImagePlane, ImagePlane)
Calculate the correlation coefficients between an plane and a template.
Public methodStatic memberCalculate(ImagePlane, ImagePlane, CorrelationMethod)
Calculate the correlation between an plane and a template using a selectable calculation method.
Public methodStatic memberCalculate(ImagePlane, ImagePlane, Rect)
Calculate the correlation coefficients between an plane and a template.
Public methodStatic memberCalculate(ImagePlane, ImagePlane, Rect, CorrelationMethod)
Calculate the correlation between an plane and a template using a selectable calculation method.
Public methodStatic memberFindMatches(ImagePlane, ImagePlane, Double, Int32)
Use the correlation coefficient calculation method to find locations in the input image plane that match the given template.
Public methodStatic memberFindMatches(ImagePlane, ImagePlane, Rect, Double, Int32)
Use the correlation coefficient calculation method to find locations in the input image plane that match the given template.
Public methodStatic memberFindMatches(ImagePlane, ImagePlane, Double, Int32, SubPixelMode, Neighborhood)
Use the correlation coefficient calculation method to find locations in the input image plane that match the given template.
Public methodStatic memberFindMatches(ImagePlane, ImagePlane, Rect, Double, Int32, SubPixelMode, Neighborhood)
Use the correlation coefficient calculation method to find locations in the input image plane that match the given template.
Top
See Also

Reference