CogCalibCheckerboard CalibratedOriginSpace Property Cognex VisionPro 9.7
Specifies whether the CalibratedOriginX and CalibratedOriginY properties are expressed in uncalibrated space, or in raw calibrated space.

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

public CogCalibCheckerboardAdjustmentSpaceConstants CalibratedOriginSpace { get; set; }

Property Value

Type: CogCalibCheckerboardAdjustmentSpaceConstants
Events

Event TypeReason
CogCalibCheckerboard Changed

Fires when the value of this property changes and the object has not been calibrated.

The following state flag may be affected:

CogCalibCheckerboard Changed

Fires when the value of this property changes and full or partial calibration is completed. The actual state flags affected depend on which calibration steps were completed. Calibration StepState Flags AffectedStep 5 and higher

Step 5 and higher with nonlinear warping

Exceptions

ExceptionCondition
ArgumentException

The new value is not in CogCalibCheckerboardAdjustmentSpaceConstants.

Remarks

Specifies whether the CalibratedOriginX and CalibratedOriginY properties are expressed in uncalibrated space, or in raw calibrated space.

Default Value: RawCalibrated

See Also