Skip to content

akshaybahadur21/ObjectTracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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 πŸ”±

Releases

No releases published

Packages

 
 
 

Languages