Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 79.0.0.0
Return Value
Type: CogTransform2DLinearThe returned transformation.
Returns the 2D linear transformation that maps points from calibrated space into the root (@) space of the output image, if it has been computed. Otherwise, returns Nothing. The transform is computed by calling Calibrate .
The transformation returned by this function is added to the coordinate space tree of the output tree by the Checkerboard Calibration tool at run time. The returned transformation can be thought of as the linear component of the overall calibration transformation. The nonlinear part, which is not added to the coordinate space tree, can be obtained by calling GetInputPixelFromOutputPixelTransform(ICogImage).
This function returns Nothing if Calibrated is false or if ComputationMode is Linear.