Correlation Methods

CVB.Net Documentation
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