Image analysis cell segmentation
Afficher commentaires plus anciens
Hey everyone,
I am doing a project on mammalian cell analysis. The first part is to segment the cells and simplify an image to black and white. The cells in the segmented image are in white but have some black parts in it still. Has anyone ever faced this problem, and could advise me on how to remove that (marked in red circle) so the end result is just a plain white cell area?
Thank you!!!

2 commentaires
Image Analyst
le 25 Juin 2021
Do you want to remove all white blobs interior to another blob, like in a hole, but leave the hole (with no white blobs in the hole anymore)?
Or do you want to fill the blobs with imfill(mask, 'holes') to get rid of any black holes in the blob and make them solid?
Domante Rabasauskaite
le 25 Juin 2021
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Convert Image Type dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


