How to count Image Edges with Different between space ?

1 view (last 30 days)
Image Edges Count with different Space Different ?

Accepted Answer

Image Analyst
Image Analyst on 14 Dec 2015
Take your edge image (make sure it's binary) and label it:
[labeledImage, numberOfEdges] = bwlabel(edgeImage);
  1 Comment
Selva Karna
Selva Karna on 15 Dec 2015
I have attached which i count edges of images. this count is ok. but the edges not clear.How to improve clear edges detection. I have attached what i want need edge count? so my request is how to get clear edge detection .for bellow attached image. i am also used CANNY operator , this is not perfect can you Help me sir? <<
>>

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!