You are here: Start » FIL.NET » Invoke.SmoothHistogram_Mean
Smooths a histogram by averaging points within a kernel.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SmoothHistogram_Mean ( Fil.Histogram inHistogram, Optional<Fil.Range> inRange, int inKernelRadius, bool inCyclic, Fil.Histogram outHistogram )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inHistogram | Fil.Histogram | Input histogram. | ||
![]() | inRange | Ftl.Optional<Fil.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 | Fil.Histogram | Output histogram. |


