https://github.com/huangy22/objecttracking
Track object movement using webcam.
https://github.com/huangy22/objecttracking
computer-vision opencv
Last synced: 8 months ago
JSON representation
Track object movement using webcam.
- Host: GitHub
- URL: https://github.com/huangy22/objecttracking
- Owner: huangy22
- Created: 2019-02-10T00:07:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T00:31:50.000Z (over 6 years ago)
- Last Synced: 2025-01-09T23:53:03.553Z (9 months ago)
- Topics: computer-vision, opencv
- Language: Python
- Size: 15.9 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dependency
This code is in Python 3 and requires the opencv library.# Description
## Single Object TrackingA simple tutorial to detect a object with a certain color and track its movement over time.
Running the code:
```
python single_object_track.py
```
Working Example:
## Hand Movement and Posture Tracking
A simple tutorial to detect human's hand and capture its posture.Running the code:
```
python hand_detection.py
```Working Example: