How to remove thin lines from the following image?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I am trying to isolate the circular droplets in the following image. However, I can't work out how to remove the thin lines of the chambers and if I just apply imfindcircles to the binarized image it does not provide me with what I need no matter how I tweak it. It keeps finding the empty chambers as circles (even though they are not complete circles) and it sometimes finds the odd shaped droplets and the droplets that are larger than the chambers (and therefore, not circular) as circles.
Once I isolate the circles I will track them over a few thousand images and monitor the mean gray level but I know how to do that.
Thanks in advance
2 Kommentare
Walter Roberson
am 1 Aug. 2022
What happens if you do a morphological thinning operation with a width that erases the thin lines but leaves the thicker lines present ?
Antworten (2)
Steve Eddins
am 3 Okt. 2022
Try using the 3rd output of imfindcircles (metric) to distinguish the bigger droplets that aren't really circles.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!