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

Invoke.SmoothImage_Deriche

Smooths an image using Deriche filter.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SmoothImage_Deriche
(
	Avl.Image inImage,
	Optional<Avl.Region> inRoi,
	float inAlphaX,
	Optional<float> inAlphaY,
	Avl.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
inRoiAtl.Optional<Avl.Region>Range of output pixels to be computed. Default value: atl::NIL.
inAlphaXfloat<0.001f, INF>0.5fHorizontal coefficient. Default value: 0.5f.
inAlphaYAtl.Optional<float><0.001f, INF>Vertical coefficient. Default value: atl::NIL.
outImageAvl.ImageOutput image.

See also