compute the orientation of a line in a image

5 visualizaciones (últimos 30 días)
Promila
Promila el 27 de Sept. de 2011
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 .

Respuesta aceptada

Image Analyst
Image Analyst el 27 de Sept. de 2011
call bwconncomp() and then regionprops() and ask for "orientation". See if that works for you.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by