You are here: Start » AVL.NET » AVS.ConvolveImage Method
AVS.ConvolveImage Method
Computes a convolution of the input image with a user-specified mask.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ConvolveImage ( AvlNet.Image inImage, AvlNet.Matrix inMask, bool inNormalizeMaskValues, AvlNet.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | inMask | AvlNet.Matrix | Image convolution kernel. | ||
![]() | inNormalizeMaskValues | bool | False | Normalize sum of weights in mask to one. Default value: False. | |
![]() | outImage | AvlNet.Image | Output image. |


