Effacer les filtres
Effacer les filtres

Calculating the number of pixels between objects in an image

4 vues (au cours des 30 derniers jours)
John F
John F le 1 Fév 2012
I'm working on estimating the distance between 2 lines in an image. I need to know how to determine the number of pixels between 2 lines in an image. Assuming the 2 lines are the only objects in the image, how can I do this? I see that I can use a video object to find the edges. Can I get the edge coordinates from that?
Thanks!

Réponses (1)

Image Analyst
Image Analyst le 1 Fév 2012
You could use bwdist() and choose from a variety of ways of measuring distance, or just use bwlabel() followed by find() to find the pixels in each line, then use hypot() to calculate the Euclidean distance.

Catégories

En savoir plus sur Computer Vision with Simulink dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by