Back to FabImage Library website
You are here: Start » Function Reference » Histogram » Histogram Combinators » MaximumHistogram_OfLoop

MaximumHistogram_OfLoop
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationBasic |
Computes the maximum of histograms appearing in consecutive iterations bar by bar.
Syntax
C++
C#
void fil::MaximumHistogram_OfLoop ( HistogramCombinators_OfLoopState& ioState, const fil::Histogram& inHistogram, fil::Histogram& outHistogram )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
ioState | HistogramCombinators_OfLoopState& | Object used to maintain state of the function. | |
![]() |
inHistogram | const Histogram& | Input histogram | |
![]() |
outHistogram | Histogram& | Output histogram |
In-place Processing
This function supports in-place data processing - you can pass the same reference to inHistogram and outHistogram
Read more about In-place Computation.
Description
Loop version of MaximumHistogram.
See Also
- MaximumHistogram – Computes the maximum of two histograms bar by bar.