Back to Adaptive Vision Library website

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

AddHistograms_OfArray


Adds histograms of an array bar by bar.

Syntax

C++
C#
 
void avl::AddHistograms_OfArray
(
	const atl::Array<avl::Histogram>& inHistogramArray,
	avl::Histogram& outHistogram
)

Parameters

Name Type Default Description
inHistogramArray const Array<Histogram>&
outHistogram Histogram& Output histogram

Description

Array version of AddHistograms.

Errors

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

See Also