CogImageStitch FillDestinationImageMaskFromBuffer Method Cognex VisionPro 9.10
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: 79.0.0.0
Syntax

public void FillDestinationImageMaskFromBuffer(
	CogImage8Grey destinationImageMask
)
Exceptions

ExceptionCondition
InvalidOperationExceptionIf Number of Blended Image is zero.
CogOperatorNoInputImageExceptionIf destinationImageMask is null.
CogImageNoPixelsExceptionIf destinationImageMask is not allocated.
See Also