This repository showcases small projects made with OpenCV. I thank Murtaza's workshop youtube channel for tutorials on OpenCV found here:
https://www.youtube.com/channel/UCYUjYU5FveRAscQ8V21w81A
Project | Description | Filename |
---|---|---|
Face Detection | Detect faces in images | face_detection.py |
Number Plate detect | Detect car license plate numbers | number_plate_decetor.py |
Scan Documents | Scan documents with OpenCV | document_scanner.py |
Color Detection | Detect colors and their path with Webcam | webcam_color_detection.py |
Pose Estimation | Detect and show poses | PoseModule.py |
Object Segmentation | Detect objects and identify them | object_detection_webcam.py |
Detect faces in images.
Capture and separate license plates from images.
Detect green, orange and blue from webcam.
The video used in this pose estimation gif comes from pexels.com and creator Anastasia Shuraeva.
Here I am doing object detection (that's me in the gif btw).