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 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