Back to Aurora Vision Library website
You are here: Start » Function Reference » Histogram » Histogram Basics » ConvertToCumulativeHistogram
ConvertToCumulativeHistogram
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationBasic |
Computes the cumulative histogram of input histogram.
Syntax
C++
C#
void avl::ConvertToCumulativeHistogram ( const avl::Histogram& inHistogram, avl::Histogram& outHistogram )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inHistogram | const Histogram& | Input histogram | |
![]() |
outHistogram | Histogram& | Output histogram |
In-place Processing
This function supports in-place data processing - you can pass the same reference to inHistogram and outHistogram
Read more about In-place Computation.


