1 | initial version |
I was able to get the image below with just a few OpenCV steps:
threshold the image with binary_inverse and threshold value about 40
find contours
filter contours by area and aspect ratio
Do you think these remaining contours (in red) would be useful to you?