How can I use " imfindcircles" ?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Christine Ak
il 27 Nov 2013
Commentato: Christine Ak
il 27 Nov 2013
Hi every one :) I have the following Figure ,, I need to use the function " imfindcircles " but it gives me empty matrix Can any body help ??
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/153301/image.png)
0 Commenti
Risposta accettata
Wayne King
il 27 Nov 2013
Modificato: Wayne King
il 27 Nov 2013
Hi Christine, you may want to increase the sensitivity a bit. Here, use the file I attach and run the following code.
im = imread('circle.png');
[centers1,radii1] = imfindcircles(im,[30 60],'ObjectPolarity','dark','Sensitivity',0.95);
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Mathematics and Optimization in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!