Width of the Edge

3 vues (au cours des 30 derniers jours)
ram m
ram m le 19 Oct 2011
Hi
I want to find the width of the edge in a row, after finding the edges. I am able to find the edges, but not able to find the width of those edges Can you help me in finding it
Thanks

Réponses (1)

Image Analyst
Image Analyst le 19 Oct 2011
Probably, if we had more to work with...
  1 commentaire
ram m
ram m le 19 Oct 2011
Sir
I have seen your comments on the previous questions regarding this.
I am able to find the local maxima and and local minima using the imregionalmin()
I have doubt regarding the width of the image, would it be the difference of of these two images ?
How Can I calculate the width of the edges with these two information
peakEdges = imregionalmax(edgeImage, 8)
lowpeakEdges = imregionalmin(edgeImage, 8);
Thanks

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by