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

AVL.SmoothImage_Deriche

Smooths an image using Deriche filter.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SmoothImage_Deriche
(
	AvlNet.Image inImage,
	float inAlphaX,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inAlphaXfloat<0.001f, INF>0.5fHorizontal coefficient. Default value: 0.5f.
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.

Errors

List of possible exceptions:

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

Function Overrides

See also