搜索资源列表
CV6
- 利用KLT跟踪算法进行兴趣点选取和跟踪。 KLT跟踪算法的原始思想是在研究不同图像之间的匹配问题时,通过计算两个平移窗口的灰度残差,并寻找最小化残差SSD(sum of square difference)来实现匹配的。但是这个过程是没有效率的,因此KLT算法进行了优化。在这个过程中,KLT算法使用泰勒展开直接计算平移矢量,而不需要通过遍历进行搜索。 -KLT tracking algorithm to select a point of interest and tracking. K
OpenTLD
- TLD 算法 vc Tracking features using the KLT algorithm-failed to translate
Lucas_kandel-KLT
- 本算法包含lucas-kandel和simer-baker的图像局部配准算法,经调试可以正常运行。正确配置opencv即可,版本号2.4.3,vs2008-The algorithm contains lucas-kandel and simer-baker part of an image registration method, the debugging can be up and running.Fight for configuring the opencv to, the versi
KLT1
- 使用klt光流法对运动物体进行跟踪.特征点由SIFI算法得到-Using the KLT optical flow method for tracking moving objects
opencvKLT
- 项目中用到的使用opencv实现的klt追踪算法-Used in the project using opencv tracking algorithm implemented klt