Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

detect circle between some shapes

1 visualización (últimos 30 días)
safa
safa el 18 de Mayo de 2013
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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

Respuestas (1)

Image Analyst
Image Analyst el 18 de Mayo de 2013
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 comentarios
Image Analyst
Image Analyst el 19 de Mayo de 2013
You forgot to tell us where you uploaded test.bmp.

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by