Back to FabImage Library website
You are here: Start » Function Reference » Histogram Features » HistogramMinimum

HistogramMinimum
Header: | FIL.h |
---|---|
Namespace: | fil |
Computes histogram bar values minimum - its location and value.
Syntax
C++
C#
void fil::HistogramMinimum ( const fil::Histogram& inHistogram, int& outMinimumLocation, int& outMinimumValue )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inHistogram | const Histogram& | Input histogram | |
![]() |
outMinimumLocation | int& | Output minimum location | |
![]() |
outMinimumValue | int& | Output minimum value |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty histogram on input in HistogramMinimum. |
See Also
- HistogramAverage – Computes the average of histogram bin values.
- HistogramMaximum – Computes histogram bar values maximum - its location and value.