Back to Adaptive Vision Library website

You are here: Start » Function Reference » Geometry 2D Interpolations » MedianAngle

MedianAngle


Computes the median angle of the input angles.

Syntax

C++
C#
 
void avl::MedianAngle
(
	const atl::Array<atl::real>& inAngles,
	avl::AngleRange::Type inAngleRange,
	atl::real& outMedianAngle
)

Parameters

Name Type Default Description
inAngles const Array<real>&
inAngleRange AngleRange::Type
outMedianAngle real&

Errors

Error type Description
DomainError Empty array on input in MedianAngle.