CogImageStitch FillDestinationImageMaskFromBuffer Method Cognex VisionPro 9.8 SR1
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: 75.0.0.0
Syntax

public void FillDestinationImageMaskFromBuffer(
	CogImage8Grey destinationImageMask
)
Exceptions

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