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

MaximumHistogram_OfArray
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationBasic |
Computes the maximum of histograms of an array bar by bar.
Syntax
C++
C#
void fil::MaximumHistogram_OfArray ( const ftl::Array<fil::Histogram>& inHistogramArray, fil::Histogram& outHistogram )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inHistogramArray | const Array<Histogram>& | ||
![]() |
outHistogram | Histogram& | Output histogram |
Description
Array version of MaximumHistogram.
See Also
- MaximumHistogram – Computes the maximum of two histograms bar by bar.