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

搜索资源列表

  1. mean shift视频跟踪算法

    0下载:
  2. mean shift视频跟踪算法代码,可以为正在学习人脸,车辆跟踪算法的人提供一种平台。
  3. 所属分类:源码下载

    • 发布日期:2010-12-14
    • 文件大小:1441887
    • 提供者:4716830
  1. Matlab 基于sift的mean-shift算法

    2下载:
  2. 核窗宽自适应的mean-shift算法代码,运行简单,注释清晰
  3. 所属分类:图形图象

    • 发布日期:2012-06-06
    • 文件大小:4522
    • 提供者:tengzuming
  1. MeanShift.rar

    0下载:
  2. Mean Shift 这个概念最早是由Fukunaga等人[1]于1975年在一篇关于概率密度梯度函数的估计中提出来的,其最初含义正如其名,就是偏移的均值向量,在这里Mean Shift是一个名词,它指代的是一个向量,但随着Mean Shift理论的发展,Mean Shift的含义也发生了变化,如果我们说Mean Shift算法,一般是指一个迭代的步骤,即先算出当前点的偏移均值,移动该点到其偏移均值,然后以此为新的起始点,继续移动,直到满足一定的条件结束. 用matlab实现mean shif
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:270310
    • 提供者:maolei
  1. meanshift.zip

    1下载:
  2. 这是本人写的利用均值平移算法分割图像,同时包括分割后的图像合并,Mean-Shift algorithm for image segmentation
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:2043
    • 提供者:Jerry
  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. meanshift.rar

    0下载:
  2. 讲述mean shift在目标跟踪方面的应用,阐述其基本原理。,On the mean shift in target tracking applications, described the basic principles of.
  3. 所属分类:Project Manage

    • 发布日期:2017-03-31
    • 文件大小:920697
    • 提供者:Andy
  1. meanshift

    0下载:
  2. mean shift算法提取图像边缘和图像分割-mean shift algorithm for image edge extraction and image segmentation
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:1144480
    • 提供者:djjk
  1. MEANSHIFT

    0下载:
  2. 国外大牛Mean Shift代码,思路比较清晰-the code of Mean Shift from Foreign Daniel and Ideas is clear
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1686
    • 提供者:
  1. meanshift

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

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

    0下载:
  2. 最详尽的meanshift原理资料,里面包含三个PPT,讲述了meanshift的原理、使用范围和使用方法,极力推荐!-The most detailed information meanshift principle, which contains three PPT, described meanshift principle, the use of reference and use, highly recommended!
  3. 所属分类:Graph program

    • 发布日期:2017-05-26
    • 文件大小:9192454
    • 提供者:冯亚雷
  1. meanshift

    2下载:
  2. 实现了基于mean-shift的图像检索,实现了比较两图像的相似度,选择最相近的图片-To achieve mean-shift based image retrieval, to realize the similarity of two images, the selection of the most similar image
  3. 所属分类:matlab

    • 发布日期:2014-11-26
    • 文件大小:178892
    • 提供者:haiyan
  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. MeanShift

    1下载:
  2. 为了提高经典的Mean Shift算法在复杂场景中的跟踪性能,提出了一种基于角点的目标表示方法。首 先,利用Harris角点检测算法提取表示目标主要特征的角点 其次,基于提取的角点,建立目标模型,将其嵌入 Mean Shift算法进行跟踪。该方法仅用少量的关键点表示目标,能够自动去除目标和背景中的次要特征,有效地 抑制背景成分对目标定位的影响,从而改进Mean Shift目标跟踪算法的性能。-To imp rove the performance of the classicalMe
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:332280
    • 提供者:高雪
  1. meanshift

    0下载:
  2. 详细讲解了Mean-shift的核心思想.可用于图像分割,运动目标检测
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:6728003
    • 提供者:王冰
  1. Meanshift

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

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

    0下载:
  2. mean+shift mean+shift mean+shift mean+shift-mean+ shift mean+ shift mean+ shift mean+ shift mean+ shift mean+ shift
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4594
    • 提供者:lipiji
  1. MeanShift

    0下载:
  2. Mean Shift real time tracking
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3621
    • 提供者:Manjo
  1. meanshift

    0下载:
  2. 均值移动meanshift的matlab源码,做这方面的朋友不妨试试。-Mean mobile meanshift the matlab source code, make friends in this area worth a try.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:523
    • 提供者:王阵雨
  1. MeanShift

    0下载:
  2. Mean Shift算法的具体步骤,Mean Shift算法可以分为以下4步: 1.选择窗的大小和初始位置. 2.计算此时窗口内的Mass Center. 3.调整窗口的中心到Mass Center. 4.重复2和3,直到窗口中心"会聚",即每次窗口移动的距离小于一定的阈值。-Mean Shift algorithm specific steps, Mean Shift algorithm can be divided into the following four steps:
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1415
    • 提供者:eagle
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com