You are here: Start » FIL.NET » Invoke.SmoothImage_Gauss_Mask
Smooths an image using a predefined gaussian kernel.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SmoothImage_Gauss_Mask ( Fil.Image inImage, Optional<Fil.Region> inRoi, Fil.GaussKernel inKernel, Fil.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of outImage pixels to be computed. Default value: ftl::NIL. | ||
![]() | inKernel | Fil.GaussKernel | _3x3 | Predefined Gauss kernel. Default value: _3x3. | |
![]() | outImage | Fil.Image | Output image. |


