classification of image edges in matlab
Afficher commentaires plus anciens
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?

Réponses (1)
Image Analyst
le 16 Fév 2015
0 votes
Try imfindcircles() on the original gray scale image.
2 commentaires
forough j
le 16 Fév 2015
Image Analyst
le 16 Fév 2015
Please post the original gray scale image.
Catégories
En savoir plus sur Object Analysis dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!