Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

detect circle between some shapes

1 Ansicht (letzte 30 Tage)
safa
safa am 18 Mai 2013
Geschlossen: MATLAB Answer Bot am 20 Aug. 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

Antworten (1)

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

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by