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

AVS.HistogramLocalMinima Method

Computes the histogram local minima.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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