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

https://github.com/andersonbosa/car-speed-tracking

Simple application of how to use the "OpenCV" python module to track a object in real time from a video source.
https://github.com/andersonbosa/car-speed-tracking

begginer computer-vision open-cv

Last synced: 5 months ago
JSON representation

Simple application of how to use the "OpenCV" python module to track a object in real time from a video source.

Awesome Lists containing this project

README

          

# car-speed-tracking

Simple application of how to use the "OpenCV" python module to track a object in real time from a video source.

![](assets/poc.png)

### dependencies

- opencv-python
- numpy

### References:
1. https://www.youtube.com/watch?v=O3b8lVF93jU&ab_channel=Pysource
2. https://github.com/prem-kumar-reddy/vehicle-classification-counting/blob/main/tracker.py