You are here: Start » AVL.NET » AVL.SmoothImage_Deriche Method

AVL.SmoothImage_Deriche Method

Smooths an image using Deriche filter.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SmoothImage_Deriche(
	AvlNet.Image inImage,
	float inAlphaX,
	out AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inAlphaXfloat1.0fHorizontal coefficient. Default value: 1.0f.
outImageAvlNet.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.

See also