Correlation Methods

CVB.Net Documentation
Methods

  NameDescription
Public methodStatic memberSearch(Image, Image, Double)
Find the best correlation match of the template in the image with sub-pixel accuracy. The amount of sub pixel accuracy that may be achieved depends on the size of the template.
Public methodStatic memberSearch(ImagePlane, ImagePlane, Double)
Find the best correlation match of the template in the plane with sub-pixel accuracy. The amount of sub pixel accuracy that may be achieved depends on the size of the template.
Public methodStatic memberSearch(Image, Image, Double, Area2D)
Find the best correlation match of the template in the image with sub-pixel accuracy. The amount of sub pixel accuracy that may be achieved depends on the size of the template.
Public methodStatic memberSearch(ImagePlane, ImagePlane, Double, Area2D)
Find the best correlation match of the template in the plane with sub-pixel accuracy. The amount of sub pixel accuracy that may be achieved depends on the size of the template.
Public methodStatic memberSearchAll(Image, Image, Double, Double, Int32)
Find all correlation matches of the template in the image. If the number of results exceeds 32767, then the result list will be truncated at that number. The order of the results is left/top to right/bottom.
Public methodStatic memberSearchAll(ImagePlane, ImagePlane, Double, Double, Int32)
Find all correlation matches of the template in the image plane. If the number of results exceeds 32767, then the result list will be truncated at that number. The order of the results is left/top to right/bottom.
Public methodStatic memberSearchAll(Image, Image, Double, Area2D, Double, Int32)
Find all correlation matches of the template in the image. If the number of results exceeds 32767, then the result list will be truncated at that number. The order of the results depends on the scan direction defined by the aoi.
Public methodStatic memberSearchAll(ImagePlane, ImagePlane, Double, Area2D, Double, Int32)
Find all correlation matches of the template in the image plane. If the number of results exceeds 32767, then the result list will be truncated at that number. The order of the results depends on the scan direction defined by the aoi.
Top
See Also

Reference