Lucas-Kanade Tracking
16-720 Computer Vision: Homework 2 · Fall 2022
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
- Lucas-Kanade Tracking with One Single Template
- Lucas-Kanade Tracking with Template Correction
- Moving Object Detection
- Track movement in video