搜索资源列表
zuoye
- 此程序实现的是对一幅图像进行卡尔曼滤波实现多天线时变信道下基于卡尔曼滤波跟踪的数字图像通信系统仿真
opencv运动检测
- 本程序实现了基于OPenCV的运动检测,并且应用了各种滤波方法,比如卡尔曼滤波和粒子滤波,及小波变换等,开发平台:VC6.0,简单易懂。已经过调试,可直接执行。适合图像处理、运动控制等专业的入门人士进行学习。
kalmangenzong.rar
- 利用卡尔曼滤波跟踪运动目标,最终实现运动目标的跟踪轨迹,Kalman lv bo de yun dong mu biao gen zong
kalmanV.rar
- 采用卡尔曼滤波算法进行视频序列图像的跟踪,这个程序从简单易懂的角度实现了视频目标的跟踪。,Kalman filtering algorithm for video sequence image tracking, this process from the perspective of straightforward realization of the video target tracking.
particale_filters
- 粒子滤波器是通过蒙特卡罗模拟来实现递归贝叶斯滤波,它不需要线性、高斯噪声的假设,适用于任何能用状态空间模型表示的非线性系统,比卡尔曼滤波器的适用范围广。这里给出了几个粒子滤波的matlab编程实例。-Particle filters are using Monte Carlo simulations to achieve the recursive Bayesian filtering, it does not require linear, Gaussian noise assumptions
Kalman_filter_C
- 卡尔曼滤波器的C代码实现, 简单明了,是学习 Kalman 的好程序。-kalman filter has been implemented in this document by C.
KernelObjectTrack
- 运动目标检测 卡尔曼滤波实现-Moving target detection
kalmanTracking
- 用卡尔曼滤波实现机动目标跟踪,并且给出了算法的详细说明-Kalman filter is used to track moving targets and gives a detailed descr iption of the algorithm
KLMcode
- 卡尔曼滤波是图像处理中极其重要的概念,本程序为卡尔曼滤波实现代码-Kalman filter is very important in image processing concept, the program code for the Kalman filter is
PeopleTrack
- 两种方法,MHI(历时运动图像)和卡尔曼滤波实现的运动物体跟踪程序。采用VC6+OpenCV1.0-Two methods, MHI (last moving image) and the Kalman filter to achieve the moving object tracking program. Using VC6+ OpenCV1.0
BAH1
- 用卡尔曼滤波和自适应窗口的均值偏移算法再结合Bhattacharyya系数粗定位实现视频目标跟踪-Kalman filtering and adaptive window mean shift algorithm combined with coarse positioning Bhattacharyya coefficient for video tracking
kalman
- 卡尔曼滤波实现滤波,得到观测值和预测值的比较-kalman filter
rosyKelman
- 随机生成一个点,卡尔曼滤波实现对点的跟踪。有详细注释,适合初学者。-Randomly generated one point, the Kalman filter point tracking. There are detailed notes for beginners.
kalman-tracking
- 卡尔曼滤波实现视频运动目标的跟踪,觉得可以运行,选择一个avi视频文件即可-Kalman filtering video moving target tracking, that can run, select an avi video file can be
Kalman_matlab
- matlab 用卡尔曼滤波实现运动物体跟踪。-matlab using Kalman filter tracking moving objects.
卡尔曼
- 实现视频去抖动,利用了卡尔曼滤波更稳定,个人认为不错(To achieve video jitter, the use of the Calman filter more stable, personally think that good)
kalman filtering
- 该程序可以实现卡尔曼滤波对于目标的跟踪,有两个m文件,可以运行。(This paper has solved the main problems encountered in using an8-bit single board computer to accomplish kalman filter.)
kalman_tracking
- 通过卡尔曼滤波的先验方程和后验方程实现对物体小球的追踪(Calman is a finite object tracking)
ekf
- 利用matlab简单实现扩展卡尔曼滤波,大家通过该代码可以更好地了解扩展卡尔曼滤波(Simple implementation of extended Calman filtering using MATLAB)
卡尔曼滤波器
- 该代码为卡尔曼滤波器对图像进行滤波处理,比较好的实现了图像滤波。