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

public void FillDestinationImageFromBuffer(
	CogImage8Grey destinationImage,
	int unfilledPelValue
)
Exceptions

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