MeanShift-Kalman-tracking-algorithm

所属分类:OpenCV
开发工具:Visual C++
文件大小:15KB
下载次数:219
上传日期:2013-06-30 15:48:55
上 传 者wgpg2008
说明:  结合kalman滤波的meanshift跟踪算法,meanshift算法是一种经典的均值漂移跟踪算法,采用颜色直方图作为跟踪特征,具有很高的稳定性和鲁棒性,kalman滤波是一种线性滤波预测算法。在meanshift算法中引入kalman滤波,可以提高算法的稳定性,同时提高算法执行效率。代码中除了avi格式视频读取采用opencv库函数外,核心算法均为纯C++实现,注释详细,很容易理解,同时具有很高的参考价值。
(Meanshift kalman filtering combined tracking algorithm, meanshift algorithm is a classic mean shift tracking algorithm using color histogram as a tracking feature, with high stability and robustness, kalman filter is a linear filter prediction algorithm. Meanshift algorithm introduced in kalman filtering algorithm can improve the stability, while improving the efficiency of algorithms. In addition to avi video format code reading using opencv library functions, core algorithms are pure C++ achieved, detailed notes, it is easy to understand, but also has a high reference value.)

文件列表:
MeanShift Kalman no cv new\Kalman.cpp (6614, 2013-06-23)
MeanShift Kalman no cv new\Kalman.h (159, 2013-06-23)
MeanShift Kalman no cv new\MeanShift.cpp (13901, 2013-06-29)
MeanShift Kalman no cv new\MeanShift.h (356, 2013-06-23)
MeanShift Kalman no cv new\MeanShift-Kalman.vcproj (5035, 2013-06-25)
MeanShift Kalman no cv new\stdafx.cpp (213, 2010-12-14)
MeanShift Kalman no cv new\stdafx.h (233, 2010-12-14)
MeanShift Kalman no cv new\targetver.h (498, 2010-12-14)
MeanShift Kalman no cv new\Tracking.cpp (8867, 2013-06-29)

======================================================================== 控制台应用程序:TwoLevel 项目概述 ======================================================================== 应用程序向导已为您创建了此 TwoLevel 应用程序。 本文件概要介绍组成 TwoLevel 应用程序的 的每个文件的内容。 TwoLevel.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件, 其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 TwoLevel.cpp 这是主应用程序源文件。 ///////////////////////////////////////////////////////////////////////////// 其他标准文件: StdAfx.h, StdAfx.cpp 这些文件用于生成名为 TwoLevel.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。 ///////////////////////////////////////////////////////////////////////////// 其他注释: 应用程序向导使用“TODO:”注释来指示应添加或自定义的源代码部分。 /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者