Returns the undistorted calibration image, if it has been computed. Otherwise, returns Nothing. This image is produced by warping the entire calibration image (ignoring the WarpDestinationRectangle).
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 69.0.0.0
Syntax
Property Value
Type: ICogImageRemarks
Returns the undistorted calibration image, if it has been computed. Otherwise, returns Nothing. This image is produced by warping the entire calibration image (ignoring the WarpDestinationRectangle).
The tool computes this undistorted calibration image to make it easier to specify the WarpDestinationRectangle. The undefined pixels in the image are set to 128. You can use the UndistortedCalibrationImageMask to determine which pixels are undefined.
Note: The coordinate space tree of this image contains root space only.
See Also