ICogCalibCheckerboardWarpParams UndistortedCalibrationImageMask Property Cognex VisionPro 9.7
Returns the undistorted calibration image mask, if it has been computed and contains any 'Don't Care' pixels. Otherwise, returns Nothing. 'Don't Care' pixels (value = 0) in this mask identify unfilled locations in the undistorted calibration image.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 73.0.0.0
Syntax

CogImage8Grey UndistortedCalibrationImageMask { get; }

Property Value

Type: CogImage8Grey
Remarks

Returns the undistorted calibration image mask, if it has been computed and contains any 'Don't Care' pixels. Otherwise, returns Nothing. 'Don't Care' pixels (value = 0) in this mask identify unfilled locations in the undistorted calibration image.

Note: The returned mask is the same size as the UndistortedCalibrationImage, but its coordinate space tree contains only root space.

Default Value: Null

See Also