Lucas-Kanada (LK) 跟踪算法学习

Implementing Lucas-Kanade Optical Flow algorithm in Python

https://sandipanweb.wordpress.com/2018/02/25/implementing-lucas-kanade-optical-flow-algorithm-in-python/

Implementing a Lucas-Kanade tracker from Scratch

http://hrishioa.github.io/implementing-a-lucas-kanade-tracker-from-scratch/

Lucas Kanade Tracker (video demo)

https://www.youtube.com/watch?v=8VbylCRn3iI

Lucas Kanade Tracker (Code Source)

http://www.wedesoft.de/hornetseye-api/file.Applications.html#Lucas-Kanade_Tracker

Lecture 10 - Lucas-Kanade Tracker (KLT) (这是一系列公开课,当前链接给出课程10的视频)

https://www.youtube.com/watch?v=tzO245uWQxA

The point tracker object tracks a set of points using the Kanade-Lucas-Tomasi (KLT), feature-tracking algorithm. (Matlab)

https://www.mathworks.com/help/vision/ref/vision.pointtracker-system-object.html

Lucas Kanade Tracker on MotoGP implemented using OpenCV and SimpleCV(demo)

https://vimeo.com/47386269

Joint Tracking of Features and Edges(Paper)

https://cecas.clemson.edu/~stb/research/jointtracking/

你可能感兴趣的:(tracker)