Back to Aurora Vision Library website
You are here: Start » Function Reference » Histogram » Histogram Combinators » MaximumHistogram_OfArray
MaximumHistogram_OfArray
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationBasic |
Computes the maximum of histograms of an array bar by bar.
Syntax
C++
C#
void avl::MaximumHistogram_OfArray ( const atl::Array<avl::Histogram>& inHistogramArray, avl::Histogram& outHistogram )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inHistogramArray | const Array<Histogram>& | ||
![]() |
outHistogram | Histogram& | Output histogram |
Description
Array version of MaximumHistogram.
See Also
- MaximumHistogram – Computes the maximum of two histograms bar by bar.


