搜索资源列表
meanshift
- meanshift算法的介绍。从起源到改进算法及其物理意义
meanshift tracking vc6
- 采用MeanShift算法对视频中目标进行跟踪,程序在vc6.0 MFC多文档结构下运行通过,视频第一帧的目标位置和大小需要在事先指定。
matlab编写的meanshift算法
- 这个是meanshift算法的和函数,已经其用于图像的平滑和分割的程序
Meanshift.rar
- meanshift算法vc编写可以用来集成到目标识别中,vc prepared meanshift algorithm can be used integrated into Target Recognition
meanshift.rar
- meanshift算法的matlab程序,用于图像分割 ,matlab program meanshift algorithm for image segmentation
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
- 该文件是meanshift算法的程序代码,该算法主要是利用直方图提高了模板匹配的速度,欢迎使用-This file is meanshift code algorithm, the algorithm is mainly improved histogram matching the speed of the template, please use
meanshift
- matlab实现的meanshift算法,本人使用效果不错-meanshift on matlab
meanshift
- meanshift算法是当前比较热门的用于跟踪的算法,本程序实现了meanshift算法的基本功能,欢迎下载-meanshift algorithm is popular for tracking algorithm, the implementation of the program the basic functions of meanshift algorithm, please download
meanshift
- 用meanshift算法实现图像分割,较经典的方法,效果较好-Meanshift algorithm using image segmentation, the more classical methods, better
MeanShift
- VC++与OPENCV的目标跟踪meanshift算法-meanshift
meanshift
- meanshift算法的matlab源代码,很实用,经典的源代码-meanshift algorithm matlab source code, it is practical, the classic source code
meanshift
- 它是MeanShift算法的改进,称为连续自适应的MeanShift算法,CamShift算法的全称是"Continuously Apaptive Mean-SHIFT",它的基本思想是视频图像的所有帧作MeanShift运算,并将上一帧的结果-It is MeanShift Algorithm, called continuous adaptive MeanShift algorithm, CamShift algorithm stands for "Continuously Apaptive
meanshift
- 使用meanshift算法进行视频运动目标的跟踪。使用imcrop函数,手动标定目标图形区域,显现目标的半自动跟踪。-Meanshift algorithm using the moving object tracking. Use imcrop function, manual calibration target graphics area, showing semi-automatic target tracking.
meanshift-tracking
- 采用MeanShift算法对视频中目标进行跟踪,程序在vc6.0 MFC多文档结构下运行通过,视频第一帧的目标位置和大小需要在事先指定。-This program is to track object in video by mean shift algorithm. The program can be running in MFC framework. The position and scale of the object should be given by hand on the fi
-均值漂移-meanshift算法
- meanshift算法 对单一目标进行有效跟踪(The meanshift algorithm tracks the single target effectively)
meanshift code
- Mean shift算法是传统的目标建模的方法,即对欲跟踪目标进行建模,然后通过匹配的方式寻找到下一帧中目标的位置。但它又与传统的盲搜不同,它利用相邻帧之间目标位置变化不大的特点,采用迭代逼近的方式提高算法的搜索速度。(The Mean shift algorithm is the traditional method of target modeling, which is to model the object to be tracked, and then to find the posi
meanshift
- 用matlab写的meanshift算法,有三个函数,可用于跟踪和图像分割(meanshift algorithm writen by matlab, with three functions,can be used to trace the target and split the figure.)
Meanshift
- 运用meanshift算法进行目标跟踪,用鼠标选取目标后对目标进行跟踪(Target tracking using meanshift algorithm)