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 | |
---|---|---|---|---|---|
![]() | inProfile | FilNet.Profile | Input profile. | ||
![]() | inStdDev | float | <0.0f, 3.0f> | 0.6f | Default value: 0.6f. |
![]() | outProfile | FilNet.Profile | Output profile. |