classification of image edges in matlab
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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?

0 comentarios
Respuestas (1)
Image Analyst
el 16 de Feb. de 2015
Try imfindcircles() on the original gray scale image.
2 comentarios
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!