You are here: Start » AVL.NET » Invoke.SmoothImage_Gauss_Mask
Smooths an image using a predefined gaussian kernel.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void SmoothImage_Gauss_Mask ( Avl.Image inImage, Optional<Avl.Region> inRoi, Avl.GaussKernel inKernel, 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. | ||
![]() | inKernel | Avl.GaussKernel | _3x3 | Predefined Gauss kernel. Default value: _3x3. | |
![]() | outImage | Avl.Image | Output image. |