CogImageStitch BlendImageIntoBuffer Method (CogImage8Grey, CogImage8Grey)Cognex VisionPro 9.5
This method adds inputImage to the BlendingBuffer with inputImageWeights. inputImage pel�fs contribution to the result image is weighted with the contribution of inputImageWeights pels that corresponded to the same pel in the result image. inputImageWeights can be null. In this case, all input pels are weighted fully and equally.

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

public void BlendImageIntoBuffer(
	CogImage8Grey inputImage,
	CogImage8Grey inputImageWeights
)
Exceptions

ExceptionCondition
CogImageNoPixelsExceptionIf inputImageWeights is not null and not allocated.
InvalidOperationExceptionIf BlendingBuffer is not allocated.
CogOperatorNoInputImageExceptionIf inputImage is null.
See Also