Back to Adaptive Vision Library website
You are here: Start » Function Reference » Histogram Data Statistics » HistogramDataVariance
HistogramDataVariance
Computes the variance of the histogrammed numeric data.
Syntax
C++
C#
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inHistogram | const Histogram& | Input histogram | |
![]() |
outVariance | real& | Variance of the histogrammed data |
Errors
| Error type | Description |
|---|---|
| DomainError | The histogrammed data is empty in HistogramDataVariance. |


