You are here: Start » AVL.NET » Invoke.ConvolveImage
Computes a convolution of the input image with a user-specified mask.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ConvolveImage ( Avl.Image inImage, Optional<Avl.Region> inRoi, Avl.Matrix inMask, bool inNormalizeMaskValues, Optional<Avl.Location> inMaskOrigin, Avl.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inRoi | Atl.Optional<Avl.Region> | Range of outImage pixels to be computed. Default value: atl::NIL. | ||
![]() | inMask | Avl.Matrix | Image convolution kernel. | ||
![]() | inNormalizeMaskValues | bool | False | Normalize sum of weights in mask to one. Default value: False. | |
![]() | inMaskOrigin | Atl.Optional<Avl.Location> | Relative location of point to its mask. Default value: atl::NIL. | ||
![]() | outImage | Avl.Image | Output image. |