Back to FabImage Studio website
You are here: Start » Filter Reference » Histogram Combinators » MinimumHistogram
Computes the minimum of two histograms bar by bar.
Name | Type | Description | |
---|---|---|---|
![]() |
inHistogram1 | Histogram | Input histogram1 |
![]() |
inHistogram2 | Histogram | Input histogram2 |
![]() |
outHistogram | Histogram | Output histogram |
Description
The operation computes the minimum of two histograms. That is, each bin of the resulting histogram equals the minimum of corresponding bins of the input histograms.
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | Input histograms formats are not the same in MinimumHistogram. |
Complexity Level
This filter is available on Basic Complexity Level.