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

AVS.ConvertToCumulativeHistogram Method

Computes the cumulative histogram of input histogram.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ConvertToCumulativeHistogram
(
	AvlNet.Histogram inHistogram,
	AvlNet.Histogram outHistogram
)

Parameters

Name Type Range Default Description
inHistogramAvlNet.HistogramInput histogram.
outHistogramAvlNet.HistogramOutput histogram.

See also