CogCaliperSpaceConstants EnumerationCognex VisionPro
Enumeration of 1D coordinate spaces that Caliper uses.

Namespace: Cognex.VisionPro.Caliper
Assembly: Cognex.VisionPro.Caliper (in Cognex.VisionPro.Caliper.dll) Version: 65.1.0.0
Syntax

public enum CogCaliperSpaceConstants
Members

  Member nameValueDescription
Projection1Space where zero corresponds to the left edge of the projection image.
Filter2Space where zero corresponds to the left edge of the filtered image.
Result3Space 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