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, float inAlphaX, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inAlphaX | float | <0.001f, INF> | 0.5f | Horizontal coefficient. Default value: 0.5f. |
![]() | outImage | FilNet.Image | Output image. |