Enumeration of 1D coordinate spaces that Caliper uses.
Namespace: Cognex.VisionPro.CaliperAssembly: Cognex.VisionPro.Caliper (in Cognex.VisionPro.Caliper.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Projection | 1 | Space where zero corresponds to the left edge of the projection image. | |
| Filter | 2 | Space where zero corresponds to the left edge of the filtered image. | |
| Result | 3 | Space where zero corresponds to the center of the projection image. |
Remarks
Enumeration of one-dimensional coordinate spaces that Caliper uses. These spaces let you manipulate points within the one-dimensional images produced by the tool (projection and filtered) as well as within the results collection.
See Also