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


