nirmal-25 / Kanade-Lucas-Tomasi-KLT-feature-tracker

Kanade-Lucas-Tomasi (KLT) tracking algorithm and Harris Corner Detection implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Kanade-Lucas-Tomasi (KLT) tracking algorithm and Harris Corner Detection implementation


Languages

Language:Jupyter Notebook 100.0%