Added Document Scanner Tutorial using OpenCV

This commit is contained in:
sayands 2018-07-19 09:09:09 +05:30
parent 37c0ff0c2e
commit c0e5d2b8ef

View file

@ -323,6 +323,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
* [Learn Unsupervised Learning with Python](https://towardsdatascience.com/unsupervised-learning-with-python-173c51dc7f03)
* [Build Your Own Neural Net from Scratch in Python](https://towardsdatascience.com/how-to-build-your-own-neural-network-from-scratch-in-python-68998a08e4f6)
### OpenCV:
* [Build A Document Scanner](https://www.pyimagesearch.com/2014/09/01/build-kick-ass-mobile-document-scanner-just-5-minutes/)
### Deep Learning:
* [Using Convolutional Neural Nets to Detect Facial Keypoints](http://danielnouri.org/notes/2014/12/17/using-convolutional-neural-nets-to-detect-facial-keypoints-tutorial/)