I'm trying to segment an image of round beats on like the ones on an Abacus. The problem is that the beads are close together and using "canny" edge or something similar makes two beads as the same object. I have tried connected components with some tricky thresholds, but it did not work.
Can you please suggest how to better approach this problem?
I need the program to be able to segment each one apart and then count how many there are. Any help would be great.
Thank you!