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

FIS.SmoothProfile_Gauss_Mask Method

Smooths a profile by averaging points with one of ten pre-computed Gauss kernels.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SmoothProfile_Gauss_Mask
(
	FilNet.Profile inProfile,
	float inStdDev,
	FilNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileFilNet.ProfileInput profile.
inStdDevfloat<0.0f, 3.0f>0.6fDefault value: 0.6f.
outProfileFilNet.ProfileOutput profile.

See also