Enumeration of LineMax polarity values.
Namespace: Cognex.VisionPro.LineMaxAssembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 69.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| DarkToLight | 1 | The brightness transitions from dark to light, along the direction of the line normal. | |
| LightToDark | 2 | The brightness transitions from light to dark, along the direction of the line normal. | |
| Either | 3 | The brightness transitions from dark to light or from light to dark, but not both, along the direction of the line normal. | |
| Mixed | 4 | The brightness transitions from dark to light and from light to dark, along the direction of the line normal. |
See Also