how can i find diagonal line in image?
9 ビュー (過去 30 日間)
古いコメントを表示
I have an image which contains canny output of it. now, I want to find diagonal line that exist in top left part of image. do you have any idea?
0 件のコメント
回答 (1 件)
Swarooph
2016 年 10 月 19 日
You can use hough transform to detect lines. Once lines are detected, you can use properties such as theta on the houghlines structure to filter your lines compared to a reference line.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!