How can I use " imfindcircles" ?

6 Ansichten (letzte 30 Tage)
Christine Ak
Christine Ak am 27 Nov. 2013
Kommentiert: Christine Ak am 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 ??

Akzeptierte Antwort

Wayne King
Wayne King am 27 Nov. 2013
Bearbeitet: Wayne King am 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);
  1 Kommentar
Christine Ak
Christine Ak am 27 Nov. 2013
thxxx Alot .. it was helpful :D

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Interpolation finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by