搜索资源列表
OpenCV实例源码
- OpenCV实例源码,包括kalman滤波等在内的一共45个程序源码,绝对对你有所帮助!
particale_filters
- 粒子滤波器是通过蒙特卡罗模拟来实现递归贝叶斯滤波,它不需要线性、高斯噪声的假设,适用于任何能用状态空间模型表示的非线性系统,比卡尔曼滤波器的适用范围广。这里给出了几个粒子滤波的matlab编程实例。-Particle filters are using Monte Carlo simulations to achieve the recursive Bayesian filtering, it does not require linear, Gaussian noise assumptions
kalmanFILTER
- 一个用MATLAB实现卡尔曼滤波的实例--matlab源代码-matlab kalman filter
Kalman
- 用卡尔曼滤波跟踪目标实例,跟踪效果很好,对卡尔曼可有最基础最形象的了解。-Kalman filter to track target instance, track a good effect, may have the most basic of Kalman most vivid understanding.
kfilter
- 卡尔曼滤波的源程序代码,一个标准的实例,有助于大家学习与交流-kalman filter
KalmanFilter
- 卡尔曼滤波的一个典型实例是从一组有限的,包含噪声的,对物体位置的观察序列(可能有偏差)预测出物体的位置的坐标及速度。在很多工程应用(如雷达、计算机视觉)中都可以找到它的身影。同时,卡尔曼滤波也是控制理论以及控制系统工程中的一个重要课题。-A typical example of the Kalman filter, from a limited set, containing the noise, the position of the object observed sequence (the
Kalman-Classic-example
- 实现kalman经典滤波,跟踪,结合opencv实现的图像中的二维目标跟踪算法,实例直接可以运行,经典卡kalman程序。-Achieve kalman the classic filtering, tracking, target tracking algorithm combined with the two-dimensional image opencv realized, instances can be run directly, the classic card kalman pr
kalman1_0
- 最基本的卡尔曼滤波实例 非摘抄-the basical example of kalman
kalman
- 卡尔曼滤波的一个很好的实例学习代码,适合初学者使用,学习-A good example of learning of kalman filtering code,Suitable for beginners to use and learn
MATLAB
- 图像重建、图像维纳滤波去噪的代码以及卡尔曼滤波入门实例等-Image reconstruction, image denoising Wiener filtering and Kalman filter entry code examples, etc.