You are here: Start » AVL.NET » Invoke.SmoothHistogram_Gauss
Smooths a histogram by averaging points within a kernel using gaussian-weighted average.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void SmoothHistogram_Gauss ( Avl.Histogram inHistogram, Optional<Avl.Range> inRange, float inStdDev, float inKernelRelativeSize, bool inCyclic, Avl.Histogram outHistogram )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inHistogram | Avl.Histogram | Input histogram. | ||
![]() | inRange | Atl.Optional<Avl.Range> | |||
![]() | 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. |
![]() | inCyclic | bool | False | Default value: False. | |
![]() | outHistogram | Avl.Histogram | Output histogram. |