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
inImageFilNet.ImageInput image.
inAlphaXfloat<0.001f, INF>0.5fHorizontal coefficient. Default value: 0.5f.
outImageFilNet.ImageOutput image.

Function Overrides

See also