CogCalibImageCorrectorAdjustmentSpaceConstants EnumerationCognex VisionPro
Enumeration that specifies whether the parameters for adjusting the corrected space are expressed in uncorrected root space, or in raw corrected space. See the "Remarks" section of CogCalibImageCorrector for descriptions of these spaces.

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

public enum CogCalibImageCorrectorAdjustmentSpaceConstants
Members

  Member nameValueDescription
RawCorrected0 The adjustment parameters are expressed in the raw corrected coordinate space.
UncorrectedRoot1 The adjustment parameters are expressed in the uncorrected root coordinate space.
See Also