CogCNLSearchEdgeHitConstants EnumerationCognex VisionPro 9.7
Enumeration used to indicate whether a pattern instance was found against one or more edges of the search region.

Namespace: Cognex.VisionPro.CNLSearch
Assembly: Cognex.VisionPro.CNLSearch (in Cognex.VisionPro.CNLSearch.dll) Version: 73.0.0.0
Syntax

public enum CogCNLSearchEdgeHitConstants
Members

  Member nameValueDescription
None0The pattern match was not found against any of the edges of the search region.
Unknown1The pattern match was found against an unknown edge of the search region. The Linear Search algorithm can indicate that an edge was hit, but this algorithm can not indicate the specific edge.
Left2The pattern match was found against the left edge of the search region.
Top4The pattern match was found against the top edge of the search region.
Right8The pattern match was found against the right edge of the search region.
Bottom16The pattern match was found against the bottom edge of the search region.
Remarks

Enumeration used to indicate whether a pattern instance was found against one or more edges of the search image.

See Also