Back to FabImage Library Lite websiteYou are here:
Start »
Geometry 2D »
Geometry 2D Interpolations »
MedianAngle
Header: |
FIL.h
|
Namespace: |
fil |
Computes the median angle of the input angles.
Applications: This is a substitute for arithmetic average which cannot be done well for angles. For example the average of 1 and 359 is incorrectly 180 (we think 0).
Syntax
void fil::MedianAngle
(
const ftl::Array<float>& inAngles,
fil::AngleRange::Type inAngleRange,
float& outMedianAngle
)
Parameters
|
Name |
Type |
Default |
Description |
 |
inAngles |
const Array<float>& |
|
|
 |
inAngleRange |
AngleRange::Type |
_0_180 |
|
 |
outMedianAngle |
float& |
|
|
Errors
List of possible exceptions:
Error type |
Description |
DomainError |
Empty array on input in MedianAngle. |