Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Path » Path Features » PathAverageTurnAngle

PathAverageTurnAngle


Module: FoundationPro

Computes the average absolute turn angle of a path per unit of length.

Name Type Description
Input value inPath Path Input path
Output value outAverageTurnAngle Real

Description

The operation measures acuteness of the path turn angles. It is computed as the sum of absolute values of path turn angles at path characteristic points divided by length of the path.

Examples

PathAverageTurnAngle of the sample path equals to 161.57.

PathAverageTurnAngle of the sample path equals to 81.16.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Input path contains not enough points in PathAverageTurnAngle.

Complexity Level

This filter is available on Advanced Complexity Level.

See Also