搜索资源列表
meanshift
- vc++实现的meanshift算法源代码,直接调用,非常宝贵哦:)
meanshift
- 用经典的MeanShift算法实现的目标跟踪算法,可以跟踪运动镜头下的目标。
meanshift
- meanshift算法原理,详细说明该算法的来源及原理和应用
MEANSHIFT目标跟踪算法
- MEANSHIFT目标跟踪算法 使用了OpenCV库,MEANSHIFT target tracking algorithm using the OpenCV library
meanshift.rar
- 基於使用Opencv函式庫之MeanShift演算法 和OpenCv內建之MeanShift有著不同處在於 使用到權重Wi來計算新的位置,Opencv based on the use of algorithms and MeanShift library of built-OpenCv of different MeanShift is used to calculate the weight of Wi new location
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.rar
- 本人自己实现的单纯meanshift跟踪算法.按原理编译,适合初学者参考,I own a simple realization of the tracking algorithm meanshift. In accordance with the principle of the compiler, suitable for beginners reference
MeanShift
- 均值漂移算法中很牛的外国人写的文章,非常值得学习-A very good paper about means_shift.Reading it ,you can learn a lot.
Meanshift
- 该文件是meanshift算法的程序代码,该算法主要是利用直方图提高了模板匹配的速度,欢迎使用-This file is meanshift code algorithm, the algorithm is mainly improved histogram matching the speed of the template, please use
MeanShift
- 基于MEAN SHIFT算法的图像分割程序-MEAN SHIFT algorithm based on image segmentation procedure
meanshift
- meanshift算法是当前比较热门的用于跟踪的算法,本程序实现了meanshift算法的基本功能,欢迎下载-meanshift algorithm is popular for tracking algorithm, the implementation of the program the basic functions of meanshift algorithm, please download
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-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 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聚类算法源码 可运行( Meanshift clustering algorithm source code)