Enumeration of primitive shapes that may be extracted. The shape vocabulary is an integer that is obtained by ORing together the vocabulary constants of the desired primitive shapes.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| LineSegment | 1 | Setting this bit enables extraction of line segments. This includes line segments that may be part of a contour. | |
| Circle | 2 | Setting this bit enables extraction of circles. | |
| Ellipse | 4 | Setting this bit enables extraction of ellipses. | |
| CircularArc | 8 | Setting this bit enables extraction of elliptical arcs that are constrained to be circular. This includes arcs that may be part of a contour. | |
| EllipticalArc | 16 | Setting this bit enables extraction of elliptical arcs. This includes arcs that may be part of a contour. | |
| All | -1 | Enables extraction of all available primitive shapes. |
Remarks
Enumeration of primitive shapes that may be extracted. The shape vocabulary is an integer that is obtained by ORing together the vocabulary constants of the desired primitive shapes.
See Also