Back to Aurora Vision Library website
You are here: Start » Function Reference » Histogram » Histogram Data Statistics » HistogramDataSize
HistogramDataSize
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationBasic |
Computes the number of elements of the histogrammed numeric data.
Syntax
C++
C#
Python
void avl::HistogramDataSize ( const avl::Histogram& inHistogram, double& outSize )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inHistogram | const Histogram& | Input histogram | |
![]() |
outSize | double& | Number of elements of the histogrammed data |


