How can i fit the inscribed circle with different diameter in an image ??
4 ビュー (過去 30 日間)
古いコメントを表示
I have an image which has the close shape. I need to fill the the close loop with different diameter in the image. Can anyone give the suggestion for that ??
1 件のコメント
回答 (1 件)
Image Analyst
2024 年 7 月 25 日
mask = imfill(mask, 'holes');
1 件のコメント
Image Analyst
2024 年 7 月 25 日
Why do you wan tto do this? And your image is of such low resolution it's hard to see what's going on but somehow I guess you've drawn circles inside the white outline, right? Can you attach higher resolution images, both with and without the red circles?
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!