You are here: Start » FIL.NET » Function Reference » Profile » Profile Local Transforms » FIL.SmoothProfile_Gauss_Mask
Smooths a profile by averaging points with one of ten pre-computed Gauss kernels.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
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. |
Hardware Acceleration
This operation is optimized for SSE2 technology.
This operation is optimized for AVX2 technology.
This operation is optimized for NEON technology.
Hardware acceleration settings may be manipulated with Settings class.