compute the orientation of a line in a image
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Image Analyst
am 27 Sep. 2011
call bwconncomp() and then regionprops() and ask for "orientation". See if that works for you.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Segmentation and Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!