Skip to content

Commit e292754

Browse files
Update README.md
1 parent 513ba72 commit e292754

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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?
1818
I was BORED :/
1919

20-
# INSTALLATION
20+
# Installation
2121
```
2222
pip 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/

0 commit comments

Comments
 (0)