Back to Aurora Vision Library website
You are here: Start » Function Reference » Histogram » Histogram Features » HistogramSum
HistogramSum
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationBasic |
Computes the sum of histogram bin values.
Syntax
C++
C#
Python
void avl::HistogramSum ( const avl::Histogram& inHistogram, double& outSum )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inHistogram | const Histogram& | Input histogram | |
![]() |
outSum | double& | Output sum |


