You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]() | inHistogram | Avl.Histogram | Input histogram. | ||
![]() | outHistogram | Avl.Histogram | Output histogram. |


