CorrelationSearchAll Method

CVB.Net Documentation
Overload List

  NameDescription
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