Back to FabImage Studio website

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

PathTurnAngleMaximum_OrNil


Module: FoundationPro

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

Name Type Description
Input value
inPath Path Input path
Input value
inAllowedTurnDirection TurnAngleDirection Allows to detect only left-turns, only right-turns or both
Input value
inResultPrecision TurnAnglePrecision Switches between pixel-precise or subpixel-precise detection of the found maximum
Output value
outMaximumTurnAngleIndex Real? Index of found maximum
Output value
outMaximumTurnAnglePoint Point2D? Found point of a path with maximum turn angle
Output value
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.