Insect egg detection/counting missing connected blobs
古いコメントを表示
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!
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Blocked Images についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!