Skip to content

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

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks