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


