Skip to content

aklsh/Object-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Object Tracker

This is my first foray into the world of Computer Vision! In this project, I am tracking an object of a particular color, taken from a live webcam feed. The color can be given by the user.

Requirements


The program uses Python 3. Download it from here.

The following packages are required by this program:

  • numpy
  • opencv

Install them in one go by pip install -r requirements.txt

Usage


python objectTracker.py [color]

The following colors are supported:

  • green
  • red
To-do

  • add license
  • add support for more colors
  • add comments

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages