ICogCalibCheckerboardWarpParams UndistortedCalibrationImage Property Cognex VisionPro 9.5
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.CalibFix
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 69.0.0.0
Syntax

ICogImage UndistortedCalibrationImage { get; }

Property Value

Type: ICogImage
Remarks

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