1 | initial version |
Ok, it looks like you're getting there. Since the only text you can clearly see is the text you want to read, try taking a look at these parts of OpenCV: http://docs.opencv.org/3.1.0/d4/d61/group__text.html#gsc.tab=0
Or you can take a look at this, which is written to find all the squares in a set of images. You can use that to narrow down the list of candidates.