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

AVS.SmoothImage_Gauss Method

Smooths an image using a gaussian kernel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SmoothImage_Gauss
(
	AvlNet.Image inImage,
	float inStdDevX,
	float inKernelRelativeSize,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inStdDevXfloat<0.0f, INF>1.0fHorizontal smoothing standard deviation. Default value: 1.0f.
inKernelRelativeSizefloat<0.0f, 3.0f>2.0fA multiple of the standard deviation determining the size of the kernel. Default value: 2.0f.
outImageAvlNet.ImageOutput image.

Function Overrides

See also