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

AVS.SmoothImage_Gauss_Mask Method

Smooths an image using a predefined gaussian kernel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SmoothImage_Gauss_Mask
(
	AvlNet.Image inImage,
	NullableRef<AvlNet.Region> inRoi,
	AvlNet.GaussKernel inKernel,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of outImage pixels to be computed. Default value: atl::NIL.
inKernelAvlNet.GaussKernel_3x3Predefined Gauss kernel. Default value: _3x3.
outImageAvlNet.ImageOutput image.

Function Overrides

See also