搜索资源列表
-
0下载:
利用opecv的卡曼濾波器函數實現一個對二維點的追蹤,移動中的點以滑鼠在視窗的位置來取代。-Use opecv Kalman filter function is the realization of a 2D point tracking, instead of moving the point to the location of the mouse in Windows.
-
-
0下载:
用kalman滤波器实现运动目标的跟踪.vc6.0和opencv编程,-Using kalman filter tracking moving objects. Vc6.0 and opencv programming,
-
-
0下载:
Kalman filter 用于跟踪的详细代码有说明,运行良好,适合移植使用-Kalman filter for tracking code has made it clear, well-run, suitable for portable use
-
-
0下载:
设置kalman滤波器中噪声大小以及状态状态转移矩阵,测量向量,就可以进行目标的跟踪。 -Kalman filter set size and noise in the state transition matrix, measurement vector, target tracking can be carried out.
-
-
0下载:
基于 Kalman Filter和 Particle Filter的 目标跟踪 脸部跟踪 object tracking c++程序 源码。 -C++ face tracking program code base on Kalman Filter and Particle Filter
-
-
0下载:
kalman 滤波器跟踪一个旋转点算法 使用opencv和visual c-kalman-Filter tracking a pivot point algorithm
-
-
0下载:
This contained BG/FG detection(simple version and adaptive background mixture models), blob tracking(connected component tracking and MSPF resolver, mean shift, particle filter), Kalman filter using OpenCV. It can be helpful who studying object detec
-
-
1下载:
本次实验来源于opencv自带sample中的例子,该例子是用kalman来完成一个一维的跟踪,即跟踪一个不断变化的角度。在界面中表现为一个点在圆周上匀速跑,然后跟踪该点。看起来跟踪点是个二维的,其实转换成角度就是一维的了。
Kalman滤波理论主要应用在现实世界中个,并不是理想环境。主要是来跟踪的某一个变量的值,跟踪的依据是首先根据系统的运动方程来对该值做预测,比如说我们知道一个物体的运动速度,那么下面时刻它的位置按照道理是可以预测出来的,不过该预测肯定有误差,只能作为跟踪的依据。另一个依
-
-
0下载:
随机生成一个点,卡尔曼滤波实现对点的跟踪。有详细注释,适合初学者。-Randomly generated one point, the Kalman filter point tracking. There are detailed notes for beginners.
-
-
0下载:
基于OPENCV的卡尔曼滤波器跟踪程序,用圆圈标记实际位置、观测位置和预测位置。-Based the OPENCV Kalman filter tracking program, the actual position marked with circles, the observation position and predicted position.
-
-
0下载:
利用卡尔曼滤波进行的检测跟踪,可在检测的目标中手选跟踪的目标-Kalman filter for the detection and tracking can be hand-selected target detection target tracking
-
-
0下载:
结合kalman滤波的meanshift跟踪算法,meanshift算法是一种经典的均值漂移跟踪算法,采用颜色直方图作为跟踪特征,具有很高的稳定性和鲁棒性,kalman滤波是一种线性滤波预测算法。在meanshift算法中引入kalman滤波,可以提高算法的稳定性,同时提高算法执行效率。代码中除了avi格式视频读取采用opencv库函数外,核心算法均为纯C++实现,注释详细,很容易理解,同时具有很高的参考价值。 -Meanshift kalman filtering combined track
-
-
0下载:
目标图像跟踪-Object tracking
-
-
0下载:
跟踪一个点的卡尔曼滤波算法,需要使用opencv。-Tracking a point by kalman filter algorithem.
-
-
0下载:
Object tracking uses Camshift and Kalman Filter
-
-
0下载:
包括vb vc opencv 的卡尔曼滤波tracking 程序段 -Including the Kalman filter tracking of program segment vb vc opencv
-
-
0下载:
目标跟踪代码。关键字:均值漂移、卡尔曼滤波、颜色直方图、边缘方向直方图-Codes of object tracking.key words:mean shift,kalman filter,color histgram,edge direction histgram.
-
-
0下载:
recognition hands by color threshold in HSV space and in a simple background then tracking them by using Kalman filtter
-
-
0下载:
使用kalman滤波进行目标跟踪,kalman可以通过观测到的结果进行更新从而估计下一时刻的目标状态-Using kalman filter for target tracking, kalman can be updated by the observed results to estimate the target state of the next moment
-
-
0下载:
people tracking bying kalman filter
-