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

FIS.SmoothSurface_Gauss Method

Smooths a surface using a gaussian kernel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SmoothSurface_Gauss
(
	FilNet.Surface inSurface,
	NullableRef<FilNet.Region> inRoi,
	float inStdDevX,
	float? inStdDevY,
	float inKernelRelativeSize,
	FilNet.Surface outSurface,
	out int diagKernelRadiusX,
	out int diagKernelRadiusY
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.Surface
inRoiFilNet.NullableRef<FilNet.Region>Range of output points to be computed. Default value: ftl::NIL.
inStdDevXfloat<0.0f, INF>1.0fHorizontal smoothing standard deviation. Default value: 1.0f.
inStdDevYfloat?<0.0f, INF>Vertical smoothing standard deviation. Default value: ftl::NIL.
inKernelRelativeSizefloat<0.0f, 3.0f>2.0fA multiple of the standard deviation determining the size of the kernel. Default value: 2.0f.
outSurfaceFilNet.Surface
diagKernelRadiusXintHorizontal radius of Gaussian kernel being used.
diagKernelRadiusYintVertical radius of Gaussian kernel being used.

Function Overrides

See also