Ask Your Question

Revision history [back]

I was able to get the image below with just a few OpenCV steps:

  1. threshold the image with binary_inverse and threshold value about 40

  2. find contours

  3. filter contours by area and aspect ratio

Do you think these remaining contours (in red) would be useful to you?

image description