Back to Adaptive Vision Library website

You are here: Start » Function Reference » Histogram Data Statistics » HistogramDataAverage

HistogramDataAverage


Header:AVL.h
Namespace:avl

Computes the average of the histogrammed numeric data.

Syntax

C++
C#
 
void avl::HistogramDataAverage
(
	const avl::Histogram& inHistogram,
	float& outAverage
)

Parameters

Name Type Default Description
inHistogram const Histogram& Input histogram
outAverage float& Average of the histogrammed data

Errors

List of possible exceptions:

Error type Description
DomainError Empty histogram on input in HistogramDataAverage.
DomainError Input histogram contains negative bins in HistogramDataAverage.
DomainError The histogrammed data is empty in HistogramDataAverage.