You are here: Start » FIL.NET » Invoke.SmoothProfile_Gauss_Mask

Invoke.SmoothProfile_Gauss_Mask

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SmoothProfile_Gauss_Mask
(
	Fil.Profile inProfile,
	float inStdDev,
	Fil.Profile outProfile
)

Parameters

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

See also