Bacterial Cell Segmentation - Ignoring touching bacterial cells
Show older comments
I’m creating a program that will take in cell images (160810_rpoEdel_13.jpg) and segment the image to identify individual cells’ centroid location and pixel intensity values. So far, by using sobel edge detection and regionprops to filter out things that are too big, my program can remove most clusters and returns an image that is pretty decent. However, there some touching cells that pass through the filters (segmentedImage.jpg).
Is there another / better way to ignore or filter out the touching cells? Or a better way to segment them?
Accepted Answer
More Answers (1)
MathWorks Medical Imaging Team
on 20 Jun 2023
Edited: MathWorks Medical Imaging Team
on 20 Jun 2023
0 votes
As IA mentioned, we cant locate the failing cases.
(You can tweak the cell diameter to get better results, potentially running it twice - once for small cells and once for large cells and then doing a non-max supression)

Categories
Find more on Image Segmentation 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!