文件名称:CV6
- 所属分类:
- OpenCV
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-04-26
- 文件大小:
- 2.12mb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
利用KLT跟踪算法进行兴趣点选取和跟踪。
KLT跟踪算法的原始思想是在研究不同图像之间的匹配问题时,通过计算两个平移窗口的灰度残差,并寻找最小化残差SSD(sum of square difference)来实现匹配的。但是这个过程是没有效率的,因此KLT算法进行了优化。在这个过程中,KLT算法使用泰勒展开直接计算平移矢量,而不需要通过遍历进行搜索。
-KLT tracking algorithm to select a point of interest and tracking. KLT tracking algorithm original idea is to study the matching between different images, by calculating the two translational window gray residuals and seeks to minimize the residual SSD (sum of square Difference) matching. But this process is not efficient, KLT algorithm has been optimized. In this process, the KLT algorithm uses the Taylor expansion of the direct calculation of the translation vector, without the need to search by traversing.
KLT跟踪算法的原始思想是在研究不同图像之间的匹配问题时,通过计算两个平移窗口的灰度残差,并寻找最小化残差SSD(sum of square difference)来实现匹配的。但是这个过程是没有效率的,因此KLT算法进行了优化。在这个过程中,KLT算法使用泰勒展开直接计算平移矢量,而不需要通过遍历进行搜索。
-KLT tracking algorithm to select a point of interest and tracking. KLT tracking algorithm original idea is to study the matching between different images, by calculating the two translational window gray residuals and seeks to minimize the residual SSD (sum of square Difference) matching. But this process is not efficient, KLT algorithm has been optimized. In this process, the KLT algorithm uses the Taylor expansion of the direct calculation of the translation vector, without the need to search by traversing.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CV6\CV6\CV6.APS
...\...\CV6.cpp
...\...\CV6.h
...\...\CV6.rc
...\...\CV6.vcproj
...\...\CV6.vcproj.LPCLUB.Administrator.user
...\...\CV6Doc.cpp
...\...\CV6Doc.h
...\...\CV6View.cpp
...\...\CV6View.h
...\...\Debug\BuildLog.htm
...\...\.....\CV6.exe.embed.manifest
...\...\.....\CV6.exe.embed.manifest.res
...\...\.....\CV6.exe.intermediate.manifest
...\...\.....\CV6.obj
...\...\.....\CV6.res
...\...\.....\CV6Doc.obj
...\...\.....\CV6View.obj
...\...\.....\MainFrm.obj
...\...\.....\mt.dep
...\...\.....\stdafx.obj
...\...\.....\vc90.pdb
...\...\MainFrm.cpp
...\...\MainFrm.h
...\...\ReadMe.txt
...\...\res\CV6.ico
...\...\...\CV6.rc2
...\...\...\CV6Doc.ico
...\...\resource.h
...\...\stdafx.cpp
...\...\stdafx.h
...\...\targetver.h
...\CV6.sln
...\CV6.suo
...\Debug\CV6.exe
...\.....\CV6.pdb
...\hotel.seq0.png
...\hotel.seq1.png
...\hotel.seq2.png
...\img0.pgm
...\img1.pgm
...\img2.pgm
...\walking406.tif
...\walking407.tif
...\walking408.tif
...\CV6\Debug
...\...\res
...\CV6
...\Debug
CV6