搜索资源列表
MEANSHIFT目标跟踪算法
- MEANSHIFT目标跟踪算法 使用了OpenCV库
基于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的简单目标跟踪程序matlab代码,Based on the meanshift easy target tracking procedures matlab code
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
meanshift.rar
- meanshift算法实现目标的跟踪,由视频序列文件中提取出第一帧,定义目标区域,进行跟踪,动态显示跟踪结果,meanshift target tracking algorithm, by the video sequence documents to extract the first frame, the definition of the target area, tracking, tracking the results of dynamic display
meanshift.rar
- 讲述mean shift在目标跟踪方面的应用,阐述其基本原理。,On the mean shift in target tracking applications, described the basic principles of.
MotionDetection
- 基于Meanshift运动目标跟踪程序,matlab写的,绝对可以运行-Moving target tracking procedures can run
VideoDemo
- 图象处理,背景差分,VC++ MFC 背景差分、连续帧差、MeanShift目标跟踪 代码 -Image processing, the background differential
基于meanshift目标跟踪代码
- 该代码主要编写的是meanshift在人体跟踪中的应用代码,这个是最基本的颜色矢量作为特征向量用于meanshift中跟踪。
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
meanshift
- 目标跟踪中常用均值漂移算法,以下是关于meanshift的一些改进算法-Commonly used in target tracking, mean-shift algorithm, the following are some improvements on the algorithm of meanshift
Meanshift
- 利用meanshift来进行目标跟踪,有matlab和opencv版本(Using meanshift for target tracking, there are versions of MATLAB and opencv)
Meanshift
- 运用meanshift算法进行目标跟踪,用鼠标选取目标后对目标进行跟踪(Target tracking using meanshift algorithm)
meanshift
- 目标跟踪,matlab平台,采用meanshift算法(object tracking,using meanshift algorithim)
运动目标跟踪程序-MATLAB源代码
- 运动目标跟踪程序-MATLAB源代码,利用camshift和meanshift实现运动目标的跟踪(Moving target tracking program - MATLAB source code, using camshift and meanshift to achieve tracking of moving targets)
MeanShift目标跟踪(opencv)
- 国外一个大牛写的MeanShift目标跟踪程序,用opencv实现。