Back to Aurora Vision Library website

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

AddHistograms_OfArray


Header: AVL.h
Namespace: avl
Module: FoundationBasic

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
Input value inHistogramArray const Array<Histogram>&
Output value outHistogram Histogram& Output histogram

Description

Array version of AddHistograms.

See Also