Returns the output 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 runtime output image.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 65.1.0.0
Syntax
Property Value
Type: CogImage8GreyRemarks
Returns the output 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 runtime output image.
You can use the returned mask to exclude the undefined pixel values from processing by vision tools that support masks.
Note: The returned mask is the same size as the OutputImage, but it does not contain the calibrated coordinate space in its coordinate space tree.
Default Value: Null
See Also