You are here: Start » AVL.NET » Invoke.SmoothHistogram_Mean
Smooths a histogram by averaging points within a kernel.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void SmoothHistogram_Mean ( Avl.Histogram inHistogram, Optional<Avl.Range> inRange, int inKernelRadius, bool inCyclic, Avl.Histogram outHistogram )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inHistogram | Avl.Histogram | Input histogram. | ||
![]() | inRange | Atl.Optional<Avl.Range> | |||
![]() | inKernelRadius | int | <0, INF> | 3 | Defines the width of the kernel as 2*R+1. Default value: 3. |
![]() | inCyclic | bool | False | Default value: False. | |
![]() | outHistogram | Avl.Histogram | Output histogram. |