CogShapeExtractVocabularyConstants EnumerationCognex VisionPro 9.5
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.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

public enum CogShapeExtractVocabularyConstants
Members

  Member nameValueDescription
LineSegment1Setting this bit enables extraction of line segments. This includes line segments that may be part of a contour.
Circle2Setting this bit enables extraction of circles.
Ellipse4Setting this bit enables extraction of ellipses.
CircularArc8Setting this bit enables extraction of elliptical arcs that are constrained to be circular. This includes arcs that may be part of a contour.
EllipticalArc16Setting this bit enables extraction of elliptical arcs. This includes arcs that may be part of a contour.
All-1Enables 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