CogImageStitch FillDestinationImageMaskFromBuffer Method Cognex VisionPro 9.22
This method extracts the result mask indicating which pels in the stitched image are meaningful. This can be useful to tell user which pels were actually written during the stitch operation.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
Syntax

public void FillDestinationImageMaskFromBuffer(
	CogImage8Grey destinationImageMask
)
Exceptions

ExceptionCondition
CogImageNoPixelsExceptionIf destinationImageMask is not allocated.
CogOperatorNoInputImageExceptionIf destinationImageMask is null.
InvalidOperationExceptionthe destinationImageMask is not the same size as the BlendingBuffer.
See Also