You are here: Start » AVL.NET » AVL.SmoothHistogram_Mean(AvlNet.Histogram, int, AvlNet.Histogram)
AVL.SmoothHistogram_Mean(AvlNet.Histogram, int, AvlNet.Histogram)
Smooths a histogram by averaging points within a kernel.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SmoothHistogram_Mean( AvlNet.Histogram inHistogram, int inKernelRadius, out AvlNet.Histogram outHistogram )
Parameters
- inHistogram
- Type: AvlNet.Histogram
Input histogram - inKernelRadius
- Type: System.Int32
Defines the width of the kernel as 2*R+1 - outHistogram
- Type: AvlNet.Histogram
Output histogram
