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


