Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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