Back to FabImage Studio website

You are here: Start » Filter Reference » Histogram » Histogram Features » HistogramMinimum

HistogramMinimum


Module: FoundationBasic

Computes histogram bar values minimum - its location and value.

Name Type Description
Input value inHistogram Histogram Input histogram
Input value inRange Range* Search range
Input value inInterpolationMethod HistogramInterpolationMethod Histogram bins interpolation method
Output value outMinimumLocation Integer Output minimum location
Output value outPoint Real Output subpixel minimum location
Output value outMinimumValue Double 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 Empty histogram on input in HistogramMinimum.
DomainError Unsupported interpolation method in HistogramMinimum.

Complexity Level

This filter is available on Basic Complexity Level.

See Also

  • HistogramMaximum – Computes histogram bar values maximum - its location and value.