搜索资源列表
kalman
- 卡尔曼滤波的C++演示程序,适合不理解卡尔曼滤波的初学者-Kalman filter implented by C++
Kalman_filter_C
- 卡尔曼滤波器的C代码实现, 简单明了,是学习 Kalman 的好程序。-kalman filter has been implemented in this document by C.
opencv
- 利用OPENCV函数库所进行的极坐标变换。利用Hough变换进行直线、圆检测。计算一副彩色图像的色度-饱和度直方图。用卡尔曼滤波器跟踪一个旋转点。-OPENCV library use conducted by polar transformation. The use of a straight-line Hough transform, circle detection. Calculating a color image of the color- saturation histogram
severalexample
- 几个项目运用了opencv,需先安装opencv 项目readpic从磁盘中读入图像文件,并将图像显示在屏幕上 项目cpic本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似。 项目carmen是使用opencv卡尔曼滤波的例子。 项目ransac是ransac算法的例子。 toolbox_calib是加州理工经典相机标定包。-Several projects using the opencv,
carmen
- 项目carmen是使用opencv卡尔曼滤波的例子。-Carmen project is to use opencv Kalman filter example.
kalman_VC
- 卡尔曼滤波器_Vc语言实现,运用了opencv 库-kalman filter implement with OpenCV library
MOUSE_TRACKING
- CAMSHIFT跟踪源码,结合卡尔曼滤波器跟踪,跟踪的目标可以手动选择-code for object detect using camshift and kalman filter
kalmanPcamshift
- 基于视频的跟踪,结合卡尔曼和camshift的目标跟踪。由鼠标选中目标区域(包含了鼠标选中程序),kalman和camshift预测质心,从而达到目标跟踪。-Based opencv, combined with the target tracking Kalman and camshift. By the mouse to select the target area, kalman and centroid camshift forecast to achieve target tracki
320dd
- Opencv动态图像跟踪,预测,卡尔曼编程-Opencv dynamic image tracking, forecasting, Kalman programming
BAH1
- 用卡尔曼滤波和自适应窗口的均值偏移算法再结合Bhattacharyya系数粗定位实现视频目标跟踪-Kalman filtering and adaptive window mean shift algorithm combined with coarse positioning Bhattacharyya coefficient for video tracking
UKF(2011.9.9.1)
- 无迹卡尔曼滤波c语言代码,即UKF代码,代码原理请参考无迹卡尔曼滤波基本原理-UKF of c code
sf
- 卡尔曼滤波,自动跟踪监测,可以学习使用,有助于提高对跟踪方法的理解-Kalman filtering, automatic tracking and monitoring, you can learn to use, help to improve understanding of the tracking method
object-tracking
- 对视频作目标检测跟踪的VC++程序,使用了openCV开源库,包含帧差法、背景估计法、高斯混合模型法以及卡尔曼滤波。可正常运行。-VC++ program for target tracking,based on openCV, incuding multiple algrithms,such as Karlman filter.
rosyKelman
- 随机生成一个点,卡尔曼滤波实现对点的跟踪。有详细注释,适合初学者。-Randomly generated one point, the Kalman filter point tracking. There are detailed notes for beginners.
mubiaogenzongjiance1
- meanshift+卡尔曼,手动选择跟踪目标-Kalman meanshift+, manually select the tracking target
TrackingTest
- 利用卡尔曼滤波进行的检测跟踪,可在检测的目标中手选跟踪的目标-Kalman filter for the detection and tracking can be hand-selected target detection target tracking
kalman
- 卡尔曼滤波跟踪演示,实时跟踪鼠标指针位置,并显示指针坐标-kalman filter
generate-kalman-filter-based-opencv
- 卡尔曼滤波器,通过开源平台opencv,可根据需要自己调整参数-Kalman filter, through the open-source platform opencv, parameters can be adjusted according to the needs of their own
tracking
- 目标跟踪代码。关键字:均值漂移、卡尔曼滤波、颜色直方图、边缘方向直方图-Codes of object tracking.key words:mean shift,kalman filter,color histgram,edge direction histgram.
卡尔曼
- 实现视频去抖动,利用了卡尔曼滤波更稳定,个人认为不错(To achieve video jitter, the use of the Calman filter more stable, personally think that good)