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

public virtual CogImage8Grey OutputImageMask { get; }

Property Value

Type: CogImage8Grey

Implements

ICogCalibCheckerboardWarpParams OutputImageMask
Remarks

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