You are here: Start » FIL.NET » FIS.SmoothPath_Gauss Method
FIS.SmoothPath_Gauss Method
Smooths a path by averaging its characteristic points within a kernel using gaussian-weighted average.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SmoothPath_Gauss ( FilNet.Path inPath, float inStdDev, float inKernelRelativeSize, FilNet.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | inStdDev | float | <0.0f, INF> | 0.6f | Smoothing standard deviation. Default value: 0.6f. |
![]() | inKernelRelativeSize | float | <0.0f, INF> | 3.0f | A multiple of the standard deviation determining the size of the kernel. Default value: 3.0f. |
![]() | outPath | FilNet.Path | Output path. |