How can I use " imfindcircles" ?

1 visualización (últimos 30 días)
Christine Ak
Christine Ak el 27 de Nov. de 2013
Comentada: Christine Ak el 27 de Nov. de 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 ??

Respuesta aceptada

Wayne King
Wayne King el 27 de Nov. de 2013
Editada: Wayne King el 27 de Nov. de 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 comentario
Christine Ak
Christine Ak el 27 de Nov. de 2013
thxxx Alot .. it was helpful :D

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Mathematics and Optimization en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by