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

搜索资源列表

  1. Cluster.rar

    4下载:
  2. 在Visual C++下实现聚类分析在图像识别中的应用。其中包括模糊聚类,遗传算法聚类分析,层次聚类和动态聚类等算法。可以运行,并有分类的源文件。是不错的研究素材。,In Visual C++ Achieve clustering analysis in image recognition applications. Including fuzzy clustering, genetic algorithm for cluster analysis, hierarchical clusterin
  3. 所属分类:Graph Recognize

    • 发布日期:2016-11-19
    • 文件大小:223.84kb
    • 提供者:dd
  1. PatternRecongnition

    0下载:
  2. 图像模式识别聚类分析、模糊聚类、遗传算法聚类-Cluster analysis of image pattern recognition, fuzzy clustering, genetic algorithm clustering
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:227.45kb
    • 提供者:yutao
  1. QVCS-Enterprise2.1.11

    0下载:
  2. 图像数据的模糊聚类分析,图像识别、图像分割,包含FCM算法。-Image data of the fuzzy cluster analysis, image recognition, image segmentation, including the FCM algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5.02mb
    • 提供者:xuchen
  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
    • 文件大小:502.87kb
    • 提供者:小五子
  1. fuzzy2004

    0下载:
  2. fuzzy cluster, water contorl used to fuzzy
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-08
    • 文件大小:1.8mb
    • 提供者:kimsejin
  1. Cluster

    1下载:
  2. 一个用VC编写的聚类案例,可以实现C聚类、模糊聚类和应用遗传算法对样品进行聚类分析 -Written in a cluster with VC cases, can be achieved C clustering, fuzzy clustering and genetic algorithm for cluster analysis of samples
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-24
    • 文件大小:7.36mb
    • 提供者:刘钢
  1. mode

    0下载:
  2. 基于VC的各种聚类和分类算法程序。 手写数字或者打开已有的手写数字图像后,在右视图空白处,单击鼠标左键,激活右视图,选择菜单中的各种分类算法,可以对手写数字进行分类。有模板匹配分类器、Bayes分类器、线性函数分类法、非线性分类法、神经网络分类器。 在左视图上单击鼠标左键,可获得3种数据源:标准数字聚类、手画图形聚类、位图文件分析聚类。可以进行特征提取、模糊聚类和遗传算法。-VC-based clustering and classification algorithm for a
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:3.03mb
    • 提供者:ft5272633
  1. jull

    0下载:
  2. 模糊C均值聚类(FCM),即众所周知的模糊ISODATA,是用隶属度确定每个数据点属于某个聚类的程度的一种聚类算法。-Fuzzy C means clustering (FCM), known as fuzzy ISODATA, is used to determine membership of each data point belongs to a cluster of a clustering algorithm level.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:4.39kb
    • 提供者:lijuan
  1. codefcm

    0下载:
  2. fuzzy cluster means nice algorithm -fuzzy cluster means nice algorithm !!
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-08
    • 文件大小:64.07kb
    • 提供者:yac
  1. Fuzzy-processing

    0下载:
  2. 聚类分析是多元统计分析的一种,也是无监督模式识别的一个重要分支,在模式分类 图像处理和模糊规则处理等众多领域中获得最广泛的应用。它把一个没有类别标记的样本按照某种准则划分为若干子集,使相似的样本尽可能归于一类,而把不相似的样本划分到不同的类中。硬聚类把每个待识别的对象严格的划分某类中,具有非此即彼的性质,而模糊聚类建立了样本对类别的不确定描述,更能客观的反应客观世界,从而成为聚类分析的主流。-Clustering analysis is a kind of multivariate statis
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:421.62kb
    • 提供者:金丰
  1. OSTU

    1下载:
  2. Otsu-最大类间方差matlab代码 通过求模板和子图像的互相关函数的最大值来确定目标的中心位置;再在目标的感兴趣区域内(ROI)进行基于最大类间方差(OSTU)算法的自适应阈值分割,以检出并统计缺陷;进而判别其合格与否。 -the Ostu method is much faster and more efficient than the fuzzy cluster method.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:642byte
    • 提供者:liyy
  1. fcmfiltwa

    0下载:
  2. 用类Cluster实现一维数据的模糊C均值聚类,可在VC++和BC++下使用-Class Cluster fuzzy C-means clustering, one-dimensional data can be used in VC++ and BC++
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:1.32kb
    • 提供者:暗暗
  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
    • 文件大小:194.04kb
    • 提供者:胡丹丹
  1. Fuzzyjulei

    2下载:
  2. 聚类分析,模糊集,适用于多维数据聚类。在研究生期间所做的成功,成功将三位数据实现聚类,并把它运用到交通分类当中。-Cluster analysis, fuzzy sets, is applicable to multi-dimensional data clustering.During the graduate student success, success will be three data clustering, and apply it to the classification o
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1.32mb
    • 提供者:jianglin
  1. 2

    0下载:
  2. vc++开发的图像分类,包括聚类分析,模糊聚类,遗传算法聚类等-vc++ Developed image classification, including cluster analysis, fuzzy clustering, genetic
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:265.27kb
    • 提供者:zhch92
  1. Fuzringorip

    0下载:
  2. Fuzzy clustering algorithms like the popular fuzzy c-means algorithm (FCM) are frequently used to automatically divide up the data space into fuzzy granules. When the fuzzy clusters are used to derive membership functions for a fuzzy rule-based syst
  3. 所属分类:图形图象

    • 发布日期:2018-01-07
    • 文件大小:615kb
    • 提供者:song86
  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
    • 文件大小:737kb
    • 提供者:EMC
  1. MRF_FCM

    5下载:
  2. 实现模糊聚类算法(FCM)与马尔科夫随机场空间约束(MRF)的图像分割、SAR图像变化检测(Fuzzy Cluster Method and Markov Random Field for Image Segmentation or SAR Change Detection)
  3. 所属分类:图形图象

    • 发布日期:2019-10-11
    • 文件大小:5.16mb
    • 提供者:珊瑚海枫
搜珍网 www.dssz.com