CogCalibNPointToNPoint 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 transformation that maps points from calibrated space to uncalibrated space.

Remarks

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

Default Value: NULL

See Also