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!