Back to Adaptive Vision Library website
You are here: Start » Function Reference » Profile Features » ProfileAverage
ProfileAverage
Computes the average value of a profile.
Syntax
C++
C#
void avl::ProfileAverage ( const avl::Profile& inProfile, float& outAverage )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inProfile | const Profile& | Input profile | |
![]() |
outAverage | float& |
Errors
| Error type | Description |
|---|---|
| DomainError | Empty profile in ProfileAverage |


