搜索资源列表
karmanfilt
- 基于VC语言编写的,进行卡尔曼滤波 通过测试 希望对大家有所帮助-based on the VC language, Kalman filtering through the test we hope to help
kalman_meanshift
- 基于vc++的目标跟踪设计。结合了卡尔曼滤波和均值漂移方法,具有很好的稳定性-object tracking and motion dection
severalexample
- 几个项目运用了opencv,需先安装opencv 项目readpic从磁盘中读入图像文件,并将图像显示在屏幕上 项目cpic本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似。 项目carmen是使用opencv卡尔曼滤波的例子。 项目ransac是ransac算法的例子。 toolbox_calib是加州理工经典相机标定包。-Several projects using the opencv,
VC--kalman-fiter--contian-.exe
- 用c++实现卡尔曼滤波 VC 里面包含可执行文件,点击就可以看到经过滤波的图像 -c++ kalman filter VC contain .exe docment by clicking them you can see the result
kalmanTest
- 卡尔曼滤波的VC实现,对经典卡尔曼算法进行了c++实现,感兴趣的-KalmanFilter use visual C++
object-tracking
- 对视频作目标检测跟踪的VC++程序,使用了openCV开源库,包含帧差法、背景估计法、高斯混合模型法以及卡尔曼滤波。可正常运行。-VC++ program for target tracking,based on openCV, incuding multiple algrithms,such as Karlman filter.