Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 65.1.0.0
Return Value
Type: ICogTransform2DThe transformation that maps points from raw calibrated space to uncalibrated space.
Returns the 2D, minimum-squared-error transformation that maps points from the raw calibrated space into uncalibrated coordinate space, if it has been computed.
The transform is computed by calling Calibrate . If the Calibrated property is True, the transform is always non-null. However, in certain instances, it may also be non-null even if Calibrated is False. For example, if you calibrate and then change only the CalibratedOriginX or CalibratedOriginY, the UncalibratedFromRawCalibrated transform remains unaffected, even though Calibrated is now set to False.
Default Value: NULL