This repo contains 5 mini-projects using Python-OpenCV for Beginners. The description of the 5 are as follows
-
Project_01 - Drawing on Live Camera The project uses 2 packages cv2 and numpy. As the name suggest it draws shapes(rectangle and square) on live camera video.
-
Project_02 - Find Shapes The project uses 2 packages cv2 and numpy. This projects identifies and lables shapes from a given image.
-
Project_03 - QR Code Scanner This project is comaretively difficult. It used liberaries like tkinter, pyzbar, cv2, pyautogui, numpy, threading, PIL, os. This project scans the QR code.
-
Real Time Color Detection This project uses 2 packages cv2 and numpy. It detects and labeles the color shoun in the web cam.
-
Face Recognition This project uses the cv2. It detects eyes nose using webcam.