An open API service indexing awesome lists of open source software.

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.

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

![Code](https://i.imgur.com/inDTgEv.png)