Measure Angle Between Segments
Usage Scenario
This Step is generally used for geometric feature measurement. No fixed usage scenarios.
Input and Output
Input
| Input ports | Data type | Description |
|---|---|---|
Image |
Image |
The image of the target object to be measured. |
IN1 |
Shape2D/Line |
The first geometric feature to be measured, generated and provided by a preceding Step. This port supports the segment type. |
IN2 |
Shape2D/Line |
The second geometric feature to be measured, generated and provided by a preceding Step. This port supports the segment type. |
Output
| Output ports | Data type | Description |
|---|---|---|
Angle |
Number |
The angle value between the two input segments. |
Arc |
Shape2D/Arc |
The angle between the two line segments, displayed in the visualization image. |
Intersection Point |
Point2D |
Intersection point of two segments for use as a feature point in subsequent positioning. |
Parameter Description
| Parameter | Description |
|---|---|
Output Supplementary Angle |
Parameter description: Outputs the supplementary angle (i.e., the angle equal to 180° minus the measured angle) in addition to the measured one.
|