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

AVS.SmoothImage_Deriche Method

Smooths an image using Deriche filter.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SmoothImage_Deriche
(
	AvlNet.Image inImage,
	NullableRef<AvlNet.Region> inRoi,
	float inAlphaX,
	float? inAlphaY,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of output pixels to be computed. Default value: atl::NIL.
inAlphaXfloat<0.001f, INF>0.5fHorizontal coefficient. Default value: 0.5f.
inAlphaYfloat?<0.001f, INF>Vertical coefficient. Default value: atl::NIL.
outImageAvlNet.ImageOutput image.

Function Overrides

See also