From 87e1a567598c8137926ebd85926fc246f82f67b0 Mon Sep 17 00:00:00 2001 From: minakshi Date: Thu, 28 Sep 2017 12:37:41 +0530 Subject: [PATCH] added Readme file to each folder --- BlobDetector/README.md | 3 +++ ColorSpaces/README.md | 3 +++ Colormap/README.md | 3 +++ Delaunay/README.md | 3 +++ FPS/README.md | 3 +++ FaceAverage/README.md | 3 +++ FaceMorph/README.md | 3 +++ FaceSwap/README.md | 3 +++ FacialAttractiveness/README.md | 3 +++ HeadPose/README.md | 3 +++ Holes/README.md | 3 +++ Homography/README.md | 3 +++ ImageAlignment/README.md | 3 +++ NonPhotorealisticRendering/README.md | 3 +++ README.md | 4 ++-- RedEyeRemover/README.md | 3 +++ RotationMatrixToEulerAngles/README.md | 3 +++ SeamlessCloning/README.md | 3 +++ SelectiveSearch/README.md | 3 +++ Threshold/README.md | 3 +++ UI-cvui/README.md | 3 +++ VideoReadWriteDisplay/README.md | 3 +++ WarpTriangle/README.md | 3 +++ digits-classification/README.md | 3 +++ forEach/README.md | 3 +++ imread/README.md | 3 +++ ninjaEyeDetector/README.md | 3 +++ qt-test/README.md | 3 +++ tracking/README.md | 3 +++ 29 files changed, 86 insertions(+), 2 deletions(-) create mode 100644 BlobDetector/README.md create mode 100644 ColorSpaces/README.md create mode 100644 Colormap/README.md create mode 100644 Delaunay/README.md create mode 100644 FPS/README.md create mode 100644 FaceAverage/README.md create mode 100644 FaceMorph/README.md create mode 100644 FaceSwap/README.md create mode 100644 FacialAttractiveness/README.md create mode 100644 HeadPose/README.md create mode 100644 Holes/README.md create mode 100644 Homography/README.md create mode 100644 ImageAlignment/README.md create mode 100644 NonPhotorealisticRendering/README.md create mode 100644 RedEyeRemover/README.md create mode 100644 RotationMatrixToEulerAngles/README.md create mode 100644 SeamlessCloning/README.md create mode 100644 SelectiveSearch/README.md create mode 100644 Threshold/README.md create mode 100644 UI-cvui/README.md create mode 100644 VideoReadWriteDisplay/README.md create mode 100644 WarpTriangle/README.md create mode 100644 digits-classification/README.md create mode 100644 forEach/README.md create mode 100644 imread/README.md create mode 100644 ninjaEyeDetector/README.md create mode 100644 qt-test/README.md create mode 100644 tracking/README.md diff --git a/BlobDetector/README.md b/BlobDetector/README.md new file mode 100644 index 000000000..da435bd2d --- /dev/null +++ b/BlobDetector/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/blob-detection-using-opencv-python-c/) for more details about this code + +[Blob Detection Using OpenCV ( Python, C++ )](http://www.learnopencv.com/blob-detection-using-opencv-python-c/) diff --git a/ColorSpaces/README.md b/ColorSpaces/README.md new file mode 100644 index 000000000..d960c2e27 --- /dev/null +++ b/ColorSpaces/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/color-spaces-in-opencv-cpp-python/) for more details about this code + +[Color spaces in OpenCV (C++ / Python)](http://www.learnopencv.com/color-spaces-in-opencv-cpp-python/) diff --git a/Colormap/README.md b/Colormap/README.md new file mode 100644 index 000000000..d04ae6853 --- /dev/null +++ b/Colormap/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/applycolormap-for-pseudocoloring-in-opencv-c-python/) for more details about this code + +[applyColorMap for pseudocoloring in OpenCV ( C++ / Python )](http://www.learnopencv.com/applycolormap-for-pseudocoloring-in-opencv-c-python/) diff --git a/Delaunay/README.md b/Delaunay/README.md new file mode 100644 index 000000000..e62c925c2 --- /dev/null +++ b/Delaunay/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/delaunay-triangulation-and-voronoi-diagram-using-opencv-c-python/) for more details about this code + +[Delaunay Triangulation and Voronoi Diagram using OpenCV ( C++ / Python)](http://www.learnopencv.com/delaunay-triangulation-and-voronoi-diagram-using-opencv-c-python/) diff --git a/FPS/README.md b/FPS/README.md new file mode 100644 index 000000000..917ad71a4 --- /dev/null +++ b/FPS/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/how-to-find-frame-rate-or-frames-per-second-fps-in-opencv-python-cpp/) for more details about this code + +[How to find frame rate or frames per second (fps) in OpenCV ( Python / C++ ) ?](http://www.learnopencv.com/how-to-find-frame-rate-or-frames-per-second-fps-in-opencv-python-cpp/) diff --git a/FaceAverage/README.md b/FaceAverage/README.md new file mode 100644 index 000000000..c67f58f3e --- /dev/null +++ b/FaceAverage/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/average-face-opencv-c-python-tutorial/) for more details about this code + +[Average Face : OpenCV ( C++ / Python ) Tutorial](http://www.learnopencv.com/average-face-opencv-c-python-tutorial/) diff --git a/FaceMorph/README.md b/FaceMorph/README.md new file mode 100644 index 000000000..d48cfb6b9 --- /dev/null +++ b/FaceMorph/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/face-morph-using-opencv-cpp-python/) for more details about this code + +[Face Morph Using OpenCV — C++ / Python](http://www.learnopencv.com/face-morph-using-opencv-cpp-python/) diff --git a/FaceSwap/README.md b/FaceSwap/README.md new file mode 100644 index 000000000..3cc45df85 --- /dev/null +++ b/FaceSwap/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/face-swap-using-opencv-c-python/) for more details about this code + +[Face Swap using OpenCV ( C++ / Python )](http://www.learnopencv.com/face-swap-using-opencv-c-python/) diff --git a/FacialAttractiveness/README.md b/FacialAttractiveness/README.md new file mode 100644 index 000000000..41343962b --- /dev/null +++ b/FacialAttractiveness/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/computer-vision-for-predicting-facial-attractiveness/) for more details about this code + +[Computer Vision for Predicting Facial Attractiveness](http://www.learnopencv.com/computer-vision-for-predicting-facial-attractiveness/) diff --git a/HeadPose/README.md b/HeadPose/README.md new file mode 100644 index 000000000..f4431fb38 --- /dev/null +++ b/HeadPose/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/head-pose-estimation-using-opencv-and-dlib/) for more details about this code + +[Head Pose Estimation using OpenCV and Dlib](http://www.learnopencv.com/head-pose-estimation-using-opencv-and-dlib/) diff --git a/Holes/README.md b/Holes/README.md new file mode 100644 index 000000000..90e5c9f33 --- /dev/null +++ b/Holes/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/filling-holes-in-an-image-using-opencv-python-c/) for more details about this code + +[Filling holes in an image using OpenCV ( Python / C++ )](http://www.learnopencv.com/filling-holes-in-an-image-using-opencv-python-c/) diff --git a/Homography/README.md b/Homography/README.md new file mode 100644 index 000000000..656b6e63b --- /dev/null +++ b/Homography/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/homography-examples-using-opencv-python-c/) for more details about this code + +[Homography Examples using OpenCV ( Python / C ++ )](http://www.learnopencv.com/homography-examples-using-opencv-python-c/) diff --git a/ImageAlignment/README.md b/ImageAlignment/README.md new file mode 100644 index 000000000..2718a477f --- /dev/null +++ b/ImageAlignment/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/image-alignment-ecc-in-opencv-c-python/) for more details about this code + +[Image Alignment (ECC) in OpenCV ( C++ / Python )](http://www.learnopencv.com/image-alignment-ecc-in-opencv-c-python/) diff --git a/NonPhotorealisticRendering/README.md b/NonPhotorealisticRendering/README.md new file mode 100644 index 000000000..111e8c4c8 --- /dev/null +++ b/NonPhotorealisticRendering/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/non-photorealistic-rendering-using-opencv-python-c/) for more details about this code + +[Non-Photorealistic Rendering using OpenCV ( Python, C++ )](http://www.learnopencv.com/non-photorealistic-rendering-using-opencv-python-c/) diff --git a/README.md b/README.md index 787d45a0d..81da2727c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Learn OpenCV : C++ and Python Examples. You can find the details at [LearnOpenC |[Head Pose Estimation using OpenCV and Dlib](http://www.learnopencv.com/head-pose-estimation-using-opencv-and-dlib/) | [Code](https://github.com/spmallick/learnopencv/tree/master/HeadPose) | |[Live CV : A Computer Vision Coding Application](http://www.learnopencv.com/live-cv/) | | |[Approximate Focal Length for Webcams and Cell Phone Cameras](http://www.learnopencv.com/approximate-focal-length-for-webcams-and-cell-phone-cameras/) | | -|[Configuring Qt for OpenCV on OSX](http://www.learnopencv.com/configuring-qt-for-opencv-on-osx/) | | +|[Configuring Qt for OpenCV on OSX](http://www.learnopencv.com/configuring-qt-for-opencv-on-osx/) | [Code](https://github.com/spmallick/learnopencv/tree/master/qt-test) | |[Rotation Matrix To Euler Angles](http://www.learnopencv.com/rotation-matrix-to-euler-angles/) | [Code](https://github.com/spmallick/learnopencv/tree/master/RotationMatrixToEulerAngles) | |[Speeding up Dlib’s Facial Landmark Detector](http://www.learnopencv.com/speeding-up-dlib-facial-landmark-detector/) | | |[Warp one triangle to another using OpenCV ( C++ / Python )](http://www.learnopencv.com/warp-one-triangle-to-another-using-opencv-c-python/) | [Code](https://github.com/spmallick/learnopencv/tree/master/WarpTriangle) | @@ -54,7 +54,7 @@ Learn OpenCV : C++ and Python Examples. You can find the details at [LearnOpenC |[Facial Landmark Detection](http://www.learnopencv.com/facial-landmark-detection/) | | |[Why does OpenCV use BGR color format ?](http://www.learnopencv.com/why-does-opencv-use-bgr-color-format/) | | |[Computer Vision for Predicting Facial Attractiveness](http://www.learnopencv.com/computer-vision-for-predicting-facial-attractiveness/) | [Code](https://github.com/spmallick/learnopencv/tree/master/FacialAttractiveness) | -|[applyColorMap for pseudocoloring in OpenCV ( C++ / Python )](http://www.learnopencv.com/applycolormap-for-pseudocoloring-in-opencv-c-python/) | | +|[applyColorMap for pseudocoloring in OpenCV ( C++ / Python )](http://www.learnopencv.com/applycolormap-for-pseudocoloring-in-opencv-c-python/) | [Code](https://github.com/spmallick/learnopencv/tree/master/Colormap) | |[Image Alignment (ECC) in OpenCV ( C++ / Python )](http://www.learnopencv.com/image-alignment-ecc-in-opencv-c-python/) | [Code](https://github.com/spmallick/learnopencv/tree/master/ImageAlignment) | |[How to find OpenCV version in Python and C++ ?](http://www.learnopencv.com/how-to-find-opencv-version-python-cpp/) | | |[Baidu banned from ILSVRC 2015](http://www.learnopencv.com/baidu-banned-from-ilsvrc-2015/) | | diff --git a/RedEyeRemover/README.md b/RedEyeRemover/README.md new file mode 100644 index 000000000..489e67b8a --- /dev/null +++ b/RedEyeRemover/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/automatic-red-eye-remover-using-opencv-cpp-python/) for more details about this code + +[Automatic Red Eye Remover using OpenCV (C++ / Python)](http://www.learnopencv.com/automatic-red-eye-remover-using-opencv-cpp-python/) diff --git a/RotationMatrixToEulerAngles/README.md b/RotationMatrixToEulerAngles/README.md new file mode 100644 index 000000000..417289d68 --- /dev/null +++ b/RotationMatrixToEulerAngles/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/rotation-matrix-to-euler-angles/) for more details about this code + +[Rotation Matrix To Euler Angles](http://www.learnopencv.com/rotation-matrix-to-euler-angles/) diff --git a/SeamlessCloning/README.md b/SeamlessCloning/README.md new file mode 100644 index 000000000..70da559b8 --- /dev/null +++ b/SeamlessCloning/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/seamless-cloning-using-opencv-python-cpp/) for more details about this code + +[Seamless Cloning using OpenCV ( Python , C++ )](http://www.learnopencv.com/seamless-cloning-using-opencv-python-cpp/) diff --git a/SelectiveSearch/README.md b/SelectiveSearch/README.md new file mode 100644 index 000000000..e5dc545cd --- /dev/null +++ b/SelectiveSearch/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/selective-search-for-object-detection-cpp-python/) for more details about this code + +[Selective Search for Object Detection (C++ / Python)](http://www.learnopencv.com/selective-search-for-object-detection-cpp-python/) diff --git a/Threshold/README.md b/Threshold/README.md new file mode 100644 index 000000000..9b42012e3 --- /dev/null +++ b/Threshold/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/opencv-threshold-python-cpp/) for more details about this code + +[OpenCV Threshold ( Python , C++ )](http://www.learnopencv.com/opencv-threshold-python-cpp/) diff --git a/UI-cvui/README.md b/UI-cvui/README.md new file mode 100644 index 000000000..82b3b52ca --- /dev/null +++ b/UI-cvui/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/cvui-gui-lib-built-on-top-of-opencv-drawing-primitives/) for more details about this code + +[cvui: A GUI lib built on top of OpenCV drawing primitives](http://www.learnopencv.com/cvui-gui-lib-built-on-top-of-opencv-drawing-primitives/) diff --git a/VideoReadWriteDisplay/README.md b/VideoReadWriteDisplay/README.md new file mode 100644 index 000000000..bc5f43575 --- /dev/null +++ b/VideoReadWriteDisplay/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/read-write-and-display-a-video-using-opencv-cpp-python/) for more details about this code + +[Read, Write and Display a video using OpenCV ( C++/ Python )](http://www.learnopencv.com/read-write-and-display-a-video-using-opencv-cpp-python/) diff --git a/WarpTriangle/README.md b/WarpTriangle/README.md new file mode 100644 index 000000000..589e632d9 --- /dev/null +++ b/WarpTriangle/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/warp-one-triangle-to-another-using-opencv-c-python/) for more details about this code + +[Warp one triangle to another using OpenCV ( C++ / Python )](http://www.learnopencv.com/warp-one-triangle-to-another-using-opencv-c-python/) diff --git a/digits-classification/README.md b/digits-classification/README.md new file mode 100644 index 000000000..d08421829 --- /dev/null +++ b/digits-classification/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/handwritten-digits-classification-an-opencv-c-python-tutorial/) for more details about this code + +[Handwritten Digits Classification : An OpenCV ( C++ / Python ) Tutorial](http://www.learnopencv.com/handwritten-digits-classification-an-opencv-c-python-tutorial/) diff --git a/forEach/README.md b/forEach/README.md new file mode 100644 index 000000000..a337e0525 --- /dev/null +++ b/forEach/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/parallel-pixel-access-in-opencv-using-foreach/) for more details about this code + +[Parallel Pixel Access in OpenCV using forEach](http://www.learnopencv.com/parallel-pixel-access-in-opencv-using-foreach/) diff --git a/imread/README.md b/imread/README.md new file mode 100644 index 000000000..bd7f064c4 --- /dev/null +++ b/imread/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/read-an-image-in-opencv-python-cpp/) for more details about this code + +[Read an Image in OpenCV ( Python, C++ )](http://www.learnopencv.com/read-an-image-in-opencv-python-cpp/) diff --git a/ninjaEyeDetector/README.md b/ninjaEyeDetector/README.md new file mode 100644 index 000000000..525dee919 --- /dev/null +++ b/ninjaEyeDetector/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/minified-opencv-haar-and-lbp-cascades/) for more details about this code + +[Minified OpenCV Haar and LBP Cascades](http://www.learnopencv.com/minified-opencv-haar-and-lbp-cascades/) diff --git a/qt-test/README.md b/qt-test/README.md new file mode 100644 index 000000000..205321e9a --- /dev/null +++ b/qt-test/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/configuring-qt-for-opencv-on-osx/) for more details about this code + +[Configuring Qt for OpenCV on OSX](http://www.learnopencv.com/configuring-qt-for-opencv-on-osx/) diff --git a/tracking/README.md b/tracking/README.md new file mode 100644 index 000000000..f13fca06f --- /dev/null +++ b/tracking/README.md @@ -0,0 +1,3 @@ +Please see the following [blog post](http://www.learnopencv.com/object-tracking-using-opencv-cpp-python/) for more details about this code + +[Object Tracking using OpenCV (C++/Python)](http://www.learnopencv.com/object-tracking-using-opencv-cpp-python/)