Segmentation issue with my images: small green dots called mitochondria not accurately being detected in code

9 views (last 30 days)
I’m having an ongoing issue with my code: it is not properly detecting the mitochondria. When I zoom in, the mitochondria is still not segmented enough (the current segmentation sometimes counts multiple mitochondria as 1). Then it affects the other measurements: circularity and average size. I have been wracking my head trying to figure out how to segment it better but I don’t know how. Would someone be able to show me How to perform a better segmentation? My image is attached. Thank you, please help.
my issue is not capability, its accuracy. The count is fine but some of the segmentation is not strong (i.e. some of the green blobs are turned into strings instead of closed area objects and the feret size is larger than expected although I converted everything to microns), would this be something you can look into? Thanks for considering!

Accepted Answer

Image Analyst
Image Analyst on 25 Mar 2023

More Answers (1)

Image Analyst
Image Analyst on 24 Mar 2023
Sometimes you can't measure what you think you'd like to measure, so you have to go with what you can measure. For example if you can't count the number of mitochondria you can compute the sum total of all the fluorescence. And maybe that will correlate with whatever you're hoping it would. For example, maybe the sum or mean gray level (which you can measure) correlates just as well with drug activity, drug concentration, or drug efficacy as the number of mitochondria (which you can't measure). If you can't segment out the individual mito, then I suggest you try this approach.
  4 Comments
Chanille
Chanille on 24 Mar 2023
@Image Analyst my issue is not capability, its accuracy. The count is fine but some of the segmentation is not strong (i.e. some of the green blobs are turned into strings instead of closed area objects and the feret size is larger than expected although I converted everything to microns), would this be something you can look into? Thanks for considering!

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!