code-for-Lucas-Kanade-20-Years-On icon indicating copy to clipboard operation
code-for-Lucas-Kanade-20-Years-On copied to clipboard

Introduction

This repository contains the source code for the paper Lucas-Kanade 20 Years On: A Unifying Framework.

In the folder papers, you can find the following papers:

  • Lucas-Kanade 20 Years On: A Unifying Framework: Part 1
  • Lucas-Kanade 20 Years On: A Unifying Framework: Part 2
  • Lucas-Kanade 20 Years On: A Unifying Framework: Part 3
  • Lucas-Kanade 20 Years On: A Unifying Framework: Part 4
  • Lucas-Kanade 20 Years On: A Unifying Framework: Part 5

Refer to Publications of Iain Matthews


The folder other-sources contains some source code from some papers. Refer to ohter-sources/readme.md for more details. One of the most interesting part is the folder other-sources/sms_optic_flow_2.0, which implements the seminal paper:

@article{brox2004high,
  title={High accuracy optical flow estimation based on a theory for warping},
  author={Brox, Thomas and Bruhn, Andr{\'e}s and Papenberg, Nils and Weickert, Joachim},
  journal={Computer Vision-ECCV 2004},
  pages={25--36},
  year={2004},
  publisher={Springer}
}