搜索资源列表
c-kalman
- c语言编写的卡尔曼滤波器(kalman)算法,可用于对信号进行滤波处理[C]
C-Kalman
- 卡拉曼滤波器的c语言实现!非常好!很可以初学者使用!-Karaman filter c language! Very good!
Kalman
- kalman颜色跟踪算法 效果比meanshift好 opencv -kalman opencv color tracking algorithm
kalman
- 卡尔曼滤波的C++演示程序,适合不理解卡尔曼滤波的初学者-Kalman filter implented by C++
UKF
- 研究生期间做的unscented kalman 滤波程序,带测试例子,vc6编译-Graduate students during the unscented kalman filtering process, with the test example, vc6 compiler
kalman
- 卡尔曼滤波源码-Kalman filter source
Kalman
- 这是有关Kalman矩阵计算的C源程序-This is the Kalman matrix calculation of C source
kalman
- 这是卡尔曼滤波算法用在数据融合中的程序实现,还包含了数据读入模块,在windows vc++ 6.0环境下测试没有问题,对于用卡尔曼做数据融合研究非常有帮助-This is the Kalman filter algorithm used in data fusion procedure to achieve, but also contains the data read into the module, in the windows vc++ 6.0 test environment the
Kalman-cpp
- Kalman滤波器的C++实现,核心代码,经过实际使用的测试-Kalman filter C++ Realized, the core code, after the actual use of the test
kalman
- kalman滤波器的C源代码,kalman滤波器的用途很广,比如卡尔曼滤波是一种高效率的递归滤波器(自回归滤波器), 它能够从一系列的不完全包含噪声的测量,估计动态系统的状态。-kalman filter C source code, kalman filter uses a very wide, such as the Kalman filter is an efficient recursive filter (autoregressive filter), it can not compl
kalman
- 此代码可以在Visual C++和OpenCV开发环境下实现kalman滤波-This code can be Visual C++ And OpenCV development environment to achieve kalman filtering
kalman
- 核心分享,kalman滤波器算法源码,C语言编写-Share the core, kalman filtering algorithm source code
KALMAN
- Kalman filter in c c++ code, the five Kalman equations have been implemented for randomly generated data.
kalman
- 卡尔曼滤波算法的简单实现,里面包含如何用C++编写白噪声。-Kalman filter algorithm simple to achieve, which include how to use C++ to prepare white noise.
KALMAN
- KALMAN滤波的c程序,实现了KALMAN滤波,在VC环境下实现。-KALMAN filtering c program achieved KALMAN filtering, achieved in the VC environment.
kalman
- 卡尔曼滤波C++编程,并添加噪声等因素。我觉得 本 程序比较好。-good!!
kalman
- 该文档中包含卡尔曼滤波的C++的实现源代码,并有详细说明。-The document contains the Kalman filter implementation of C++ source code and detailed instructions.
OpenCV_kalman_test
- kalman filter using opencv
kalman.h
- 图像处理中的卡尔曼滤波visual c及visual c++算法-Kalman filtering in image processing and visual c visual c++ algorithm
kalman
- Use Kalman filter to track c++ and OpenCV