时序分析:使用卡尔曼滤波

         卡尔曼滤波(Kalman filtering)一种利用线性系统状态方程,通过系统输入输出观测数据,对系统状态进行最优估计的算法。由于观测数据中包括系统中的噪声和干扰的影响,所以最优估计也可看作是滤波过程。


Overview of the calculation

        The Kalman filter uses a system's dynamics model (e.g., physical laws of motion), known control inputs to that system, and multiple sequential measurements (such as from sensors) to form an estimate of the system's varying quantities (its state) that is better than the estimate obtained by using any one measurement alone. As such, it is a common sensor fusion and data fusion algorithm.

         卡尔曼滤波使用系统的动态模型(比如一个运动的物理规则),已知的控制输入和多个测量序列(比如从多个传感器中的),形成一个多状态量的估计系统(比使用单一状态量估计有更好的效果)。因此,他是传感器融合和数据融合的基本算法。


         维基百科:https://en.wikipedia.org/wiki/Kalman_filter

         kalman滤波用于时序模式分析,可用于前向预测,避免模式缺失造成匹配失败,但会造成一定的帧间延迟。

         OpenCV的卡尔曼滤波代码段:http://blog.csdn.net/wishchin/article/details/9352471



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值