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

public void FillDestinationImageFromBuffer(
	CogImage8Grey destinationImage,
	int unfilledPelValue
)
Exceptions

ExceptionCondition
InvalidOperationExceptionIf Number of Blended Image is zero.
CogOperatorNoInputImageExceptionIf destinationImage is null.
CogImageNoPixelsExceptionIf destinationImage is not allocated.
See Also