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,
	AvlNet.Region inRoi,
	float inAlphaX,
	float? inAlphaY,
	out AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRoiAvlNet.RegionRange of output pixels to be computed. Default value: atl::NIL, or null.
inAlphaXfloat1.0fHorizontal coefficient. Default value: 1.0f.
inAlphaYfloat?Vertical coefficient. Default value: atl::NIL, or null.
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