Insect egg detection/counting missing connected blobs
Show older comments
I am working to create a fairly simple function that will count the eggs in images similar to this: https://imgur.com/tyCt9XK
I have been able to get a clean grayscale image (easy): https://imgur.com/A5EqyRA
Then perform some bw conversion and erosion: https://imgur.com/jJkHBuV
I am just not sure the best way to count these objects. When I use Connected Components, it counts a large section of the eggs as a single object and the count is far off. That's understandable as they are connected in the bw image.
There are 165 eggs, so that's my target result... Any help is appreciated!
Accepted Answer
More Answers (0)
Categories
Find more on Blocked Images in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!