CogCalibCheckerboard GetComputedUncalibratedFromCalibratedTransform Method Cognex VisionPro
If Calibrated is True, this method returns the 2-D, minimum squared error, transformation that maps points from the (adjusted) calibrated space into uncalibrated space. Otherwise, it returns Nothing.

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

public ICogTransform2D GetComputedUncalibratedFromCalibratedTransform()

Return Value

Type: ICogTransform2D

The returned transformation.

Remarks

If Calibrated is True, this method returns the 2D, minimum squared error, transformation that maps points from the (adjusted) calibrated coordinate space into uncalibrated coordinate space. Otherwise, it returns Nothing. This transform can be attached to an input image using the Execute(ICogImage, CogCalibCheckerboardRunParams) method.

See Also