Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Geometry 2D Features » SegmentOrientation

SegmentOrientation


Computes the orientation of a segment.

Name Type Description
inSegment Segment2D
inAngleRange AngleRange Switches between 0-180 or 0-360 degrees
outOrientationAngle Real

Description

Note that because of inaccuracies of floating-point arithmetic, some geometric operations (including this one) may lead to unpredictable results for degenerated cases. In this filter such a case occurs when an empty segment is given on input.

Examples

Description of usage of this filter can be found in examples and tutorial: Blister Inspection (NET GmbH), Meter.

SegmentOrientation performed on a segment with parameters: X1 = 50, Y1 = 50, X2 = 300, Y2 = 300 and inAngleRange set to _0_180.
outOrientationAngle returns 45.

Complexity Level

This filter is available on Basic Complexity Level.