CogImageStitch BlendImageIntoBuffer Method (CogImage8Grey, CogImage8Grey)Cognex VisionPro
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: 65.1.0.0
Syntax

public void BlendImageIntoBuffer(
	CogImage8Grey inputImage,
	CogImage8Grey inputImageWeights
)
Exceptions

ExceptionCondition
InvalidOperationExceptionIf inputImageWeights size differs from inputImage.(If inputImageWeights is non-null and allocated)
CogImageNoPixelsExceptionIf inputImage is not allocated.
CogOperatorNoInputImageExceptionIf inputImage is null.
See Also