imfindcircles not giving answer

5 ビュー (過去 30 日間)
Pat
Pat 2014 年 2 月 6 日
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 件)

カテゴリ

Help Center および File ExchangeLinear Algebra についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by