搜索资源列表
PfTrack
- 毕设终于作完了 虽然老师说行为分析做得很没意义,不过还是很高兴啊 功能是跟踪,能用粒子滤波和camshift跟踪改一下代码就能实现不同跟踪算法的切换,还有行为分析
基于camshift的自动目标跟踪程序
- 一种全自动的运动目标跟踪程序,采用camshift算法编写的
TrackEye_src.zip
- 一个由zafersavas于2008年完成的完全基于VC++6实现的人脸检测和人眼跟踪程序,通过设置相应的参数实现不同的功能。人脸跟踪中使用了camshift算法和Haar算法,眼睛检测中使用了自适应PCA算法和模板匹配算法,还支持文件和网络摄像头两种输入方式,经过试验,检测速度比较快和准确度也比较高。附带demo程序。 使用步骤: 菜单TrackEye Menu --> Tracker Settings 输入源Input Source: video 选择文件输入指定为: ..\Avis\
TrackingAlgorithm
- 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子-CAMSHIFT algorithm using fast-track and detect moving targets C/C++ source code, OPENCV BETA 4.0 version of the SAMPLE in this example is given
camshift
- 本程序是在原始的Camshift跟踪算法的基础上进行了改进,实现了对多目标的跟踪的自动初始化-This procedure is in the original Camshift tracking algorithm based on improved, to achieve multi-target tracking for automatic initialization
camshiftdemo
- 经典camshift算法例子,简单实用,可以好好学习。-camshift algorithm