Back to FabImage Studio website
You are here: Start » Filter Reference » Histogram Features » HistogramMinimum
Computes histogram bar values minimum - its location and value.
Name | Type | Description | |
---|---|---|---|
![]() |
inHistogram | Histogram | Input histogram |
![]() |
outMinimumLocation | Integer | Output minimum location |
![]() |
outMinimumValue | Integer | Output minimum value |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input histogram is empty in HistogramMinimum. |
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- HistogramAverage – Computes the average of histogram bin values.
- HistogramMaximum – Computes histogram bar values maximum - its location and value.