Back to Aurora Vision Library website
You are here: Start » Function Reference » Histogram » Histogram Data Statistics » HistogramDataAverage
HistogramDataAverage
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationBasic |
Computes the average of the histogrammed numeric data.
Syntax
C++
C#
void avl::HistogramDataAverage ( const avl::Histogram& inHistogram, float& outAverage )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inHistogram | const Histogram& | Input histogram | |
![]() |
outAverage | float& | Average of the histogrammed data |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty histogram on input in HistogramDataAverage. |
| DomainError | Input histogram contains negative bins or its data is empty in HistogramDataAverage. |


