Back to FabImage Library website
You are here: Start » Function Reference » Geometry 2D Interpolations » MedianAngle
Header: | FIL.h |
---|---|
Namespace: | fil |
Computes the median angle of the input angles.
Syntax
C++
C#
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 | ||
![]() |
outMedianAngle | float& |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty array on input in MedianAngle. |