CogImageStitch FillDestinationImageFromBuffer Method (CogImage8Grey)Cognex VisionPro 9.22 SR1
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: 87.1.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