klt_tracker.ipynb
explains the KLT algorithm in detail. Keypoint detection is implemented using the Harris-corner criteria. Tracking is done for the sequence of 50 images given as an example in hotel_images
. The final ouptut image shows the tracked keypoints from sequences 1-50, drawn on the last frame.
Harris Corner Detection on the first frame
Output image showing the tracked keypoints