You are here: Start » FIL.NET » FIS.SmoothImage_Deriche Method
FIS.SmoothImage_Deriche Method
Smooths an image using Deriche filter.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SmoothImage_Deriche ( FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, float inAlphaX, float? inAlphaY, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of output pixels to be computed. Default value: ftl::NIL. | ||
![]() | inAlphaX | float | <0.001f, INF> | 0.5f | Horizontal coefficient. Default value: 0.5f. |
![]() | inAlphaY | float? | <0.001f, INF> | Vertical coefficient. Default value: ftl::NIL. | |
![]() | outImage | FilNet.Image | Output image. |