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.CalibFixAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 65.1.0.0
Syntax
Return Value
Type: ICogTransform2DThe 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