Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.28 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.28 KB

OpenCV Python Work


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.
  • virtual mouse

  • invisible.py is a script which simulates the invisibility cloak
  • invisible

  • game_automation.py is a script which uses OpenCV and Pyautogui lib to play the famous T Rex Game
  • trex game automation

  • object_tracking.py is a script which uses contours to detect and track motion
  • Object_tracking