classification of image edges in matlab
Show older comments
hi I have processed a picture and found the edges of it. the edges show 6 circles and now I wanna separate each circle from others. I mean that I need something like decision boundary to classify the circles and extract and process features of each circle separately. I have changed it to binary image .could you please help me?

Answers (1)
Image Analyst
on 16 Feb 2015
0 votes
Try imfindcircles() on the original gray scale image.
2 Comments
forough j
on 16 Feb 2015
Image Analyst
on 16 Feb 2015
Please post the original gray scale image.
Categories
Find more on Object Analysis in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!