circle fitting
古いコメントを表示
I have a binary image. This image contains white points randomly a ranged inside a region of interest. I want to draw a circle that can include all these points inside it. Means that I want to write a code that detect all these active points automatically and draw a circle in such a way that all the active (white) points come inside this circle. And outer most white point become a part of the boundary of circle. Can anyone help me in that?
採用された回答
その他の回答 (1 件)
Image Analyst
2012 年 3 月 1 日
0 投票
3 件のコメント
Khawaja Asim
2012 年 3 月 2 日
Khawaja Asim
2012 年 3 月 2 日
Image Analyst
2012 年 3 月 2 日
Neither Walter's nor John's solution will work if you have a random smattering of dots along the top of an arc. In that case you'd have to do a fit. Apparently that's complicated. I have a paper or reference to fitting a circle that I'll try to look up later for you.
カテゴリ
ヘルプ センター および File Exchange で Smoothing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!