unproject_text icon indicating copy to clipboard operation
unproject_text copied to clipboard

Perspective recovery of text using transformed ellipses

Results 5 unproject_text issues
Sort by recently updated
recently updated
newest added

in the 135 line changed this `_, contours, hierarchy = cv2.findContours(work, cv2.RETR_CCOMP, cv2.CHAIN_APPROX_NONE)` to this `contours, hierarchy = cv2.findContours(work, cv2.RETR_CCOMP, cv2.CHAIN_APPROX_NONE)` it's because in a previous version of opencv that...

Tried to run the program on some images, for some it worked, but on many I get this error: python3 unproject_text.py lp8.png abs_area_cutoff = 18.7572 got 6 contours with 1...

Python 3 / OSX $ python3 unproject_text/unproject_text.py samples/hd/IMG_1234.jpg Traceback (most recent call last): File "unproject_text/unproject_text.py", line 503, in main() File "unproject_text/unproject_text.py", line 490, in main contours, hierarchy = get_contours(img) File...

What is the minimun size recommended for a good processing?

m-c02sh1f0g8wl:unproject_text-master arg000m$ python unproject_text.py deskew0.jpg Traceback (most recent call last): File "unproject_text.py", line 503, in main() File "unproject_text.py", line 490, in main contours, hierarchy = get_contours(img) File "unproject_text.py", line 135,...