how can i find diagonal line in image?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/157271/image.jpeg)
0 Kommentare
Antworten (1)
Swarooph
am 19 Okt. 2016
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 Kommentare
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!