Width of the Edge

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

Answers (1)

Image Analyst
Image Analyst on 19 Oct 2011

0 votes

Probably, if we had more to work with...

1 Comment

ram m
ram m on 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

Sign in to comment.

Asked:

on 19 Oct 2011

Community Treasure Hunt

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

Start Hunting!