CogShapeExtractClosureConstants EnumerationCognex VisionPro
Enumeration of options used to indicate whether open and/or closed shapes should be extracted from the input image.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public enum CogShapeExtractClosureConstants
Members

  Member nameValueDescription
DontCare0Extract both open and closed shapes.
Open1Extract only open shapes.
Closed2Extract only closed shapes.
Remarks

Enumeration of options used to indicate whether open and/or closed shapes should be extracted from the input image.

See Also