Borrar filtros
Borrar filtros

measuring lenght of straight lines

2 visualizaciones (últimos 30 días)
Rob
Rob el 24 de Abr. de 2012
Hello, After edge detection to an image I obtain an image with three crossed lines. How can I measure their lenghts in pixel? Thank you in advance for you help. Regards, Katia.

Respuestas (2)

Rick Rosson
Rick Rosson el 24 de Abr. de 2012
>> doc imtool

Image Analyst
Image Analyst el 24 de Abr. de 2012
You can use improfile(), imline(), imtool(), etc. Or use ginput() and hypot(). Or use bwmorph('endpoints') and hypot. Lots of ways depending on how interactive you want to be.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by