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

public void FillDestinationImageFromBuffer(
	CogImage8Grey destinationImage
)
Exceptions

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