compute the orientation of a line in a image

6 ビュー (過去 30 日間)
Promila
Promila 2011 年 9 月 27 日
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 件)

Community Treasure Hunt

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

Start Hunting!

Translated by