Effacer les filtres
Effacer les filtres

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

18 vues (au cours des 30 derniers jours)
Surendra Ratnu
Surendra Ratnu il y a environ 8 heures
Commenté : Image Analyst il y a environ 5 heures
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 ??
  2 commentaires
Torsten
Torsten il y a environ 6 heures
Modifié(e) : Torsten il y a environ 5 heures
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.
Surendra Ratnu
Surendra Ratnu il y a environ 7 heures
This image has the close loop shape in white pixels.

Connectez-vous pour commenter.

Réponses (1)

Image Analyst
Image Analyst il y a environ 7 heures
I don't even know what "fill with a different diameter" means, but you might try imfill
mask = imfill(mask, 'holes');
  2 commentaires
Surendra Ratnu
Surendra Ratnu il y a environ 4 heures
@Image Analyst, I attached another image. There are the circles in red colour, So i want to fill this region like these circle or fit the different circle inside the close curve (which is showing in white pixels) and need to find the all inscribed circle diameter.
Image Analyst
Image Analyst il y a environ 3 heures
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.

Connectez-vous pour commenter.

Produits


Version

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by