From c0e5d2b8ef3ea71fc9004d8769891a967eb7aca7 Mon Sep 17 00:00:00 2001 From: sayands Date: Thu, 19 Jul 2018 09:09:09 +0530 Subject: [PATCH 1/4] Added Document Scanner Tutorial using OpenCV --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 20a6fc1..6d3b9f8 100644 --- a/README.md +++ b/README.md @@ -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/) From f5b2bb12799cc911d8c8f476442c223a7a13f76d Mon Sep 17 00:00:00 2001 From: sayands Date: Thu, 19 Jul 2018 09:10:17 +0530 Subject: [PATCH 2/4] Added Face Detection tutorial using OpenCV --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6d3b9f8..bca2d49 100644 --- a/README.md +++ b/README.md @@ -325,6 +325,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB ### OpenCV: * [Build A Document Scanner](https://www.pyimagesearch.com/2014/09/01/build-kick-ass-mobile-document-scanner-just-5-minutes/) +* [Build A Face Detector using OpenCV and Deep Learning](https://www.pyimagesearch.com/2018/02/26/face-detection-with-opencv-and-deep-learning/) ### Deep Learning: From 5f3ff040b21ae42c0cd76b7d003b7c5e34284b12 Mon Sep 17 00:00:00 2001 From: sayands Date: Thu, 19 Jul 2018 09:11:54 +0530 Subject: [PATCH 3/4] Added Face Recognition Tutorial using OpenCV --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bca2d49..c0156c2 100644 --- a/README.md +++ b/README.md @@ -326,6 +326,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB ### OpenCV: * [Build A Document Scanner](https://www.pyimagesearch.com/2014/09/01/build-kick-ass-mobile-document-scanner-just-5-minutes/) * [Build A Face Detector using OpenCV and Deep Learning](https://www.pyimagesearch.com/2018/02/26/face-detection-with-opencv-and-deep-learning/) +* [Build a Face Recognition System using OpenCV, Python and Deep Learning](https://www.pyimagesearch.com/2018/06/18/face-recognition-with-opencv-python-and-deep-learning/) ### Deep Learning: From 4ee87bf143bc5bf9baa7a0e18ce1137a3a999568 Mon Sep 17 00:00:00 2001 From: sayands Date: Thu, 19 Jul 2018 09:12:45 +0530 Subject: [PATCH 4/4] Added Saliency Detection Tutorials --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c0156c2..c0dc1eb 100644 --- a/README.md +++ b/README.md @@ -327,6 +327,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Build A Document Scanner](https://www.pyimagesearch.com/2014/09/01/build-kick-ass-mobile-document-scanner-just-5-minutes/) * [Build A Face Detector using OpenCV and Deep Learning](https://www.pyimagesearch.com/2018/02/26/face-detection-with-opencv-and-deep-learning/) * [Build a Face Recognition System using OpenCV, Python and Deep Learning](https://www.pyimagesearch.com/2018/06/18/face-recognition-with-opencv-python-and-deep-learning/) +* [Detect The Salient Features in an Image](https://www.pyimagesearch.com/2018/07/16/opencv-saliency-detection/) ### Deep Learning: