How to find width at certain pixel value in an image

1 vue (au cours des 30 derniers jours)
Aishwarya Sanaka
Aishwarya Sanaka le 9 Fév 2021
Commenté : Aishwarya Sanaka le 15 Fév 2021
I need to find the width at these positions in pixels although these can be found manually I need to compute this in matlab without manual intervention. I had written the code using improfile but the user needs to manually select the points and run the code three times to get the value. Kindly help me with this. Thank you in advance.

Réponse acceptée

Matt J
Matt J le 10 Fév 2021
Use the edge() command. Then, for each desired x-position, take the y-position of the 3rd edge from the top.
  6 commentaires
Image Analyst
Image Analyst le 15 Fév 2021
save('edge_Image.mat', 'edge_Image');
Aishwarya Sanaka
Aishwarya Sanaka le 15 Fév 2021
Appreciate your help, will try this. Thank you for responding.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange

Produits


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by