How can i fit the inscribed circle with different diameter in an image ??

조회 수: 4 (최근 30일)
Surendra Ratnu
Surendra Ratnu 2024년 7월 25일
댓글: Image Analyst 2024년 7월 25일
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
Torsten
Torsten 2024년 7월 25일
편집: Torsten 2024년 7월 25일
A graphics that shows what you want to do would be helpful.
The image you included has content that I cannot relate with your question.

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2024년 7월 25일
I don't even know what "fill with a different diameter" means, but you might try imfill
mask = imfill(mask, 'holes');
  댓글 수: 1
Image Analyst
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?
Have you tried viscircles?
If you want to know the largest circle that can fit at any point in the image you can use bwdist which tells you the distance in pixels from every point in the shape (you need to fill it first with imfill) to the nearest edge/border pixel.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

제품


릴리스

R2024a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by