搜索资源列表
Kalman
- kalman颜色跟踪算法 效果比meanshift好 opencv -kalman opencv color tracking algorithm
kalman
- 卡尔曼滤波的C++演示程序,适合不理解卡尔曼滤波的初学者-Kalman filter implented by C++
Kalman_filter_C
- 卡尔曼滤波器的C代码实现, 简单明了,是学习 Kalman 的好程序。-kalman filter has been implemented in this document by C.
c_kalman_forTraining_Watlington
- kalman training process, using c, from a forinenr.
kalman
- kalman滤波器收到好的结果基于c++和opencv-Tracking of rotating point. Rotation speed is constant. Both state and measurements vectors are 1D (a point angle), Measurement is the real point angle+ gaussian noise. The real and the estimated points
TargetTracking
- 目标跟踪系统的仿真模拟程序,用C语言实现了常用目标跟踪算法kalman滤波,并使用OpenGL模拟了多种机动目标运动模型,完成了雷达跟踪仿真的图形化显示-Target tracking system simulation program, using C language to achieve a common target tracking kalman filter, and uses OpenGL to simulate a variety of maneuvering target mo
severalexample
- 几个项目运用了opencv,需先安装opencv 项目readpic从磁盘中读入图像文件,并将图像显示在屏幕上 项目cpic本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似。 项目carmen是使用opencv卡尔曼滤波的例子。 项目ransac是ransac算法的例子。 toolbox_calib是加州理工经典相机标定包。-Several projects using the opencv,
OpenCV_kalman_test
- kalman filter using opencv
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
- kalman 滤波器跟踪一个旋转点算法 使用opencv和visual c-kalman-Filter tracking a pivot point algorithm
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
kalman
- kalman 卡尔曼滤波C代码 用于滤除高斯白噪声的滤波 测试真是可用。-The kalman Kalman filter C code for filtered white Gaussian noise filtering test is really available.
MeanShift-Kalman-tracking-algorithm
- 结合kalman滤波的meanshift跟踪算法,meanshift算法是一种经典的均值漂移跟踪算法,采用颜色直方图作为跟踪特征,具有很高的稳定性和鲁棒性,kalman滤波是一种线性滤波预测算法。在meanshift算法中引入kalman滤波,可以提高算法的稳定性,同时提高算法执行效率。代码中除了avi格式视频读取采用opencv库函数外,核心算法均为纯C++实现,注释详细,很容易理解,同时具有很高的参考价值。 -Meanshift kalman filtering combined track
kalman
- 用c++实现Kalman滤波,对初学着很用帮助。-Kalman filtering to implement in c++, for beginners to use.
Kalman
- kalman跟踪经典实例程序,C语言编写,跟踪鼠标移动-kalman tracking classic example program, C language, tracking mouse movements
kalman-in-test0
- KALMAN滤波在C++中的应用 经过测试有效-KALMAN IN C++