Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

detect circle between some shapes

1 vue (au cours des 30 derniers jours)
safa
safa le 18 Mai 2013
Clôturé : MATLAB Answer Bot le 20 Août 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

Réponses (1)

Image Analyst
Image Analyst le 18 Mai 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 commentaires
Image Analyst
Image Analyst le 19 Mai 2013
You forgot to tell us where you uploaded test.bmp.
safa
safa le 19 Mai 2013

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by