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: 65.1.0.0
Syntax
Parameters
- inputImage
- Type: Cognex.VisionPro CogImage8Grey
n/a
- inputImageWeights
- Type: Cognex.VisionPro CogImage8Grey
n/a
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | If inputImageWeights size differs from inputImage.(If inputImageWeights is non-null and allocated) |
| CogImageNoPixelsException | If inputImage is not allocated. |
| CogOperatorNoInputImageException | If inputImage is null. |
See Also