loss of cells after watershed transformation
Mostrar comentarios más antiguos
I have the following figure of a population of cells. The dark spots are cell nuclei. I'm trying to segment these cells. As you can tell that some cells are connected and I want to apply watershed transformation to segment these cells.

This is what I do
I = imread('testFigure.gif'); bw = imbinarize(watershed(Im)); imwrite(bw,'ProcessedFigure.gif');
The processed figure looks like this

Though those connected cells are successfully separated as expected, but I lost many cells in the left of the figure somehow. I'm trying to understand the reason for this. Many thanks for any help.
Rui
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre DICOM Format en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!