搜索资源列表

  1. 基于Mean Shift的阈值分割

    0下载:
  2. 阈值分割算法是一种将灰度图像转化为二值图像的简单有效的方法,但是由于需处理图像的复杂性,常常使得阈值分割算法中阈值的选取问题无法很好解决。针对这个问题,在进行阈值化处理之前,我们先借助Mean Shift算法的分割特性将灰度值相近的元素进行聚类,然后,在此基础上应用阈值分割算法,达到将图像与背景分离的目的。 简单来说,基于Mean Shift的图像分割过程就是首先利用Mean Shift算法对图像中的像素进行聚类,即把收敛到同一点的起始
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2009-06-20
    • 文件大小:844
    • 提供者:cathy2007
  1. mean-shift算法综述

    1下载:
  2. 本文详细的说明Mean Shift 的基本思想及其扩展,其背后的物理含义,以及算法步骤,并给出理论证明.最后本文还将给出Mean Shift 在聚类,图像平滑,图像分割,物体实时跟踪这几个方面的具体应用.
  3. 所属分类:人工智能/神经网络/遗传算法

  1. mean-shift聚类

    0下载:
  2. mean-shift算法论文
  3. 所属分类:编程文档

    • 发布日期:2010-12-11
    • 文件大小:270055
    • 提供者:zxdflyer
  1. Mean-ShiftClustering

    0下载:
  2. mean shift算法在聚类中的matlab实现-mean shift clustering algorithm to achieve the Matlab
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-09-21
    • 文件大小:3072
    • 提供者:陈彪
  1. Adaptivemeanshiftbasedclusteringzip

    0下载:
  2. 一个均值漂移的VC++聚类源程序,可以试试聚类,其效果还不错.-mean a shift of VC cluster source, you can try clustering, the effect is not bad.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-09-21
    • 文件大小:38912
    • 提供者:王冰
  1. MeanShift

    0下载:
  2. meanshift聚类,找到聚类中心,以及数据的类别-Clustering meanshift to find cluster centers, as well as the type of data
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-09-21
    • 文件大小:4096
    • 提供者:李莉
  1. 2A

    0下载:
  2. 用于遥感图像分类。其输入为几幅遥感图像,使用k-mean聚类方法对图像中的不同地形进行聚类分割-For remote sensing image classification. Their input for a number of remote sensing images, the use of k-mean clustering method to image the topography of the different clu
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-09-21
    • 文件大小:419840
    • 提供者:xxl
  1. meanshift

    0下载:
  2. 一个外国人写的很好的meanshift聚类算法,有例程,可运行-Written by a foreigner meanshift good clustering algorithm, a routine can be run
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-09-21
    • 文件大小:3002368
    • 提供者:忠波
  1. GCluser

    0下载:
  2. 分级聚类算法:包括k-mean max-dist min-dist 程序使用方法: 程序中打开文件“.dat”-》选择聚类方法-》显示数据 .dat文件格式: 分成几类 输入样本维数 样本个数 下面依次为样本特征向量-Hierarchical clustering algorithms: including k-mean max-dist min-dist procedure to use: program
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-09-21
    • 文件大小:5468160
    • 提供者:越越
  1. cluster-2.9

    0下载:
  2. ClustanGraphics聚类分析工具。提供了11种聚类算法。 Single Linkage (or Minimum Method, Nearest Neighbor) Complete Linkage (or Maximum Method, Furthest Neighbor) Average Linkage (UPGMA) Weighted Average Linkage (WPGMA) Mean Proxi
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-09-21
    • 文件大小:56320
    • 提供者:wangyexin
  1. ClusterBasics-V1.0

    0下载:
  2. 各类聚类算法程序包,包含各种经典的聚类算法,例如:k-mean聚类等-Various types of clustering algorithm package, contains a variety of classic clustering algorithms, such as: k-mean clustering, etc.
  3. 所属分类:matlab例程

    • 发布日期:2024-09-21
    • 文件大小:201728
    • 提供者:王朝霞
  1. lankton_stereo

    0下载:
  2. 较全的mean shift算法合集,有基于mean shift算法的图像平滑处理,图像分割,图像聚类-Than the entire collection of the mean shift algorithm, the mean shift algorithm based on image smoothing, image segmentation, image clustering
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-09-21
    • 文件大小:454656
    • 提供者:jacky
  1. Cluster

    0下载:
  2. 使用分解聚类算法在IRIS数据上进行聚类分析,IRIS数据是由鸢尾属植物的三种单独的花的测量结果所组成,模式类别数为3,特征维数是4,每类各有50个模式样本,总共有150个样本。-The use of decomposition in the IRIS data clustering algorithm on the cluster analysis, IRIS data are from the iris flower three s
  3. 所属分类:matlab例程

    • 发布日期:2024-09-21
    • 文件大小:3072
    • 提供者:liz
  1. loc_im_MSfilter

    0下载:
  2. 基于Mean Shift的图像分割过程就是首先利用Mean Shift算法对图像中的像素进行聚类,即把收敛到同一点的起始点归为一类,然后把这一类的标号赋给这些起始点,同时把包含像素点太少的类去掉。然后,采用阈值化分割的方法对图像进行二值化处理。-Mean Shift Based on the process of image segmentation is the first to use the image Mean Shift al
  3. 所属分类:图形图象

    • 发布日期:2024-09-21
    • 文件大小:1024
    • 提供者:mayan
  1. mean_shift

    0下载:
  2. Mean-shift聚类算法详细介绍,里面有丰富的图片和图形-Mean-shift clustering algorithm detail, which is rich in pictures and graphics
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-09-21
    • 文件大小:6727680
    • 提供者:王庆香
  1. meanshift

    0下载:
  2. mean shift聚类算法,可以用来浮现轮廓-mean shift
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-09-21
    • 文件大小:71680
    • 提供者:xueyun
  1. caisetuxiangfenge

    0下载:
  2. mean-shift进行图像分割的程序代码,可以有效地进行图像分割-mean-shift image segmentation procedure code, effective for image segmentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-09-21
    • 文件大小:1913856
    • 提供者:涛子
  1. Mean-shift-research-and-applications

    0下载:
  2. :对均值漂移算法的理论和应用作一全面的综述.首先根据密度函数的非参数估计推导出均值漂移公式的一 般形式,说明了均值漂移迭代算法的步骤及收敛性;然后重点讨论核函数的选择以及带宽矩阵的计算等关键技术;最 后归纳了均值漂移算法在模式检测、聚类、图像分割以及物体实时跟踪等方面的应用,并展望了均值漂移算法在理论和应用中的研究方向.-Clustering thesis
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-09-21
    • 文件大小:376832
    • 提供者:btian
  1. Wallpapers-based-on-mean-shift

    0下载:
  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 st
  3. 所属分类:图形图象

    • 发布日期:2024-09-21
    • 文件大小:161792
    • 提供者:刘常云
  1. 聚类算法

    0下载:
  2. 文件夹中主要有二维的K-means,gmm,mean-shift,三维的K-means聚类算法的程序,同时已经经过本人验证无误,可以成功运行,有问题的可以私下交流。(Folder mainly two-dimensional k-means, GMM, mean-shift, three-dimensional k-means clustering algorithm procedures, at the same time has b
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-09-21
    • 文件大小:10240
    • 提供者:xuebiao
« 12 3 »

源码中国 www.ymcn.org