0xapurv / OpenCV_Work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenCV Work


Using Python 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 Computer vision 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

About


Languages

Language:Python 100.0%