搜索资源列表
iekfpf_demos
- 基于扩展卡尔曼滤波器的粒子滤波器源程序The iterated extended kalman particle filter-based on extended Kalman Filter The particle filter iterated extend source ed Tracking particle filter
BackgKalman_m
- 对视频图像序列使用卡尔曼滤波器生成背景。卡尔曼滤波是利用其的记忆特性,对一定时间长度的视频图像信息进行加权平均从而获得与实际背景图像近似的初始背景,同时达到滤除颗粒噪声、消除摄像机抖动的目的。
particlefilter
- 几个粒子滤波的粒子。包括普通的粒子滤波和基于扩展卡尔曼滤波器的粒子滤波器源程序。
ekfukf_1_1
- 开源卡尔曼滤波器,带说明文档,例子. 提供了很多命令.可以入门学习,也可直接用
Kalmtool
- 卡尔曼滤波器的matlab工具箱
code_Kalman
- 基于卡尔曼滤波器的物体追踪算法,很好用的,而且效率也很高
kalman.rar
- opencv 使用卡尔曼滤波器跟踪一个旋转的点,opencv using the Kalman filter to track a rotating point
kalmanfilter.rar
- 卡尔曼滤波器matlab实现卡尔曼滤波器matlab实现,Kalman filter implementation matlab kalman filter implementation matlab
kemwn.rar
- 卡尔曼和维纳滤波器的设计及使用 附带源代码,Kalman and Wiener filter design and the use of collateral source code
kalman
- 卡尔曼滤波器的编码程序,很好用,也可以运行出来-Kalman filter coding process, well used, can also run out
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
- Kalman Filter Simulation 卡尔曼滤波器-Kalman Filter Simulation
KalmFilter
- 卡尔曼滤波器的讲解ppt,把网上最盛传的测量室内温度的实例写入其中,通俗易懂。-Kalman filter to explain ppt, the Internet' s most widely known examples of room temperature measurement is written one, easy to understand.
Kalman_filter_C
- 卡尔曼滤波器的C代码实现, 简单明了,是学习 Kalman 的好程序。-kalman filter has been implemented in this document by C.
kf
- 使用卡尔曼滤波器对信号进行滤波,不局限于工频干扰的频率,简单方便-Kalman filter using the signal filtering, frequency interference is not limited to frequency, simple
kalman-1.3
- 卡尔曼滤波器,用于运动目标的追踪,有很好的预测效果-kalman filter
kaermanlvboqi
- 利用基本的卡尔曼滤波器来简单的实现对视频的动态跟踪-The basic Kalman filter using simple implementation of dynamic tracking of video
detect
- 对视频中移动的行人目标进行跟踪,并通过卡尔曼滤波器进行优化处理(The moving pedestrian targets in video are tracked and optimized by Calman filter)
matlab程序
- 卡尔曼滤波是一种高效率的递归滤波器(自回归滤波器), 它能够从一系列的不完全及包含噪声的测量中,估计动态系统的状态。(Calman filtering is an efficient recursive filter (autoregressive filter). It can estimate the state of dynamic system from a series of incomplete and noisy measurements.)
卡尔曼滤波器
- 该代码为卡尔曼滤波器对图像进行滤波处理,比较好的实现了图像滤波。