C++ implementation of Kanade-Lucas-Tomasi (KLT) feature tracking including affine transformation estimation. The OpenCV implementation doesn't provide the affine transformations, which is why I wrote this code. Implementation is based on the technical report by Bouguet.
Jonathan Ventura (jventu09@calpoly.edu)
Assistant Professor
Department of Computer Science & Software Engineering
California Polytechnic State University