Back to Adaptive Vision Library Lite website
You are here: Start » Geometry 2D Interpolations » MedianAngle
MedianAngle
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
Computes the median angle of the input angles.
Syntax
void avl::MedianAngle ( const atl::Array<float>& inAngles, avl::AngleRange::Type inAngleRange, float& outMedianAngle )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inAngles | const Array<float>& | ||
![]() |
inAngleRange | AngleRange::Type | ||
![]() |
outMedianAngle | float& |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty array on input in MedianAngle. |


