help with imfindcircles function
古いコメントを表示
i used imfindcircles to detect circles in image and it works good then i tried to get the color of the circles that the function detected but i can't cause the centers that it returned wasn't in pixels !!
3 件のコメント
yonatan gerufi
2014 年 8 月 25 日
can you give more details?
what does it returns if not pixels?
notice that the function return values are:
[centers, r_estimated, metric] = imfindcircles(varargin)
and that "A can be a grayscale, RGB or binary image".
mohamed samy
2014 年 8 月 25 日
Image Analyst
2014 年 8 月 25 日
Not necessarily. See my answer. It works perfectly with fractional locations.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Green についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!