一篇在网上找到的关于"Pyramidal Implementation of the Lucas Kanade Feature Tracker Descr iption of the algorithm"的翻译文章,当然中间有些小错误,却不影响你的理解,可结合原文看。给不想看英文原文或想快速了解L-K光流法的朋友!英文原文下载地址: http://download.csdn.net/detail/computerlovercp/5630893
LK光流法的实现算法,代码直接在主程序中就可以运行。代码内容包括普通LK光流法,改进的金字塔算法,以及根据光流场计算下一帧图像,参考最经典的论文Lucas B D, Kanade T. An iterative image registration technique with an application to stereo vision[C]//IJCAI. 1981, 81: 674-679写的代码。