You are here: Start » AVL.NET » AVL.HistogramLocalMaxima

AVL.HistogramLocalMaxima

Computes the histogram local maxima.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void HistogramLocalMaxima
(
	AvlNet.Histogram inHistogram,
	int? inMinValue,
	IList<int> outMaximaLocations,
	IList<int> outMaximaValues
)

Parameters

Name Type Range Default Description
inHistogramAvlNet.HistogramInput histogram.
inMinValueint?
outMaximaLocationsSystem.Collections.Generic.IList<int>Output maxima locations.
outMaximaValuesSystem.Collections.Generic.IList<int>Output maxima values.

Function Overrides

See also