https://github.com/rishabh96b/object-tracking-using-opencv
A simple code to track object in video feed using rectangular bound box.
https://github.com/rishabh96b/object-tracking-using-opencv
Last synced: about 1 year ago
JSON representation
A simple code to track object in video feed using rectangular bound box.
- Host: GitHub
- URL: https://github.com/rishabh96b/object-tracking-using-opencv
- Owner: rishabh96b
- License: gpl-3.0
- Created: 2017-04-17T23:49:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-29T22:42:33.000Z (almost 9 years ago)
- Last Synced: 2025-01-30T11:23:20.093Z (over 1 year ago)
- Language: Python
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Object-tracking-using-opencv
A simple code to track object in video feed using rectangular bound box.
Reference has been taken from learnopencv.com