Need Matlab based cell segmentation for Ring shaped cells (Donuts)
Afficher commentaires plus anciens
I would greatly appreciate any suggestions for matlab or other software which can do
cell segmentation for Ring shaped cells (Donuts), like the image below:
Matlab's watershed command works on some images, but misses out 50% of the cells in above image.
Any suggestions much appreciated!
4 commentaires
Star Strider
le 31 Jan 2021
Simply out of curiosity, are they normal erythrocytes or ring sideroblasts or something else?
Akhila Raman
le 31 Jan 2021
Star Strider
le 31 Jan 2021
Definitely not something presented to us in histology or histopathology!
An enlarged version with specific staining characteristics would be helpful.
Akhila Raman
le 31 Jan 2021
Réponse acceptée
Plus de réponses (1)
Image Analyst
le 31 Jan 2021
1 vote
Use the Color Thresholder app on the Apps tab of the tool ribbon. I'd probably use HSV color space. Export the result as a function. That should find all the red blobs. If you only want blobs that have a hole inside a completely closed perimeter, like you want O-shaped blobs and not C-shaped blobs, then call regionprops() and look for the Euler number.
Write back if you still need help.
5 commentaires
Akhila Raman
le 31 Jan 2021
Image Analyst
le 31 Jan 2021
Modifié(e) : Image Analyst
le 31 Jan 2021
Again, is any red blob of any shape acceptable, or only those with a hole in them? Because I imagine that you're going to have a lot of red blobs that have no holes in them especially since they're so small. In fact I imagine most of them would not have a hole in them.
Akhila Raman
le 31 Jan 2021
Image Analyst
le 1 Fév 2021
I think you need higher resolution and need to do a background subtraction. The attached is the best I could do in a few minutes and you can see it's not very good.
Akhila Raman
le 1 Fév 2021
Catégories
En savoir plus sur Image Processing Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
