Skip to content

KrisMatrix/OpenCV_Exercises

Repository files navigation

OpenCV Exercises

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

Face Detection

Detect faces in images.

Face Detection 1

Face Detection 2

Number Place Detect

Capture and separate license plates from images.

Image of Car

Detected License Plate

Detection Notice

Color Detection

Detect green, orange and blue from webcam.

Color Detection

Pose Estimation

Pose Estimation

The video used in this pose estimation gif comes from pexels.com and creator Anastasia Shuraeva.

Object Segmentation

Object Segmentation

Here I am doing object detection (that's me in the gif btw).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages