Need Matlab based cell segmentation for Ring shaped cells (Donuts)
Show older comments
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 Comments
Star Strider
on 31 Jan 2021
Simply out of curiosity, are they normal erythrocytes or ring sideroblasts or something else?
Akhila Raman
on 31 Jan 2021
Star Strider
on 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
on 31 Jan 2021
Accepted Answer
More Answers (1)
Image Analyst
on 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 Comments
Akhila Raman
on 31 Jan 2021
Image Analyst
on 31 Jan 2021
Edited: Image Analyst
on 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
on 31 Jan 2021
Image Analyst
on 1 Feb 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
on 1 Feb 2021
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!