You are here: Start » AVL.NET » AVL.SmoothImage_Deriche(AvlNet.Image, AvlNet.Region, float, float?, AvlNet.Image)

AVL.SmoothImage_Deriche(AvlNet.Image, AvlNet.Region, float, float?, AvlNet.Image)

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

inImage
Type: AvlNet.Image
Input image
inRoi
Type: AvlNet.Region
Range of output pixels to be computed, or null.
inAlphaX
Type: System.Single
Horizontal coefficient
inAlphaY
Type: System.Nullable<System.Single>
Vertical coefficient, or null.
outImage
Type: AvlNet.Image
Output 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