Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.33 KB

readme.md

File metadata and controls

40 lines (22 loc) · 1.33 KB

Object Tracking 🔬

This code helps you to understand and track objects of some color using webcam.

Code Requirements 🦄

The example code is in Python (version 2.7 or higher will work). You need to install opencv library

Description ⚗️

The goal here is fair self-explanatory:

  1. Detect the presence of a colored ball using computer vision techniques.
  2. Track the ball as it moves around in the video frames, drawing its previous positions as it moves.

OpenCV comes with a trainer as well as detector.

For more information, see

Results 📊

Execution 🐉

To run the code, type python Track.py

python Track.py

References 🔱