搜索资源列表
OpenCV实例源码
- OpenCV实例源码,包括kalman滤波等在内的一共45个程序源码,绝对对你有所帮助!
kalman.使用Kalman滤波器实现跟踪一个旋转的点
- 在opencv下使用Kalman滤波器实现跟踪一个旋转的点,In opencv using Kalman filter to track a rotating point
kalman.rar
- opencv 使用卡尔曼滤波器跟踪一个旋转的点,opencv using the Kalman filter to track a rotating point
kalman-tracking.rar
- 用kalman滤波对运动点进行跟踪,用opencv函数写的。,Kalman filtering with points on the campaign tracking, written by opencv function.
kalman_camshift.rar
- 基于opencv的例子 使用meanshift算法追踪屏幕中的白点,利用kalman移动搜索框.,Based on the example of the use of opencv tracking algorithm meanshift white screen, using kalman mobile search box.
Kalman
- kalman颜色跟踪算法 效果比meanshift好 opencv -kalman opencv color tracking algorithm
kalman
- 用kalman滤波器实现运动目标的跟踪.vc6.0和opencv编程,-Using kalman filter tracking moving objects. Vc6.0 and opencv programming,
kalman
- 基于opencv的kalman滤波例子,利用kalman滤波原理跟踪一个运动的点。-Kalman filter based on the opencv example, the use of a kalman filter to track the principle point of the campaign.
kalman
- 卡尔曼滤波源码-Kalman filter source
face_tracking_based_on_Camshift_and_morphology
- 基于kalman滤波和人脸形态约束的人脸跟踪算法实现,可在快速人脸跟踪的同时很好的去除类肤色的干扰,注意是基于OpenCV函数库的程序。-Based on kalman filtering and face shape Face Tracking bound algorithm may face in the fast track at the same time remove the category of very good color interference, the attention
kalman
- opencv的基础代码实现 可以实现边缘检测和图像的其他识别-the basis of opencv code can achieve edge detection and image of the other identification
kalman
- 此代码可以在Visual C++和OpenCV开发环境下实现kalman滤波-This code can be Visual C++ And OpenCV development environment to achieve kalman filtering
kalman
- 用openCV实现,用kalman实时的跟踪一个点。-opencv tracking a point with kalman
kalman1
- kalman滤波算法在图像中的应用,这个源码是二维点跟踪算法,是基于opencv,该源码对于学习摄像机坐标标定的人很有参考价值,会让你跟好的去了解kalman算法的应用于实现-kalman filtering algorithm at the application of images, this are two-dimensional point-source tracking algorithm is based on the opencv, the source for the calib
kalman
- 利用kalman预估跟踪一个点。 这个点是一个带旋转的点。 这个程序供opencv初学者学习之用-tracking based on Kalman filter.
Kalman
- 基于OpenCV的Kalman滤波算法。利用Kalman滤波算法实现目标跟踪,本例中具体跟踪对象为随机产生的圆的轨迹,预测轨迹中下一点的位置,标记出来并给出相应的运动轨迹。-The Kalman filtering algorithm based on OpenCV. The use of Kalman filter algorithm for target tracking, in this case specifically track the object is randomly gene
kalman
- Kalman Filter Implementation using OpenCV
kalman
- opencv中的kalman滤波器程序, / Use Kalman Filter to model particle in circular trajectory // #include <cv.h> #include <highgui.h> //#include <cvx_defs.h>-opencv kalman filter process in,/Use Kalman Filter to model particle in c
kalman
- opencv实现kalman滤波器跟踪一个旋转的点-opencv kalman filter to track implementation of a rotating point
kalman
- Use Kalman filter to track c++ and OpenCV