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

搜索资源列表

  1. ClusterImageSeg

    1下载:
  2. 一个利用各种聚类算法实现遥感影像分割的程序,包括K均值、ISODATA、模糊C均值等!-use of a clustering algorithm remote sensing image segmentation procedures, including K-means, ISODATA, Fuzzy C - Means, and so on!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:514938
    • 提供者:徐敏
  1. DllFCM

    0下载:
  2. 一个采用模糊C均值(FCM)算法实现图像分割的DLL程序!可以用来处理8位的BMP图像!-a fuzzy c-means (FCM) image segmentation algorithm DLL procedures! Can be used to deal with eight of BMP images!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:111538
    • 提供者:徐敏
  1. DllFFCM

    0下载:
  2. 一个采用快速模糊C均值(FFCM)算法实现图像分割的DLL程序!可以用来处理8位的BMP图像!-a fast fuzzy c-means (FFCM) image segmentation algorithm DLL procedures! Can be used to deal with eight of BMP images!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:41014
    • 提供者:徐敏
  1. kMeansCluster

    0下载:
  2. 关于c均值的经典算法 kMeansCluster-on c-means algorithm classic kMeansCluster
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1528
    • 提供者:jiuzitian
  1. FCM_Cluster

    0下载:
  2. 首先介绍模糊集基本知识 其次K均值聚类算法(HCM)介绍 最后重点介绍了模糊C均值聚类, 模糊聚类是一种很重要思想,最近再图像处理中就用的了这种思想,也算是一点思维创新
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:17908
    • 提供者:huiguiyang
  1. fcm789.ZIP

    0下载:
  2. 模糊C均值聚类算法的MATLAB实现,比较经典的程序
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:5721
    • 提供者:林雨
  1. 桌面\遗传算法改进的模糊C-均值聚类

    0下载:
  2. 所属分类:图形图象

  1. Watermark_zs.rar

    0下载:
  2. 用c语言实现一种基于DCT系数均值的盲水印算法,C language implementation with a mean value based on the DCT coefficient of the Blind Watermarking Algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:733551
    • 提供者:杨毅
  1. ImageClustering.rar

    0下载:
  2. 本程序实现了K均值(HCM)算法,ISODATA算法,模糊C均值(FCM),模糊阈值法等对遥感影像的分割。,This program implements K means (HCM) algorithm, ISODATA algorithm, fuzzy C means (FCM), fuzzy threshold law of remote sensing image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3361215
    • 提供者:wll
  1. MeanShift

    0下载:
  2. 均值漂移算法中很牛的外国人写的文章,非常值得学习-A very good paper about means_shift.Reading it ,you can learn a lot.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2999618
    • 提供者:zhounan
  1. fcm

    1下载:
  2. 介绍几种模糊c均值聚类算法,利用该算法进行点云以及图像的分割。-fuzzy c means clustering
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2115584
    • 提供者:张青华
  1. 73462683ClusterImageSeg

    0下载:
  2. 模糊均值聚类FCM算法对图像的颜色聚类 进行图像分割 聚类个数和聚类中心都是事先决定的-Fuzzy-means clustering algorithm FCM clustering for color image segmentation and clustering the number of cluster centers are determined in advance
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:514942
    • 提供者:小五子
  1. c_mean

    0下载:
  2. 用matlab实现的c均值聚类算法,用于图像分割,分割效果很好-Matlab achieved with c-means clustering algorithm for image segmentation, segmentation well
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:1527
    • 提供者:赵伟
  1. C__julei

    0下载:
  2. 一种非常实用的C均值聚类算法,可以用于数据挖掘、图像分割等领域-A very useful C-means clustering algorithm can be used for data mining, image segmentation and other areas of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1762
    • 提供者:hanguang
  1. fcmMATLAB

    0下载:
  2. 模糊C-均值算法容易收敛于局部极小点,为了克服该缺点,将遗传算法应用于模糊C-均值算法(FCM)的优化计算中,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最终的分类结果。-Fuzzy C- means algorithm is easy to converge to a local minimum point, in order to overcome this drawback, the genetic algorithm is applied to fuzzy C- me
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:198702
    • 提供者:胡丹丹
  1. kmeans

    0下载:
  2. 《模式识别》课本中的一道课后题的代码实现 C均值算法 也叫做 K means- Pattern recognition in the textbook of a class of code to achieve the C algorithm is also called means K
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:987
    • 提供者:宋璇
  1. Fuzzy-C-means-algorithm

    0下载:
  2. 模糊C均值聚类算法用于图像分割,可以直接应用-Fuzzy C-means clustering algorithm for image segmentation, can be directly applied
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1752
    • 提供者:张举森
  1. fuzzy-c-means-clustering

    0下载:
  2. 用于高维数据或者多维图像的模糊C均值聚类算法-Used for army fuzzy c-means clustering high-dimensional data
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4557
    • 提供者:谭建
  1. suanfaFUZZCLUST

    0下载:
  2. 基于 MATLAB 模糊C均值算法,有用的算法代码-Fuzzy C-means algorithm based on MATLAB and useful algorithm code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:12596
    • 提供者:name
  1. 2.2 图像分割技术

    0下载:
  2. FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。在介绍FCM具体算法之前我们先介绍一些模糊集合的基本知识。(The FCM algorithm is a partition-based clustering algorithm. Its idea is to make the similarity among the obj
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:754688
    • 提供者:EMC
« 1 2 34 5 6 »
搜珍网 www.dssz.com