Assembly: Cognex.VisionPro.CNLSearch (in Cognex.VisionPro.CNLSearch.dll) Version: 65.1.0.0
Property Value
Type: DoubleThe area coverage score is the fraction (in the range 0.0 through 1.0) of the pattern instance that lies within the portion of the InputImage being searched.
Keep in mind that the actual part of the InputImage that is searched depends on the type of SearchRegion and the SearchRegionMode that you specify. If you specify a CogRectangle for the SearchRegion, then the entire region is searched. If you specify a CogRectangleAffineand you specify AffineTransform, then the entire region is searched. If you specify any other type of SearchRegion, then the pixel-aligned bounding box that encloses the region is searched.
This score only applies to searches performed using the Linear Search algorithm (other algorithms will not find patterns that are partially outside of the search image).