Enumeration of options used to specify the desired polarity of any extracted closed shapes. The polarity setting has no effect on the extraction of open shapes.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| DontCare | 0 | Extract all closed shapes regardless of polarity. | |
| LightOnDark | 1 | Extract only those closed shapes which are light on a dark background. | |
| DarkOnLight | 2 | Extract only those closed shapes which are dark on a light background. |
Remarks
Enumeration of options used to specify the desired polarity of any extracted closed shapes. The polarity setting has no effect on the extraction of open shapes.
See Also