搜索资源列表
mouse_kalman
- 利用VC6.0编写,基于OPenCV库的Kalman滤波程序,对鼠标的运动进行Kalman滤波、预测和跟踪。-Use VC6.0 to write, based on Kalman filtering procedures OPenCV library of mouse movement Kalman filtering, forecasting and tracking.
BAH1
- 用卡尔曼滤波和自适应窗口的均值偏移算法再结合Bhattacharyya系数粗定位实现视频目标跟踪-Kalman filtering and adaptive window mean shift algorithm combined with coarse positioning Bhattacharyya coefficient for video tracking
sf
- 卡尔曼滤波,自动跟踪监测,可以学习使用,有助于提高对跟踪方法的理解-Kalman filtering, automatic tracking and monitoring, you can learn to use, help to improve understanding of the tracking method
MeanShift-Kalman-tracking-algorithm
- 结合kalman滤波的meanshift跟踪算法,meanshift算法是一种经典的均值漂移跟踪算法,采用颜色直方图作为跟踪特征,具有很高的稳定性和鲁棒性,kalman滤波是一种线性滤波预测算法。在meanshift算法中引入kalman滤波,可以提高算法的稳定性,同时提高算法执行效率。代码中除了avi格式视频读取采用opencv库函数外,核心算法均为纯C++实现,注释详细,很容易理解,同时具有很高的参考价值。 -Meanshift kalman filtering combined track
particleFilterTrackingTest
- 关于卡尔曼滤波的一个小例子,希望对其他人有所帮助。基于opencv的karlman滤波的例子-Kalman filter on a small example, I hope to help others. Examples of karlman opencv based filtering
Kalman_Filter
- 使用卡尔曼滤波方法对视频中运动的人脸进行检测跟踪标记-Kalman filtering method using video motion detection and tracking human faces mark
daia
- 扩展卡尔曼滤波 信息同步 数据融合算法实现 不错的(Extended kalman filtering data fusion algorithm to achieve good information synchronization)
kalman
- 卡尔曼滤波,它能够从一系列的不完全及包含噪声的测量中,估计动态系统的状态(Calman filtering, which can estimate the state of a dynamic system from a series of incomplete and noisy measurements)