Using Python's CV2 , simple computer vision scripts have been written.
- read_write.py shows how to load and display images
- CamCap.py uses your webcam as the input and detects faces
- detection.py is a script which is able to detect different colors in the image. Script has an interactive mask which can be adjusted to filter out different colors
- contours.py is script to understand what is contours
- Virtual_mouse.py is a program which uses object detection to control mouse cursor.
- invisible.py is a script which simulates the invisibility cloak
- game_automation.py is a script which uses OpenCV and Pyautogui lib to play the famous T Rex Game
- object_tracking.py is a script which uses contours to detect and track motion