Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 483 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 483 Bytes

object-tracking

A basic program implemented to track the movement of an object by its colour.

To run in your machine

  1. Make sure you have a webcam.
  2. Python 2.7 or above installed in your system
  3. Clone the repository git clone https://github.com/ankurg22/object-tracking
  4. Change directory cd object-tracking
  5. Execute program python3 write-in-air.py

You will see two windows "original" and "mask"

Demo

Object tracking in opencv demo