Detect touching/overlapping circles/ellipses with OpenCV and Python
问题 i want to measure the circularity of circles (difference of the "circles" height and width or ellipse parameters). The circles are given in pictures as shown here: After doing usual stuff like color2gray, thresholding and border detection, I get the following picture as shown: With this, I already tried a lot of different things: List item Watershed with findContour (similar to this question) -> openCV detects the space between the circles as a closed contour and not the circles since they