Width of the Edge

3 Ansichten (letzte 30 Tage)
ram m
ram m am 19 Okt. 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

Antworten (1)

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

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by