Object and Motion Tracking via Lucas-Kanade

I built a Lucas-Kanade object and motion tracker as part of the computer vision class at CMU. To achieve this, a pixel-wise cost function is minimized under the brightness constancy assumption resulting in a patch tracker.

Object tracker using Lucas-Kanade and template correction
Motion detector using Lucas-Kanade and temporal motion subtractor

Leave a comment