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

搜索资源列表

  1. FCM-Image-Cluster

    0下载:
  2. 使用FCM和HCM聚类算法对彩色图像进行聚类分割。-Use Fcm and HCM Method to cluster color image.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3776299
    • 提供者:pbt
  1. 聚类算法

    0下载:
  2. 基于谱聚类和Kmeans算法的聚类分析,有效地将图像进行分块聚类MATLAB代码
  3. 所属分类:matlab例程

  1. K均值聚类

    0下载:
  2. K均值聚类算法图像分割,最传统的一种分割方法(K mean clustering segmentation)
  3. 所属分类:图形图象

  1. k_means

    0下载:
  2. 用kmeans算法处理资源3号卫星图像,用欧式距离来计算聚类中心,在用前后两次聚类之间的误差来决定迭代次数(Kmeans algorithm is used to deal with the resource 3 satellite image, and the Euclidean distance is used to calculate the clustering center. The number of iterations is determined by the error bet
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:539648
    • 提供者:CASPER_G
  1. MRF-ICM 也是先聚类再算的 里面有论文

    1下载:
  2. 利用马尔科夫随机场对图像进行语义分割,通过ICm求解参数,可以运行,对初学者有较好的借鉴作用(Using Markov random field to semantic segmentation of images, through ICm solution parameters, can run, for beginners have a good reference)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-21
    • 文件大小:9416704
    • 提供者:ghjghj
  1. ZPclustering

    0下载:
  2. 实现点的聚类,并用做图像分割,来源是文章:Self-Tuning Spectral Clustering (作者: Lihi Zelnik-Manor, Pietro Perona )(point clustering and image segmentation, algorithm is from paper:Self-Tuning Spectral Clustering(author: Lihi Zelnik-Manor, Pietro Perona ))
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:110592
    • 提供者:菜瓜
  1. K均值聚类在基于OpenCV的图像分割中的应用

    0下载:
  2. 介绍了传统的图像分割与K-均值聚类算法分割,然后利用OpenCV函数将其实现,并介绍了OpenCV中图像分割相关的基本函数。(This paper introduces the segmentation of traditional image segmentation and K- mean clustering algorithm, then uses OpenCV function to implement it, and introduces the basic functions of
  3. 所属分类:OpenCV

    • 发布日期:2017-12-16
    • 文件大小:464896
    • 提供者:术道
  1. kfcm

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

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:cindy_gao
  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. 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. kmeans

    0下载:
  2. 对数据和图像进行聚类分析,k-means聚类方法多应用于模式识别,人工智能,机器学习等方面(Clustering analysis of data and images, K-means clustering method should be used in pattern recognition, artificial intelligence, machine learning and so on)
  3. 所属分类:数据挖掘

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:Source Pill
  1. Experiment Three

    0下载:
  2. matlab的聚类算法实现图像分割,效果很好(Image segmentation by clustering in matlab)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:亮亮来了
  1. Colors_src

    0下载:
  2. 图像在读取颜色时,参数较多,处理过程需耗费大量时间,因此通过八叉树颜色聚类算法,提取图像的主色,利于后续的图像处理。(When the color is read, there are many parameters, and the processing process takes a lot of time. Therefore, octree color clustering algorithm is used to extract the main color of the image,
  3. 所属分类:Windows编程

    • 发布日期:2018-01-07
    • 文件大小:88064
    • 提供者:amybx2006
  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)聚类算法分割图像,该算法可以进行图像的分割(Fuzzy C-Means (FCM) clustering algorithm to segment images, which can be used for image segmentation)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:热火
  1. K-means图像识别

    0下载:
  2. 利用K-means对图像进行聚类,识别。您可以设置参数达到更好的识别效果(Using K-means to cluster and identify images.You can set parameters to achieve better recognition results)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-21
    • 文件大小:342016
    • 提供者:branden
  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. GMM

    1下载:
  2. 实现了EM算法对高斯混合模型进行聚类,并将聚类结果用图像展示出来,希望对混合模型的朋友有用。(The EM algorithm is implemented to cluster the Gauss mixture model, and the clustering results are displayed with images, hoping to be useful to friends of the mixed models.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:4096
    • 提供者:鱼干儿
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com