搜索资源列表
edison_binary
- 关于均值漂移的程序,该代码为编译好的程序,可以直接看图像分割效果!-Mean Shift on the procedures, the code compiled procedures, can look directly image segmentation results!
headtracker.tar
- 人头跟踪算法,采用均值漂移和形状约束模型。-poll tracking algorithm using mean drift and shape the model.
Adaptivemeanshiftbasedclusteringzip
- 一个均值漂移的VC++聚类源程序,可以试试聚类,其效果还不错.-mean a shift of VC cluster source, you can try clustering, the effect is not bad.
MS-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
meanshiftim.rar
- 均值漂移算法(mean shift)matlab源码,Mean Shift Algorithm (mean shift) matlab source code
mean_shift
- 运用于目标跟踪过程中算法研究,均值漂移算法简单易用,容易学习-use the mean_shift to track
matlb_test_MeanShift
- 均值漂移聚类的源程序,用mean shift 进行聚类,以及绘图显示,很有价值-mean shift based clustering code, using matlab
meanshift
- 用均值漂移法跟踪运动物体,实时性和准确性高。-pedestrian tracking using meanshift
kalman_meanshift
- 基于vc++的目标跟踪设计。结合了卡尔曼滤波和均值漂移方法,具有很好的稳定性-object tracking and motion dection
youzhushi_ms
- 实现mean shift 均值漂移的基本的MATLAB算法 带有部分注释-Mean shift to achieve the basic mean shift algorithm with some of the MATLAB Notes
MeanShift
- 基于复杂环境下,采用均值漂移算法实现运动目标识别跟踪-object tracking
mnshft
- mean shift, 均值漂移算法原文,3000多次引用,模式识别图像处理用的很多。
Mean-shift-research-and-applications
- :对均值漂移算法的理论和应用作一全面的综述.首先根据密度函数的非参数估计推导出均值漂移公式的一 般形式,说明了均值漂移迭代算法的步骤及收敛性;然后重点讨论核函数的选择以及带宽矩阵的计算等关键技术;最 后归纳了均值漂移算法在模式检测、聚类、图像分割以及物体实时跟踪等方面的应用,并展望了均值漂移算法在理论和应用中的研究方向.-Clustering thesis
meanshiftsegmentation
- 均值漂移图像分割测试程序,使用meanshift算法对彩色图像进行聚类分割,效果很好,并且显示使用时间、找到的类数,另包含RGB与LUV颜色空间的互相转换,图片矩阵数据转为降维数组等,程序中有详尽的注释和说明,并且配有测试结果图片,非常适合计算机视觉、机器学习、模式识别的朋友参考-failed to translate
Meanshift
- Meanshift均值漂移算法,图像中的物体进行跟踪定位。(Meanshift mean shift algorithm, tracking and positioning objects in the image.)
meanshift
- 通过均值漂移算法的实现,获得彩色图像和灰度图像的超像素分割结果(Through the realization of mean shift algorithm, the super pixel segmentation results of color image and gray image are obtained)
MeanShiftCluster
- 该算法实现了均值漂移聚类算法,在MATLAB平台下有很好的结果验证(MeanShiift Cluster, it improves the performance than tradional cluster algorithm, such k-means cluster algorithm.)
均值漂移图像分割
- 介绍了一种均值漂移的图像分割算法,供大家参考学习,谢谢
均值漂移算法
- 基于OpenCV下实现的均值漂移算法,能够实现对视频中的人物进行目标追踪,完成运动轨迹的追踪算法。