You are here: Start » AVL.NET » AVL.HistogramLocalMaxima
Computes the histogram local maxima.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void HistogramLocalMaxima ( AvlNet.Histogram inHistogram, out int[] outMaximaLocations, out int[] outMaximaValues )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inHistogram | AvlNet.Histogram | Input histogram. | ||
![]() | outMaximaLocations | int[] | Output maxima locations. | ||
![]() | outMaximaValues | int[] | Output maxima values. |


