You are here: Start » AVL.NET » Invoke.ConvertToCumulativeHistogram

Invoke.ConvertToCumulativeHistogram

Computes the cumulative histogram of input histogram.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ConvertToCumulativeHistogram
(
	Avl.Histogram inHistogram,
	Avl.Histogram outHistogram
)

Parameters

Name Type Range Default Description
inHistogramAvl.HistogramInput histogram.
outHistogramAvl.HistogramOutput histogram.

See also