https://github.com/yanukadeneth99/simple-color-tracker
Simple Python Programme to Track an Object based on it's HSV value.
https://github.com/yanukadeneth99/simple-color-tracker
color-tracking python
Last synced: 4 months ago
JSON representation
Simple Python Programme to Track an Object based on it's HSV value.
- Host: GitHub
- URL: https://github.com/yanukadeneth99/simple-color-tracker
- Owner: yanukadeneth99
- Created: 2022-11-09T14:28:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T14:28:31.000Z (over 2 years ago)
- Last Synced: 2025-01-11T19:30:25.054Z (5 months ago)
- Topics: color-tracking, python
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Color Tracker
The program tracks and object based on it's HSV Color and shows if the image is too close, too far, left or right. This is imitating car where it would track a point and take decisions to move accordingly.
## Run
- Change the values in to change the object tracked (Currently it's tracking the color RED)
- Run using `python Tracker.py` or `python3 Tracker.py`
- Move objects into the frame to see the circle along with texts on if it's too close, too far, left or right## Code
