CogImageStitch FillDestinationImageFromBuffer Method (CogImage8Grey)Cognex VisionPro 9.21
This method extracts the stitched image from the BlendingBuffer. Any destination pixels that were never written to are untouched.

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

public void FillDestinationImageFromBuffer(
	CogImage8Grey destinationImage
)
Exceptions

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