You are here: Start » AVL.NET » Invoke.SmoothProfile_Gauss_Mask
Smooths a profile by averaging points with one of ten pre-computed Gauss kernels.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void SmoothProfile_Gauss_Mask ( Avl.Profile inProfile, float inStdDev, Avl.Profile outProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | Avl.Profile | Input profile. | ||
![]() | inStdDev | float | <0.0f, 3.0f> | 0.6f | Default value: 0.6f. |
![]() | outProfile | Avl.Profile | Output profile. |