lgyStoic / lk-cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo is the c++ implement of paper Lucas-Kanade 20 Years On: A Unifying Framework

It is under development and not bug-free, welcome to contribute.

Dependence

OpenCV3, Eigen3

How to use it

mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
./ex_affine ../data/takeo.pgm

About


Languages

Language:C++ 97.4%Language:CMake 2.6%