compute the orientation of a line in a image

1 次查看(过去 30 天)
i have a binary image which contain some line segments.For each point location,i want to calculate the orientation of its corresponding line .please suggest an solution
thanks in advance .

采纳的回答

Image Analyst
Image Analyst 2011-9-27
call bwconncomp() and then regionprops() and ask for "orientation". See if that works for you.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Segmentation and Analysis 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by