CogCalibNPointAdjustmentSpaceConstants EnumerationCognex VisionPro
Enumeration that specifies whether the parameters for adjusting the calibrated space are expressed in uncalibrated space, or in raw calibrated space.

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

public enum CogCalibNPointAdjustmentSpaceConstants
Members

  Member nameValueDescription
RawCalibrated0The adjustment parameters are expressed in the raw calibrated coordinate space. Note: the raw calibrated space is the one in which the (unadjusted) calibration points are given.
Uncalibrated1The adjustment parameters are expressed in the uncalibrated coordinate space. Note: the uncalibrated space is the selected space of the input image.
Remarks

Enumeration that specifies whether the parameters for adjusting the calibrated space are expressed in uncalibrated space or in raw calibrated space.

See Also