Indicates whether this pattern instance was found against one or more edges of the search region. This value is composed by performing a bitwise OR of CogCNLSearchEdgeHitConstants.
Namespace: Cognex.VisionPro.CNLSearchAssembly: Cognex.VisionPro.CNLSearch (in Cognex.VisionPro.CNLSearch.dll) Version: 65.1.0.0
Syntax
Property Value
Type: CogCNLSearchEdgeHitConstantsRemarks
Indicates whether this pattern instance was found against one or more edges of the search image. The value is formed by ORing together one or more of the values defined in CogCNLSearchEdgeHitConstants.
If you are using the Linear Search algorithm, then the value of this property is either Unknown if any edge was hit or None if no edge was hit (the Linear Search algorithm cannot detect which edge or edges were hit).
See Also