Need Matlab based cell segmentation for Ring shaped cells (Donuts)
Mostrar comentarios más antiguos
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 comentarios
Star Strider
el 31 de En. de 2021
Simply out of curiosity, are they normal erythrocytes or ring sideroblasts or something else?
Akhila Raman
el 31 de En. de 2021
Star Strider
el 31 de En. de 2021
Definitely not something presented to us in histology or histopathology!
An enlarged version with specific staining characteristics would be helpful.
Akhila Raman
el 31 de En. de 2021
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 31 de En. de 2021
1 voto
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 comentarios
Akhila Raman
el 31 de En. de 2021
Image Analyst
el 31 de En. de 2021
Editada: Image Analyst
el 31 de En. de 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
el 31 de En. de 2021
Image Analyst
el 1 de Feb. de 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
el 1 de Feb. de 2021
Categorías
Más información sobre Image Processing Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
