compute the orientation of a line in a image
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Image Analyst
il 27 Set 2011
call bwconncomp() and then regionprops() and ask for "orientation". See if that works for you.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Image Segmentation and Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!