1 | initial version |
I Suggest this method :
1 ) - as @StevenPuttemns suggested, use watershed or another method to get individual contours
2) - Use the circle fitting algorithm on each contour.
the other way is to predict circles using some kind of deep learning strategy...