Line length and orientation angle of two or more intersecting lines

1 view (last 30 days)
I am using regionprops function to find the lengths and orientation angles of some lines in binary images. There is no issue with the function when these lines do not intersect. However, when there are some intersecting lines like in the shape of "X, +, V or any other shape" the result is a bit weird. How can I overcome this problem? Are there any other ways to find these parameters?

Accepted Answer

Catalytic
Catalytic on 7 Jan 2021
You should probably be using houghlines instead of regionprops.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!