Color Object Tracking

Pranav Gupta

Pranav Gupta

Pune, Maharashtra

0 0
  • 0 Collaborators

Tracking any color object (blue here) using OpenCV ...learn more

Project status: Published/In Market

Artificial Intelligence

Groups
Student Developers for AI, DeepLearning

Code Samples [1]

Overview / Usage

The project is based on detecting blue color objects and tracing its path and movement over web camera.

Methodology / Approach

  1. Firstly the lower and upper range of blue color in HSV is defined.
  2. Then masking is done to get the pixel values that lies in the defined HSV range of blue color.
  3. Then maximum size contour is taken into consideration
  4. Creating circle to the contour.
  5. Appending centers of the circle in dequeue and the traces are displayed.

Technologies Used

  • Python
  • OpenCV 3.0
  • Numpy

Repository

https://github.com/pranavmicro7/Color-Object-Tracking

Comments (0)