detect circle between some shapes
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
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
0 个评论
回答(1 个)
Image Analyst
2013-5-18
0 个投票
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 个评论
safa
2013-5-19
Image Analyst
2013-5-19
You forgot to tell us where you uploaded test.bmp.
safa
2013-5-19
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!