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

AVS.HistogramLocalMaxima Method

Computes the histogram local maxima.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void HistogramLocalMaxima
(
	AvlNet.Histogram inHistogram,
	IList<int> outMaximaLocations,
	IList<int> outMaximaValues
)

Parameters

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

Function Overrides

See also