imfindcircles not giving answer
1 次查看(过去 30 天)
显示 更早的评论
I want to find circles in a image,i used imfindcircles ,and used example in it which gave good result,but if i use my own image i am not getting the result,kindly assist
rgb=imread('sample6.bmp');
%rgb=~rgb;
[centers, radii] = imfindcircles(rgb,[10 55],'ObjectPolarity','bright')
imshow(rgb)
viscircles(centers, radii,'EdgeColor','b');
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!