Info

此问题已关闭。 请重新打开它进行编辑或回答。

detect circle between some shapes

1 次查看(过去 30 天)
safa
safa 2013-5-18
关闭: MATLAB Answer Bot 2021-8-20
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

回答(1 个)

Image Analyst
Image Analyst 2013-5-18
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 个评论
Image Analyst
Image Analyst 2013-5-19
You forgot to tell us where you uploaded test.bmp.

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by