Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evuez/motiontrack
A simple motion tracker using OpenCV
https://github.com/evuez/motiontrack
Last synced: about 1 month ago
JSON representation
A simple motion tracker using OpenCV
- Host: GitHub
- URL: https://github.com/evuez/motiontrack
- Owner: evuez
- License: mit
- Created: 2015-12-19T07:56:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-19T07:59:35.000Z (almost 9 years ago)
- Last Synced: 2024-10-09T09:51:47.946Z (about 1 month ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A simple motion tracker using OpenCV
## Abandoned WIP!
Code is in `tests.cpp`, the class and header files were just the start of a cleaner implementation.
On Debian Squeeze or Wheezy (can't remember which and didn't test on any other distribution), if you get an `undefined references` error, use that to compile:
```shell
g++ tests.cpp -o tests `pkg-config opencv --cflags --libs`
```