搜索资源列表
基于OpenCV平台下的实时目标跟踪系统
- 基于OpenCV平台下的实时目标跟踪系统,用于运动物体的多目标跟踪领域.,OpenCV platform based on real-time target tracking system for moving objects the field of multi-target tracking.
MEANSHIFT目标跟踪算法
- MEANSHIFT目标跟踪算法 使用了OpenCV库,MEANSHIFT target tracking algorithm using the OpenCV library
基于meanshift的目标跟踪opencv开源代码
- 基于meanshift的目标跟踪opencv开源代码,Base mean shift object tracking
MEANSHIFT目标跟踪算法
- 国外一个大牛人写的MEANSHIFT目标跟踪算法,程序使用了OPENCV函数库,Foreign person to write a big cow MEANSHIFT the target tracking algorithm, the procedure used OPENCV library
meanshift.rar
- 基于meanshift算法最全面的资料收集,是本人长期收集该算法的结晶,里面有均值漂移算法的word文档,PPT资料,基于meanshift的目标跟踪算法(MATLAB),还有相应的文章,下了绝不后悔,将心比心,互惠互利。,Meanshift algorithm based on the most comprehensive data collection, is a long time, I collected the crystallization of the algorithm, whi
MotionDetection
- 基于Meanshift运动目标跟踪程序,matlab写的,绝对可以运行-Moving target tracking procedures can run
MeanShift
- 为了提高经典的Mean Shift算法在复杂场景中的跟踪性能,提出了一种基于角点的目标表示方法。首 先,利用Harris角点检测算法提取表示目标主要特征的角点 其次,基于提取的角点,建立目标模型,将其嵌入 Mean Shift算法进行跟踪。该方法仅用少量的关键点表示目标,能够自动去除目标和背景中的次要特征,有效地 抑制背景成分对目标定位的影响,从而改进Mean Shift目标跟踪算法的性能。-To imp rove the performance of the classicalMe
1985501meanshift
- meanshift实现目标跟踪,是比较简单的,适于初学者 -meanshift to achieve target tracking, is relatively simple, suitable for beginners
shipin
- 视频目标跟踪。在OpenCV下开发,使用meanshift方法.rar-Video target tracking. In OpenCV under development, the use of meanshift methods. Rar
meanshift
- 应用Meanshift实现对视屏序列的运动目标进行跟踪,抗遮挡性较强。-Application of video sequences Meanshift achieve the objectives of the exercise track, a strong anti-block.
meanshift
- 目标跟踪中常用均值漂移算法,以下是关于meanshift的一些改进算法-Commonly used in target tracking, mean-shift algorithm, the following are some improvements on the algorithm of meanshift
meanshift
- 用mfc编写的mean-shift算法,和重心跟踪算法,可以处理动态目标的跟踪,效果甚佳。-Mfc prepared using mean-shift algorithm, and the focus of the tracking algorithm can handle dynamic target tracking, the effect is very good.
MeanShift
- VC++与OPENCV的目标跟踪meanshift算法-meanshift
sky
- 此为几篇关于智能监控系统的文章,文中论述了关于目标捕获以及目标跟踪的方法与实践,其中目标捕获有差分法等,目标跟踪有meanshift等,可以学习借鉴-This is a few articles on the intelligent monitoring system, this paper discusses on the target acquisition and target tracking methods and practices, including target acquisi
meanshift
- 哈尔滨某高校的研究生数据融合课件,内容比较详细,值得一看,主要介绍目标跟踪的基本算法理论-Harbin, a graduate of a university data fusion courseware, content in greater detail, worth a visit, mainly introduces the basic algorithm of target tracking theory
MeanShift
- 这是有关图像目标跟踪的ppt 讲的方法是用 mean shift 来进行目标跟踪 学习l-mean shift
opencv-meanshift
- meanshift的opencv代码,meanshift用于图像分割,目标跟踪-meanshift the opencv the code, meanshift used for image segmentation, target tracking
Meanshift
- 利用meanshift来进行目标跟踪,有matlab和opencv版本(Using meanshift for target tracking, there are versions of MATLAB and opencv)
Meanshift
- 运用meanshift算法进行目标跟踪,用鼠标选取目标后对目标进行跟踪(Target tracking using meanshift algorithm)
MeanShift目标跟踪(opencv)
- 国外一个大牛写的MeanShift目标跟踪程序,用opencv实现。