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

AVS.SmoothProfile_Gauss_Mask Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also