You are here: Start » AVL.NET » AVL.SmoothHistogram_Gauss(AvlNet.Histogram, float, float, AvlNet.Histogram)
AVL.SmoothHistogram_Gauss(AvlNet.Histogram, float, float, AvlNet.Histogram)
Smooths a histogram by averaging points within a kernel using gaussian-weighted average.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SmoothHistogram_Gauss( AvlNet.Histogram inHistogram, float inStdDev, float inKernelRelativeSize, out AvlNet.Histogram outHistogram )
Parameters
- inHistogram
- Type: AvlNet.Histogram
Input histogram - inStdDev
- Type: System.Single
Smoothing standard deviation - inKernelRelativeSize
- Type: System.Single
- outHistogram
- Type: AvlNet.Histogram
Output histogram
