Color Object Tracking
Pranav Gupta
Pune, Maharashtra
- 0 Collaborators
Tracking any color object (blue here) using OpenCV ...learn more
Project status: Published/In Market
Overview / Usage
The project is based on detecting blue color objects and tracing its path and movement over web camera.
Methodology / Approach
- Firstly the lower and upper range of blue color in HSV is defined.
- Then masking is done to get the pixel values that lies in the defined HSV range of blue color.
- Then maximum size contour is taken into consideration
- Creating circle to the contour.
- Appending centers of the circle in dequeue and the traces are displayed.
Technologies Used
- Python
- OpenCV 3.0
- Numpy