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