LK Tracker我要分享

LK Tracker

matlab

关注次数: 228

下载次数: 0

文件大小: 6.35 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:说明:


English Description:

Description: This is an affine Lucas Kanade template tracker, which performs template tracking between movie frames. For example, to follow cars, moving coronary arteries or measure camera rotation. The Matlab code is written to show the same steps as in the Literature, not optimized for speed. But also an inverse Lucas Kanada algorithm in c-code for quick template tracking is included, which also contains pixel weighting for more robustness. Literature: S. Baker et Al. "Lucas-Kanade 20 Years On: A Unifying Framework" D. Schreiber, "Robust template tracking with drift correction" Demo: Try the TTdemo.m, see screenshot! Hints: You can easily adapted the template tracking TTdemo to your own application, for instance: - Update the template with image data from the new ROI found in the next movie frame. - Use the ROIs in the next movie frames, also as templat


代码预览