搜索资源列表
Kalmanfilter
- 设置kalman滤波器中噪声大小以及状态状态转移矩阵,测量向量,就可以进行目标的跟踪。
kalmanfilter
- 用visual c++写成的kalman滤波器的源代码,运行后能显示其性能
kalmanfilter
- The document teach about kalman filtering. Kalman filter is one of the popular filters that used for predict the parameter of the system.
kalmanfilter.rar
- 卡尔曼滤波器matlab实现卡尔曼滤波器matlab实现,Kalman filter implementation matlab kalman filter implementation matlab
KalmanFilter
- Kalman Filter Simulation 卡尔曼滤波器-Kalman Filter Simulation
kalmanFILTER
- 一个用MATLAB实现卡尔曼滤波的实例--matlab源代码-matlab kalman filter
KalmanFilter(matlab)
- 这是Kalman filter的matlab源码,希望对大家有用。-This is the Kalman filter in matlab source, in the hope that useful.
kalmanfilter090113
- 输入wiimote的加速度信息,利用kalmanfilter过滤加速度,得到有效的信息-use kalman filter refine the acceleration data from the wiimote, get the final useful data
kalmanfilter
- 离散随机线性系统的卡尔曼滤波 对实践离散上的采样数据进行卡尔曼滤波-a simple kalman filter
kalmanfilter
- 包含一个VC程序和几个matlab程序一个基于Opencv的预测随机运动的点的经典例子-kalman fiter
Kalmanfilter
- Kalman滤波matlab源程序 有很详细的计算过程,对于理解Kalman滤波算法非常有帮助-Kalman filtering matlab source had a very detailed calculation process, for understanding the Kalman filtering algorithm is very helpful
KalmanFilter
- 卡尔曼滤波程序设计,完整的程序设计,适用于信号处理。-Constant Velocity Model Kalman Filter Simulation
hiu
- 计算机视觉中的KalmanFilter类实现,C++实现,可以直接加入工程使用,测试通过。对于预测目标位置非常有用!-In computer vision KalmanFilter class implements, c++ achieved, can use directly add to engineering, through testing. To forecast goal position very useful!
kalmanTest
- 卡尔曼滤波的VC实现,对经典卡尔曼算法进行了c++实现,感兴趣的-KalmanFilter use visual C++
KalmanFilter
- 卡尔曼滤波的一个典型实例是从一组有限的,包含噪声的,对物体位置的观察序列(可能有偏差)预测出物体的位置的坐标及速度。在很多工程应用(如雷达、计算机视觉)中都可以找到它的身影。同时,卡尔曼滤波也是控制理论以及控制系统工程中的一个重要课题。-A typical example of the Kalman filter, from a limited set, containing the noise, the position of the object observed sequence (the
kalmanfilter
- 代码实现的kalmanm 滤波跟踪的功能,所用视频源是通过读取摄像头获取的,跟踪速度能够达到实时的目标跟踪,对于单目标跟踪效果很好-Code to achieve the function of the kalmanm filter tracking, the video source is obtained by reading the camera, tracking speed to achieve real-time target tracking, for a single targe
kalmanfilter
- 卡尔曼滤波器的c++源代码,内容详细,经过调试,方便用户进行图像处理等。-Kalman filter c++ source, content details, after debugging, user-friendly image processing.
kalmanfilter
- 通过kalman预测目标的下一帧中所在位置,实现目标的准确跟踪(Through the Kalman prediction of the target in the next frame of the location, to achieve accurate tracking of the target)