搜索资源列表
kalmanfilter
- 用visual c++写成的kalman滤波器的源代码,运行后能显示其性能
c_kalman_forTraining_Watlington
- kalman training process, using c, from a forinenr.
kalman.h
- 图像处理中的卡尔曼滤波visual c及visual c++算法-Kalman filtering in image processing and visual c visual c++ algorithm
VC--kalman-fiter--contian-.exe
- 用c++实现卡尔曼滤波 VC 里面包含可执行文件,点击就可以看到经过滤波的图像 -c++ kalman filter VC contain .exe docment by clicking them you can see the result
kalman
- 卡尔曼滤波的代码,c++完成,能够用在实时预测等等方面-Kalman filtering code, c++ to complete, can be used in real-time forecasting, etc.
kalman
- 用c语言实现kalman滤波,对理解kalman滤波原理以及应用有一定帮助。-Kalman filter in the c language realization, kalman filter to understand the principle and application have help.
Kalman-in-C
- Kalman滤波的非opencv算法,使用基本的C语言,包含3个C文件。这个是楼主找了好久找到的- -。-Kalman filtering in C language without opencv
kalman-based-on-C
- 卡尔曼滤波 物体跟踪 基于C语言写的 比较难懂-Kalman filtering object tracking based on the C language to write obscure
TestParticleFilter
- 粒子滤波器的C++版本代码。粒子滤波器是改进的卡尔曼滤波器,在目标跟踪领域运用非常广泛,对遮挡和尺度、光照等较鲁棒。-Particle filter C++ version of the code. Particle filter is improved Kalman filter, used in a very wide field of target tracking.It is robust to occlusion ,scale issue, illumination and so on
pf_colortracker-(1)
- 简单的粒子滤波算法进行的仿真,主要运用的是MATLAB和c来仿真的,这个算法很详细的讲解了-Simulation simple particle filter algorithm, but also with other methods were compared Kalman
Kalman
- kalman跟踪经典实例程序,C语言编写,跟踪鼠标移动-kalman tracking classic example program, C language, tracking mouse movements
kalman-in-test0
- KALMAN滤波在C++中的应用 经过测试有效-KALMAN IN C++
cache__moeioor
- kalman估值器,为了简洁未使用矩阵计算,应用了kalman滤波,c语言实现()