Lucas-Kanade Tracking

16-720 Computer Vision: Homework 2 · Fall 2022

GITHUB

image


About The Project

Implement a simple Lucas-Kanade (LK) tracker with a single template. And implement a motion subtraction method to track moving pixels in a scene. Finally, efficient tracking using inverse composition.


Built With

  • Python
  • NumPy

Results

For the entire report, please refer to the Documentation

  1. Lucas-Kanade Tracking with One Single Template image
  2. Lucas-Kanade Tracking with Template Correction image
  3. Moving Object Detection image image
  4. Track movement in video image