Back to FabImage Library website

You are here: Start » Function Reference » Histogram Combinators » MultiplyHistograms_OfArray

MultiplyHistograms_OfArray


Header:FIL.h
Namespace:fil

Multiply histograms of an array bar by bar.

Syntax

C++
C#
 
void fil::MultiplyHistograms_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 MultiplyHistograms.

Errors

List of possible exceptions:

Error type Description
DomainError Input histograms formats are not the same in MultiplyHistograms.

See Also