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!