How to get access of the individual houghlines detected in a image
Mostrar comentarios más antiguos
After using houghlines to detect lines in a image I was able to get the image like this
Can someone explain how to get access to a individual line to detect the edge along that line only
Respuestas (1)
Sandhu
el 27 de Oct. de 2011
P = houghpeaks(H,5,'threshold',ceil(0.3*max(H(:))));
u can access hough line from here. in 'P' variable(2-d matrix) Hough lines coordinates will store. if u can take it out and use in a place where u need. check in P variable.
3 comentarios
Gova ReDDy
el 27 de Oct. de 2011
Sandhu
el 27 de Oct. de 2011
ha ha ha ha.....
Gova ReDDy
el 28 de Oct. de 2011
Categorías
Más información sobre Object Analysis en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!