Width of the Edge

3 visualizzazioni (ultimi 30 giorni)
ram m
ram m il 19 Ott 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

Risposte (1)

Image Analyst
Image Analyst il 19 Ott 2011
Probably, if we had more to work with...
  1 Commento
ram m
ram m il 19 Ott 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

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by