CogImageStitch FillDestinationImageMaskFromBuffer Method Cognex VisionPro 9.7
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: 73.0.0.0
Syntax

public void FillDestinationImageMaskFromBuffer(
	CogImage8Grey destinationImageMask
)
Exceptions

ExceptionCondition
CogImageNoPixelsExceptionIf destinationImageMask is not allocated.
InvalidOperationExceptionIf BlendingBuffer is not allocated.
CogOperatorNoInputImageExceptionIf destinationImageMask is null.
See Also