You are here: Start » FIL.NET » FIS.SmoothImage_Gauss Method

FIS.SmoothImage_Gauss Method

Smooths an image using a gaussian kernel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageFilNet.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.
outImageFilNet.ImageOutput image.

Function Overrides

See also