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.Implementation.InternalAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 65.1.0.0
Syntax
Property Value
Type: CogImage8GreyImplements
ICogCalibCheckerboardWarpParams UndistortedCalibrationImageMaskRemarks
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