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

AddHistograms_OfLoop
Header: | FIL.h |
---|---|
Namespace: | fil |
Adds histograms appearing in consecutive iterations bar by bar.
Syntax
C++
C#
void fil::AddHistograms_OfLoop ( AddHistograms_OfLoopState& ioState, const fil::Histogram& inHistogram, fil::Histogram& outHistogram )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
ioState | AddHistograms_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 AddHistograms.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input histograms formats are not the same in AddHistograms. |
See Also
- AddHistograms – Adds two histograms bar by bar.