Removing circles, lines, and other patterns with OpenCV and Python, part 2
It took me a while to come up with an (at least) semi-effective method of removing the text pattern. While the thicker outlines can be disposed of pretty eas...
It took me a while to come up with an (at least) semi-effective method of removing the text pattern. While the thicker outlines can be disposed of pretty eas...
Why 1.5? Because I’m not addressing the issue of the overlay text and instead present a small improvement on removing the thick outlines.
As an exercise in Python and OpenCV I wanted to try removing some obfuscating patterns from a PDF file. This could potentially come in handy if, as a univers...
Recently whenever I’m bored, tired and with just 20 minutes to spare (bored enough so I can’t go to sleep early but too tired to do anything productive, and ...