CogImageStitch OverwriteImage Method (CogImage8Grey, CogImage8Grey, CogImage8Grey)Cognex VisionPro 9.5
This method allows users to stitch images in overwrite mode. This will fill a destinationImageMask. The BlendingBuffer is not used. destinationImageMask must be either(1)null (i.e. no mask is desired),or (2) non-null, allocated, and the same size as the destinationImage.

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

public static void OverwriteImage(
	CogImage8Grey inputImage,
	CogImage8Grey destinationImage,
	CogImage8Grey destinationImageMask
)
Exceptions

ExceptionCondition
CogOperatorNoInputImageExceptionIf inputImage is null.
CogImageNoPixelsExceptionIf destinationImage is not allocated.
InvalidOperationExceptionIf destinationImageMask size differs from inputImage.(If destinationImageMask is non-null and allocated)
See Also