搜索资源列表
-
0下载:
kalman颜色跟踪算法 效果比meanshift好 opencv -kalman opencv color tracking algorithm
-
-
0下载:
学习opencv图像处理中人体目标跟踪的一些很有用的资料,主要是讲camshift,meanshift和高斯混合模型。-Learning opencv image-processing for target tracking in the human body a number of very useful information, mainly speaking camshift, meanshift and Gaussian mixture model.
-
-
0下载:
用meanshift方法在opencv和vs2008上实现运动物体的检测与跟踪。-Meanshift methods used to achieve the opencv and vs2008 moving object detection and tracking.
-
-
0下载:
本程序主要是实现meanshifit算法的跟踪功能,使用了opencv数据库,可以直接运行-it is a program used to implement tracking with meanshift
-
-
0下载:
MeanShift 跟踪运动目标 源代码
C++ OpenCV-MeanShift Tracking
-
-
0下载:
利用OpenCV函数的meanshift跟踪,用于演示跟踪效果,可以学习改进。-Meanshift tracking--AppWizard has created this ShadowTrack application for you.
-
-
0下载:
tracking opencv 目标检测跟踪-tracking opencv
-
-
0下载:
meanshift实现动态目标跟踪新方法,可直接使用,无需调试,opencv-Dynamic target tracking, opencv
-
-
0下载:
meanshift的opencv代码,meanshift用于图像分割,目标跟踪-meanshift the opencv the code, meanshift used for image segmentation, target tracking
-
-
0下载:
改进后的Camshift算法(连续自适应的MeanShift算法),是将OpenCV中的Camshift背景检测和前景检测以及运动目标跟踪过程经过修改之后的代码。-FixedCamshift algorithm (the continuous adaptive MeanShift algorithm), is the Camshift background OpenCV detection and prospects for detection and moving target trackin
-
-
0下载:
结合kalman滤波的meanshift跟踪算法,meanshift算法是一种经典的均值漂移跟踪算法,采用颜色直方图作为跟踪特征,具有很高的稳定性和鲁棒性,kalman滤波是一种线性滤波预测算法。在meanshift算法中引入kalman滤波,可以提高算法的稳定性,同时提高算法执行效率。代码中除了avi格式视频读取采用opencv库函数外,核心算法均为纯C++实现,注释详细,很容易理解,同时具有很高的参考价值。 -Meanshift kalman filtering combined track
-