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

AVL.HistogramLocalMinima

Computes the histogram local minima.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void HistogramLocalMinima
(
	AvlNet.Histogram inHistogram,
	int? inMaxValue,
	IList<int> outMinimaLocations,
	IList<int> outMinimaValues
)

Parameters

Name Type Range Default Description
inHistogramAvlNet.HistogramInput histogram.
inMaxValueint?
outMinimaLocationsSystem.Collections.Generic.IList<int>Output minima locations.
outMinimaValuesSystem.Collections.Generic.IList<int>Output minima values.

Function Overrides

See also