CogImageStitch FillDestinationImageFromBuffer Method (CogImage8Grey, Int32)Cognex VisionPro
This method extracts the stitched image from the BlendingBuffer. This will write the unfilledPelValue into any destination pixels that were never written.

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

public void FillDestinationImageFromBuffer(
	CogImage8Grey destinationImage,
	int unfilledPelValue
)
Exceptions

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