Back to FabImage Library website
You are here: Start » Function Reference » Histogram » Histogram Data Statistics » HistogramDataMinimum
HistogramDataMinimum
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | FoundationBasic |
Computes the approximation of the smallest value of the histogrammed numeric data.
Syntax
C++
C#
void fil::HistogramDataMinimum ( const fil::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. |


