Image analysis cell segmentation
显示 更早的评论
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 个评论
Image Analyst
2021-6-25
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
2021-6-25
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Convert Image Type 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


