How can I use " imfindcircles" ?

1 回表示 (過去 30 日間)
Christine Ak
Christine Ak 2013 年 11 月 27 日
コメント済み: Christine Ak 2013 年 11 月 27 日
Hi every one :) I have the following Figure ,, I need to use the function " imfindcircles " but it gives me empty matrix Can any body help ??

採用された回答

Wayne King
Wayne King 2013 年 11 月 27 日
編集済み: Wayne King 2013 年 11 月 27 日
Hi Christine, you may want to increase the sensitivity a bit. Here, use the file I attach and run the following code.
im = imread('circle.png');
[centers1,radii1] = imfindcircles(im,[30 60],'ObjectPolarity','dark','Sensitivity',0.95);
  1 件のコメント
Christine Ak
Christine Ak 2013 年 11 月 27 日
thxxx Alot .. it was helpful :D

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMathematics and Optimization についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by