You are here: Start » FIL.NET » Function Reference » Image » Image Local Transforms » FIL.SmoothImage_Deriche

FIL.SmoothImage_Deriche

Smooths an image using Deriche filter.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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.

Examples

SmoothImage_Deriche performed on a sample image with inAlphaX = 0.5.

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

Errors

List of possible exceptions:

Error type Description
DomainError Region exceeds an input image in SmoothImage_Deriche.

Function Overrides

See also