CogCalibCheckerboardWarpParams UndistortedCalibrationImage Property Cognex VisionPro
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.Implementation.Internal
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 65.1.0.0
Syntax

public virtual ICogImage UndistortedCalibrationImage { get; }

Property Value

Type: ICogImage

Implements

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