Skip to content

Latest commit

ย 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽฏ Object Tracker using OpenCV

This project is a simple but powerful object tracking system using Python and OpenCV.
You can track any colored object (like a purple ball, red cup, or blue pen) live through your webcam!

Built fully in an object-oriented way for clean and scalable code.


๐Ÿ“š Features

  • Real-time object detection and tracking
  • Adjustable color range (track any color: purple, green, red, etc.)
  • Object-oriented design for scalability
  • Easy to extend with more features (like multiple color tracking)

๐Ÿ› ๏ธ How It Works

  • Captures live video frames from your webcam
  • Converts frames from BGR to HSV color space
  • Creates a mask using defined color boundaries
  • Finds contours and tracks the largest one detected
  • Draws a bounding circle and center point on the object

๐Ÿ–ฅ๏ธ Technologies Used

  • Python 3
  • OpenCV

๐Ÿ› ๏ธ Setup Instructions

  1. Clone the Repository:
    git clone https://github.com/yourusername/object-tracker.git
    cd object-tracker

About

A real-time object tracking application built with Python and OpenCV. It detects and follows objects of a specified color through your webcam feed. Ideal for computer vision projects, interactive applications, or as a foundational tool for learning about color-based tracking systems.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages