Back to Adaptive Vision Library website
You are here: Start » Function Reference » Histogram Combinators » MultiplyHistograms_OfArray
MultiplyHistograms_OfArray
Multiply histograms of an array bar by bar.
Syntax
C++
C#
void avl::MultiplyHistograms_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 MultiplyHistograms.
Errors
| Error type | Description |
|---|---|
| DomainError | Input histograms formats are not the same in MultiplyHistograms. |


