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

public void FillDestinationImageFromBuffer(
	CogImage8Grey destinationImage,
	int unfilledPelValue
)
Exceptions

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