Enumeration used to indicate whether a pattern instance was found against one or more edges of the search region.
Namespace: Cognex.VisionPro.CNLSearchAssembly: Cognex.VisionPro.CNLSearch (in Cognex.VisionPro.CNLSearch.dll) Version: 73.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | The pattern match was not found against any of the edges of the search region. | |
| Unknown | 1 | The 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. | |
| Left | 2 | The pattern match was found against the left edge of the search region. | |
| Top | 4 | The pattern match was found against the top edge of the search region. | |
| Right | 8 | The pattern match was found against the right edge of the search region. | |
| Bottom | 16 | The 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