I want to find contours on the image below (white bubbles). The problem is that when I convert the image to gray with the standard way:
gray = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)
I do not see them (second image). Is it possible to change the conversion some how? Thank you for any help