You are here: Start » AVL.NET » AVL.SmoothHistogram_Gauss Method
AVL.SmoothHistogram_Gauss Method
Smooths a histogram by averaging points within a kernel using gaussian-weighted average.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SmoothHistogram_Gauss( AvlNet.Histogram inHistogram, float inStdDev, float inKernelRelativeSize, out AvlNet.Histogram outHistogram )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inHistogram | AvlNet.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 | AvlNet.Histogram | Output histogram. |


