Back to Adaptive Vision Studio website

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

PathTurnAngleMaximum_OrNil


Finds the maximum of the profile of turn angles of a path; returns NIL if the path has no turn angles.

Name Type Description
inPath Path Input path
inAllowedTurnDirection TurnAngleDirection Allows to detect only left-turns, only right-turns or both
inResultPrecision TurnAnglePrecision Switches between pixel-precise or subpixel-precise detection of the found maximum
outMaximumTurnAngleIndex Real? Index of found maximum
outMaximumTurnAnglePoint Point2D? Found point of a path with maximum turn angle
outMaximumTurnAngleAngle Real? Maximal turn angle of the input path

Complexity Level

This filter is available on Advanced Complexity Level.

Filter Group

This filter is member of PathTurnAngleMaximum filter group.