CogImageStitch FillDestinationImageFromBuffer Method (CogImage8Grey)Cognex VisionPro 9.7
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: 73.0.0.0
Syntax

public void FillDestinationImageFromBuffer(
	CogImage8Grey destinationImage
)
Exceptions

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