搜索资源列表
meanshift
- meanshift算法的介绍。从起源到改进算法及其物理意义
meanshift例程
- matlab meanshift 算法例程,用于图像分割和滤波
meanshift tracking vc6
- 采用MeanShift算法对视频中目标进行跟踪,程序在vc6.0 MFC多文档结构下运行通过,视频第一帧的目标位置和大小需要在事先指定。
matlab编写的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算法vc编写可以用来集成到目标识别中,vc prepared meanshift algorithm can be used integrated into Target Recognition
meanshift.rar
- 基于meanshift的简单目标跟踪程序matlab代码,Based on the meanshift easy target tracking procedures matlab code
meanshift.rar
- meanshift算法的matlab程序,用于图像分割 ,matlab program meanshift algorithm for image segmentation
MeanShift.rar
- 收集的一个关于meanshift的一个简要的PPT介绍,便于入门,Meanshift collected on the PPT of a brief introduction, to facilitate entry
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-kalman
- 利用meanshift kalman算法实现对视频中运动对象的跟踪。-Meanshift kalman algorithm using video tracking of moving objects.
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
- meanshift用于图像分割的程序源代码-meanshift for image segmentation source code
segmentation(meanshift)
- 基于meanshift的图像分割算法,使用C语言实现-Meanshift based image segmentation algorithm, using C language implementation
Meanshift
- 该文件是meanshift算法的程序代码,该算法主要是利用直方图提高了模板匹配的速度,欢迎使用-This file is meanshift code algorithm, the algorithm is mainly improved histogram matching the speed of the template, please use
meanshift-theory
- 最详尽的meanshift原理资料,里面包含三个PPT,讲述了meanshift的原理、使用范围和使用方法,极力推荐!-The most detailed information meanshift principle, which contains three PPT, described meanshift principle, the use of reference and use, highly recommended!
基于meanshift目标跟踪代码
- 该代码主要编写的是meanshift在人体跟踪中的应用代码,这个是最基本的颜色矢量作为特征向量用于meanshift中跟踪。