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


