Back to Adaptive Vision Library website
You are here: Start » Function Reference » Histogram Data Statistics » HistogramDataMinimum
HistogramDataMinimum
Computes the smallest value of the histogrammed numeric data.
Syntax
C++
C#
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inHistogram | const Histogram& | Input histogram | |
![]() |
outMinimum | real& | Minimum of the histogrammed data |
Errors
| Error type | Description |
|---|---|
| DomainError | The histogrammed data is empty in HistogramDataMinimum. |


