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

public void FillDestinationImageFromBuffer(
	CogImage8Grey destinationImage,
	int unfilledPelValue
)
Exceptions

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