CogCalibCheckerboard SwapCalibratedHandedness Property Cognex VisionPro
Specifies the handedness of the calibrated space. When SwapCalibratedHandedness is false, the calibrated space will have the same handedness as the raw (unadjusted) calibrated space. Otherwise, it will have the opposite handedness.

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

public bool SwapCalibratedHandedness { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
CogCalibCheckerboard Changed

Fires when the value of this property changes.

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

Remarks

Specifies the handedness of the calibrated space. When SwapCalibratedHandedness is false, the calibrated space will have the same handedness as the raw (unadjusted) calibrated space. Otherwise, it will have the opposite handedness.

In almost all cases, the raw (unadjusted) calibrated space will have a left-handed coordinate system.

Default Value: False.

See Also