├── Exercises ├── 01.Shape Detection.py ├── 02.Aspect Ratio.py ├── 03.Drawing Exercises.py ├── 04.Detecting the Corners of an Image.py ├── 05.Take a Screenshot.py ├── 06.Background Subtraction.py ├── 07.Mouse Event.py ├── 08.Smoothing Operations.py ├── 09.Hough Line Transforms.py └── README.md ├── Projects ├── 01.Face Detection from Webcam.py ├── 02.Face Detection from Video.py ├── 03.Face Detection from Image.py ├── 04.WordCloud with Optical Character Recognition.py ├── 05.Object Tracking.py ├── 06.KNN Handwritten Digits Recognition.py ├── 07.Gender and Age Detection.py ├── 08.License Plate Detection.py ├── 09.Eye Detection.py ├── 10.Vehicle Counting.py ├── Additional Resources │ ├── Gender and Age Detection pre-trained files │ │ ├── age_deploy.prototxt │ │ ├── gender_deploy.prototxt │ │ ├── opencv_face_detector.pbtxt │ │ └── opencv_face_detector_uint8.pb │ └── Tracker.py └── README.md └── README.md /Exercises/01.Shape Detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/Exercises/01.Shape Detection.py -------------------------------------------------------------------------------- /Exercises/02.Aspect Ratio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/Exercises/02.Aspect Ratio.py -------------------------------------------------------------------------------- /Exercises/03.Drawing Exercises.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/Exercises/03.Drawing Exercises.py -------------------------------------------------------------------------------- /Exercises/04.Detecting the Corners of an Image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/Exercises/04.Detecting the Corners of an Image.py -------------------------------------------------------------------------------- /Exercises/05.Take a Screenshot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/Exercises/05.Take a Screenshot.py -------------------------------------------------------------------------------- /Exercises/06.Background Subtraction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/Exercises/06.Background Subtraction.py -------------------------------------------------------------------------------- /Exercises/07.Mouse Event.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/Exercises/07.Mouse Event.py -------------------------------------------------------------------------------- /Exercises/08.Smoothing Operations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/Exercises/08.Smoothing Operations.py -------------------------------------------------------------------------------- /Exercises/09.Hough Line Transforms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/Exercises/09.Hough Line Transforms.py -------------------------------------------------------------------------------- /Exercises/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/Exercises/README.md -------------------------------------------------------------------------------- /Projects/01.Face Detection from Webcam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/Projects/01.Face Detection from Webcam.py -------------------------------------------------------------------------------- /Projects/02.Face Detection from Video.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/Projects/02.Face Detection from Video.py -------------------------------------------------------------------------------- /Projects/03.Face Detection from Image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/Projects/03.Face Detection from Image.py -------------------------------------------------------------------------------- /Projects/04.WordCloud with Optical Character Recognition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/Projects/04.WordCloud with Optical Character Recognition.py -------------------------------------------------------------------------------- /Projects/05.Object Tracking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/Projects/05.Object Tracking.py -------------------------------------------------------------------------------- /Projects/06.KNN Handwritten Digits Recognition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/Projects/06.KNN Handwritten Digits Recognition.py -------------------------------------------------------------------------------- /Projects/07.Gender and Age Detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/Projects/07.Gender and Age Detection.py -------------------------------------------------------------------------------- /Projects/08.License Plate Detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/Projects/08.License Plate Detection.py -------------------------------------------------------------------------------- /Projects/09.Eye Detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/Projects/09.Eye Detection.py -------------------------------------------------------------------------------- /Projects/10.Vehicle Counting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/Projects/10.Vehicle Counting.py -------------------------------------------------------------------------------- /Projects/Additional Resources/Gender and Age Detection pre-trained files/age_deploy.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/Projects/Additional Resources/Gender and Age Detection pre-trained files/age_deploy.prototxt -------------------------------------------------------------------------------- /Projects/Additional Resources/Gender and Age Detection pre-trained files/gender_deploy.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/Projects/Additional Resources/Gender and Age Detection pre-trained files/gender_deploy.prototxt -------------------------------------------------------------------------------- /Projects/Additional Resources/Gender and Age Detection pre-trained files/opencv_face_detector.pbtxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/Projects/Additional Resources/Gender and Age Detection pre-trained files/opencv_face_detector.pbtxt -------------------------------------------------------------------------------- /Projects/Additional Resources/Gender and Age Detection pre-trained files/opencv_face_detector_uint8.pb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/Projects/Additional Resources/Gender and Age Detection pre-trained files/opencv_face_detector_uint8.pb -------------------------------------------------------------------------------- /Projects/Additional Resources/Tracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/Projects/Additional Resources/Tracker.py -------------------------------------------------------------------------------- /Projects/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/Projects/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keremkargin0/OpenCV-Projects-and-Exercises/HEAD/README.md --------------------------------------------------------------------------------