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

搜索资源列表

  1. kfcm

    0下载:
  2. 实现了KFCM算法,对模糊图像进行聚类分析,效果良好(The KFCM algorithm is implemented)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:cindy_gao
  1. testDBSCAM_matlab

    1下载:
  2. matlab实现的DBSCAN聚类分析,通过文件输入数据,不同的颜色代表一类数据(Matlab implementation of DBSCAN clustering analysis, through the document import data, different colors represent a category of data)
  3. 所属分类:图形图象

    • 发布日期:2017-12-24
    • 文件大小:2048
    • 提供者:安揪
  1. Spectral_ClusteringNJW

    1下载:
  2. 谱聚类能够识别任意形状的样本空间且收敛于全局最优解,其基本思想是利用样本数据相似矩阵的进行特征分解后得到的特征向量进行聚类,程序进行了几种不同聚类算法的比较,包括Q矩阵聚类,kmeans聚类,第一特征分量聚类,第二广义特征分量聚类,公用数据生成和近邻矩阵生成(Spectral clustering can distinguish arbitrary sample space and converge to the global optimal solution, the basic idea i
  3. 所属分类:图形图象

    • 发布日期:2017-12-24
    • 文件大小:5120
    • 提供者:jadegem
  1. 5

    0下载:
  2. 5基于快速谱聚类的图像分割算法 5 image segmentation algorithm based on fast spectral clustering(5 image segmentation algorithm based on fast spectral clustering)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:752640
    • 提供者:changsha15
  1. 图像模糊聚类

    1下载:
  2. 图像模糊聚类,借用水平集的方法实现图像模糊聚类(Image fuzzy clustering)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:135168
    • 提供者:jinlong
  1. FLICM

    1下载:
  2. 通过改进FCM聚类,编写了FLICM聚类,实现图像的聚类分割。(Implementation of FLICM clustering image segmentation)
  3. 所属分类:图形图象

    • 发布日期:2017-12-27
    • 文件大小:75776
    • 提供者:LONKI
  1. k-means-image-segmentation-master

    0下载:
  2. k-means 聚类和分割的图像处理方法(k-means and segement image process)
  3. 所属分类:图形图象

    • 发布日期:2017-12-28
    • 文件大小:6144
    • 提供者:scofieldchd
  1. image

    0下载:
  2. 进行图像像素的聚类分析,采用k-mean聚类分析,速度比MATLAB快5倍之多。(Cluster analysis of image pixels, using K-mean clustering analysis, the speed is faster than MATLAB 5 times more.)
  3. 所属分类:图形图象

    • 发布日期:2017-12-31
    • 文件大小:9528320
    • 提供者:a12543
  1. 基于 K-means 聚类算法的图像区域分割

    1下载:
  2. 图像处理领域,基于 K-means 聚类算法的图像区域分割(Image processing domain, image region segmentation based on K-means clustering algorithm)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:29696
    • 提供者:gaomengxin99
  1. 模糊C均值算法

    0下载:
  2. 亲测,能实现模糊C均值聚类的MATLAB程序(MATLAB program that can realize fuzzy C mean clustering)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:duanwu
  1. AP聚类

    3下载:
  2. AP聚类算法是基于数据点间的"信息传递"的一种聚类算法。与k-均值算法或k中心点算法不同,AP算法不需要在运行算法之前确定聚类的个数。(AP clustering algorithm is a kind of clustering algorithm based on "information transfer" between data points. Unlike the k- mean algorithm or the k center point
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-10
    • 文件大小:52224
    • 提供者:WanderKing
  1. ncut

    1下载:
  2. ncut在图像分割中的应用及实现(基于谱聚类的理论)(Application and implementation of NCUT in image segmentation)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-19
    • 文件大小:5320704
    • 提供者:quneenie
  1. k-means

    0下载:
  2. 实现k均值聚类算法,可以使用彩色图像,通过随机初始化聚类中心,完成聚类(The K-means clustering algorithm can use color images to initialize cluster centers randomly and accomplish clustering.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:陈橙子
  1. FCM

    0下载:
  2. 利用模糊C聚类(FCM)的方法对彩色图像进行分割,期中可以用不通的特征向量来表征图像的特征(The method of fuzzy C clustering (FCM) is used to segment the color image. In the period of time, the feature vectors can be used to characterize the features of the image.)
  3. 所属分类:图形图象

  1. kmeans

    0下载:
  2. 使用kmeans算法实现了彩色图像的颜色聚类(Color image clustering)
  3. 所属分类:图形图象

    • 发布日期:2018-05-06
    • 文件大小:634880
    • 提供者:zlsxf
  1. meanshift

    2下载:
  2. meanshift聚类算法源码 可运行( Meanshift clustering algorithm source code)
  3. 所属分类:图形图像处理

    • 发布日期:2019-02-05
    • 文件大小:3003392
    • 提供者:kk12dwes
  1. image_segmentation

    1下载:
  2. 使用k-means聚类实现多光谱图像分割,并配有高维视图查看聚类结果(Clustering algorithm for multispectral image segmentation)
  3. 所属分类:图形图像处理

    • 发布日期:2019-02-19
    • 文件大小:460800
    • 提供者:走刀口MrW
  1. 基于 K-means 聚类算法的图像区域分割

    2下载:
  2. 基于K-means聚类算法的图像区域分割(Image region segmentation based on K-means clustering algorithm)
  3. 所属分类:图形图像处理

    • 发布日期:2020-06-11
    • 文件大小:29696
    • 提供者:星风雪雨
  1. 2b509aabc32f4a3be87b452a94226f45

    1下载:
  2. 结合模糊C均值聚类算法与水平集方法的图像分割代码,分割效果良好。(The image segmentation code based on fuzzy c-means clustering algorithm and level set method has a good segmentation effect.)
  3. 所属分类:图形图像处理

    • 发布日期:2019-04-26
    • 文件大小:1057792
    • 提供者:zxy0504
  1. meanshift_filter

    0下载:
  2. 利用meanshift算法对图像进行滤波。meanshift可用于滤波、追踪、聚类、分割等(The image is filtered by means of shift algorithm. Meannshit can be used for filtering, tracking, clustering, segmentation, etc.)
  3. 所属分类:图形图象

    • 发布日期:2020-05-09
    • 文件大小:180224
    • 提供者:ryan2019
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com