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 .
0 个评论
采纳的回答
Image Analyst
2011-9-27
call bwconncomp() and then regionprops() and ask for "orientation". See if that works for you.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Segmentation and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!