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