Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 706 Bytes

File metadata and controls

15 lines (7 loc) · 706 Bytes

KLT Tracking Algorithm

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.

Results

Harris Corner Detection on the first frame

Output image showing the tracked keypoints