Enumeration of bit flags indicating special conditions at a vertex in a general contour.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| FlagNone | 0 | Indicates that the vertex is not connecting two neighboring segments, is not closing a chain of connected segments, and has no other special properties. | |
| Connected | 1 | Indicates that the vertex is connecting two neighboring segments. | |
| Closed | 2 | Indicates that the vertex is closing a chain of connected segments. |
Remarks
Enumeration of bit flags indicating special conditions at a vertex in a general contour.
See Also