Enumeration of polarity possibilities.
Namespace: Cognex.VisionPro.CaliperAssembly: Cognex.VisionPro.Caliper (in Cognex.VisionPro.Caliper.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| DarkToLight | 1 | Edges are indicated by a dark to light transition. | |
| LightToDark | 2 | Edges are indicated by a light to dark transition. | |
| DontCare | 3 | Edges are indicated by a dark to light or a light to dark transition. |
Remarks
An enumeration of edge polarities.
See Also