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.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax
Parameters
- inputImage
- Type: Cognex.VisionPro CogImage8Grey
n/a
- inputImageWeights
- Type: Cognex.VisionPro CogImage8Grey
n/a
Exceptions
| Exception | Condition |
|---|---|
| CogImageNoPixelsException | If inputImageWeights is not null and not allocated. |
| InvalidOperationException | If BlendingBuffer is not allocated. |
| CogOperatorNoInputImageException | If inputImage is null. |
See Also