File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,17 @@ Initially we need to resize the images so OpenCV can handle it and then the foll
1717## This is shit, why did you build this?
1818I was BORED :/
1919
20- # INSTALLATION
20+ # Installation
2121```
2222pip install opencv-python
2323```
24+
25+ ## Credits
26+
27+ 1 ) Guassian Blur : https://docs.opencv.org/3.1.0/d4/d13/tutorial_py_filtering.html
28+ 2 ) SO article on guassian Blur https://computergraphics.stackexchange.com/questions/39/how-is-gaussian-blur-implemented
29+ 3 ) Vipul Sharma Github : https://github.com/vipul-sharma20/document-scanner
30+ 4 ) Canny Edge Deetction https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_imgproc/py_canny/py_canny.html
31+ 5)Contours Documentation : https://docs.opencv.org/3.1.0/d4/d73/tutorial_py_contours_begin.html
32+ 6 ) ArcLength Documentation: https://docs.opencv.org/3.1.0/dd/d49/tutorial_py_contour_features.html
33+ 7 ) Perspective Transform Pyimage Search Tutorial https://www.pyimagesearch.com/2014/08/25/4-point-opencv-getperspective-transform-example/
You can’t perform that action at this time.
0 commit comments