Effacer les filtres
Effacer les filtres

measuring lenght of straight lines

2 vues (au cours des 30 derniers jours)
Rob
Rob le 24 Avr 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.

Réponses (2)

Rick Rosson
Rick Rosson le 24 Avr 2012

Image Analyst
Image Analyst le 24 Avr 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.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by