Enumeration of options used to indicate whether open and/or closed shapes should be extracted from the input image.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| DontCare | 0 | Extract both open and closed shapes. | |
| Open | 1 | Extract only open shapes. | |
| Closed | 2 | Extract 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