CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - mean shift

搜索资源列表

  1. ObjectTracking.rar

    0下载:
  2. mean shift 目标跟踪,用于跟踪视频目标,本人修改了部分程序。,mean shift algorithm is used to track visual object
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:4892
    • 提供者:朱亮亮
  1. meanshift.rar

    3下载:
  2. 基于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
  3. 所属分类:Special Effects

    • 发布日期:2014-04-10
    • 文件大小:11995297
    • 提供者:zhang
  1. meanshiftim.rar

    0下载:
  2. 均值漂移算法(mean shift)matlab源码,Mean Shift Algorithm (mean shift) matlab source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2309
    • 提供者:张杰
  1. MS_MATLAB

    0下载:
  2. meanshift图像分割 1.mean shift 的迭代过程只做了一次(为了简单) 2.对图像中的某一点进行平移时,只考虑了距离它小于2*hr的点,而不是图像中所有的 点。 3.实验过程中只用到了gauss核,虽然提供了method的选择,但在进行值域加权时只用 到gauss核,如果需要请自己改正。-meanshift segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:16215
    • 提供者:袁坤
  1. Thresholding-using-mean-shift

    1下载:
  2. 基于mean shift的阈值分割matlab代码,先借助Mean Shift算法的分割特性将灰度值相近的元素进行聚类,然后,在此基础上应用阈值分割算法,达到将图像与背景分离的目的。-Threshold based on mean shift segmentation matlab code, the first split with the Mean Shift algorithm similar to the gray value characteristics of the element
  3. 所属分类:Special Effects

    • 发布日期:2015-06-21
    • 文件大小:2048
    • 提供者:xcm
  1. meanshift

    0下载:
  2. mean shift 图像分割 c++ edition-mean shift image segmentation
  3. 所属分类:Graph program

    • 发布日期:2017-05-20
    • 文件大小:5678868
    • 提供者:cs
  1. MeanShift

    0下载:
  2. 基于MEAN SHIFT算法的图像分割程序-MEAN SHIFT algorithm based on image segmentation procedure
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:3410
    • 提供者:臧超
  1. Wallpapers-based-on-mean-shift

    3下载:
  2. 本程序首先把图像由RGB空间转到HSI空间,然后利用彩色图像分割策略以及meanshift算法对图像进行分割最后加入边界合成。其中‘keyprogram.m’文件为主程序,‘meanshift.m’文件为调用函数,实现数据的聚类分割。-The program first the image from the RGB space to HSI space and then using color image segmentation strategy and meanshift image seg
  3. 所属分类:Graph program

    • 发布日期:2016-04-25
    • 文件大小:161792
    • 提供者:刘常云
  1. 8WhMeanShift

    0下载:
  2. mean shift 用于图像的分割与平滑。很实用,老外写的,大家多看看会有帮助的~!-for mean shift image segmentation and smoothing. Very useful, written by a foreigner, it would be helpful to look at the ~!
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:2931
    • 提供者:席秋波
  1. camshiftdemo

    1下载:
  2. Gary R.Bradski提出CamShift算法,即"Continuously Adaptive Mean-Shift"算法。是以颜色直方图为目标模式的目标跟踪算法,可以有效地解决目标变形和部分遮挡的问题,而且运算效率很高。在视频跟踪过程中,CAMSHIFT算法利用选定目标的颜色直方图模型得到每帧图像的颜色投影图,并根据上一帧跟踪的结果自适应调整搜索窗口的位置和大小,得到当前帧中目标的尺寸和质心位置。-Gary R. Bradski CamShift proposed algorithm,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:2959
    • 提供者:kitty
  1. Meanshift

    0下载:
  2. 利用Mean-shift进行目标的跟踪。-Mean-shift use for target tracking.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:242210
    • 提供者:曾伟
  1. mean_shift

    0下载:
  2. 关于mean shift算法在目标跟踪方面的应用,讲述了mean shift算法的基本原理,和跟踪方法-On the mean shift algorithm in the application of target tracking, mean shift algorithm describes the basic principles, and the tracking method
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:920698
    • 提供者:Andy
  1. Video_detection

    0下载:
  2. 视频演示算法包括: 1. 静态背景下的背景预测法目标检测 2. 静态背景下帧间差分法目标检测 3. Mean Shift目标跟踪方法 4. 重心多目标跟踪方法 该框架支持的视频只限于RGB非压缩Windows AVI格式,可以通过“文件”菜单下打开视频来打开视频文件。-Algorithm for video presentation include: 1. Static background background prediction target detection 2.
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:100330
    • 提供者:chenping
  1. MeanShiftcode

    0下载:
  2. mean shift 算法用于目标跟踪,其中有4个文件.-mean shift algorithm for target tracking, including four documents.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:3753
    • 提供者:李超
  1. KernelTracking

    0下载:
  2. A new approach toward target representation and localization, the central component in visual tracking of non-rigid objects, is proposed. The feature histogram based target representations are regularized by spatial masking with an isotropic kern
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2779098
    • 提供者:
  1. 15883829genzong

    0下载:
  2. 使用mean shift 算法 用于图像的跟踪。很实用,大家多看看会有帮助的~!-Mean shift algorithm used for image tracking. Very practical, it would be helpful to look at the ~!
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:3239
    • 提供者:席秋波
  1. 6Mean-ShiftClustering

    0下载:
  2. mean shift 算法 用于图像的分割。很实用,大家多看看会有帮助的~!-mean shift algorithm for image segmentation. Very practical, it would be helpful to look at the ~!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:3264
    • 提供者:席秋波
  1. ms_segmenter

    0下载:
  2. mean shift 用于图像的分割。很实用,大家会有帮助的~!-mean shift for image segmentation. Very practical, it would be helpful ~!
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-30
    • 文件大小:37425
    • 提供者:席秋波
  1. ms

    1下载:
  2. mean shift图像分割 -mean shift image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:10771
    • 提供者:feng
  1. Tracking

    0下载:
  2. 提出一种新的目标表示和定位方法,该方法是非刚体跟踪的核心技术.利用均质空间掩膜规范基于特征直方图的目标表示,该掩膜引入了适合于梯度优化的空间平滑相似函数,所以可以将目标定位问题转换为局部极大值求解问题.我们利用从Bhattacharyya系数倒出的规则作为相似度量,利用mean shift procedure完成优化求解.在给出的测试用例中, 本文方法成功解决了相机移动,阴影,以及其他的图象噪声干扰.文章对运动滤波和数据关联技术的集成也进行了讨论.-A new objective and pos
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-12
    • 文件大小:2700470
    • 提供者:maolei
« 1 23 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com