OpenCV-Document-Scanner
OpenCV-Document-Scanner copied to clipboard
An interactive document scanner built in Python using OpenCV featuring automatic corner detection, image sharpening, and color thresholding.
Traceback (most recent call last): File "D:\anaconda3\lib\site-packages\matplotlib\backends\backend_qt5.py", line 519, in _draw_idle self.draw() File "D:\anaconda3\lib\site-packages\matplotlib\backends\backend_agg.py", line 402, in draw self.figure.draw(self.renderer) File "D:\anaconda3\lib\site-packages\matplotlib\artist.py", line 50, in draw_wrapper return draw(artist, renderer, *args, **kwargs)...
Hi! I made small changes for myself to preserve color. I want to share it to the community. @bytesnake referenced the workaround in #13. Cheers!
hi, I have an issue while trying to install polygon_interacter and pyimagesearch libraries. how i should handle it?
Without a license specified, no one can use this code. https://github.com/readme/guides/open-source-licensing
I am encountering an error when trying to run the script scan.py in my project. The error occurs when trying to import the lsd module from the pylsd package. I...