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.
- Host: GitHub
- URL: https://github.com/andersonbosa/car-speed-tracking
- Owner: andersonbosa
- Created: 2023-07-27T23:10:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T02:05:43.000Z (over 2 years ago)
- Last Synced: 2025-06-05T12:41:22.053Z (6 months ago)
- Topics: begginer, computer-vision, open-cv
- Language: Python
- Homepage: https://andersonbosa.github.io/car-speed-tracking/
- Size: 16.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

### 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