detect circle between some shapes
Informazioni
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Mostra commenti meno recenti
hi,in my image has some shapes(circle,square,triangle) . how can I detect circle between other shapes? and can tell me how many circle there is in my image.thanks in advance
Risposte (1)
Image Analyst
il 18 Mag 2013
0 voti
Have you tried imfindcircle() in the Image Processing Toolbox? Otherwise try hough() or somehow find all the objects and extract the circles based on their circularity = perimeter^2 / (4*pi*Area).
3 Commenti
safa
il 19 Mag 2013
Image Analyst
il 19 Mag 2013
You forgot to tell us where you uploaded test.bmp.
safa
il 19 Mag 2013
Questa domanda è chiusa.
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!