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

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.

Awesome Lists containing this project

README

          

# Dependency
This code is in Python 3 and requires the opencv library.

# Description
## Single Object Tracking

A 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: