CogCalibNPointToNPoint Uncalibrate Method Cognex VisionPro
Eliminates the calibrated space. This method also sets the Calibrated property to False, sets the computed transforms to Nothing, and sets the ComputedRMSError property to zero.

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

public void Uncalibrate()
Events

Event TypeReason
CogCalibNPointToNPoint Changed

This event fires only if the state of the object changes. For example, if you call Uncalibrate  twice, the second call does not generate an event, because the object is already uncalibrated.

The following state flags may be affected:

Remarks

Eliminates the calibrated space. This method also sets the Calibrated property to False, the computed transforms (GetComputedUncalibratedFromCalibratedTransform , GetComputedUncalibratedFromRawCalibratedTransform ) to Nothing, and the ComputedRMSError property to zero.

The uncalibration operation occurs automatically if any of this object's points are modified or if the DOFsToCompute or ComputationMode changes. A partial uncalibration occurs whenever any of these adjustment properties change: CalibratedOriginX, CalibratedOriginY, CalibratedOriginSpace, CalibratedOriginSpace, CalibratedXAxisRotation, CalibratedXAxisRotationSpace, or SwapCalibratedHandedness. A partial uncalibration sets Calibrated to False and the computed UncalibratedFromCalibrated transform to Nothing.

See Also