You are here: Start » FIL.NET » FIS.SmoothHistogram_Gauss Method
FIS.SmoothHistogram_Gauss Method
Smooths a histogram by averaging points within a kernel using gaussian-weighted average.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SmoothHistogram_Gauss ( FilNet.Histogram inHistogram, float inStdDev, float inKernelRelativeSize, FilNet.Histogram outHistogram )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inHistogram | FilNet.Histogram | Input histogram. | ||
![]() | inStdDev | float | <0.0f, INF> | 0.6f | Smoothing standard deviation. Default value: 0.6f. |
![]() | inKernelRelativeSize | float | <0.0f, INF> | 3.0f | Default value: 3.0f. |
![]() | outHistogram | FilNet.Histogram | Output histogram. |