CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 模糊C均值

搜索资源列表

  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. kfcm

    1下载:
  2. 基于核函数的模糊C聚类均值(fcm)算法-FCM algorithm based on kernel function
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:932
    • 提供者:小飞
  1. lfx

    1下载:
  2. 利用Visual C++编程技术实现数字图像处理图像的各种基本技术,主要包括以下几点: 1、BMP格式图象的显示:直接显示和打点显示。 2、几何变换:平移,旋转,镜象变换,转置,缩放。 3、正交变换:包括傅立叶变换、沃尔什变换、离散余弦变换和离散余弦反变 换等。 4、图象增强:包括空域增强(直接灰度变换、直方图处理、图像平滑,均值滤波,拉普拉锐化等)和频域增强(理想低通、巴特沃斯低通滤波)和伪彩色增强。 5、图象复原:卷积模糊、卷积模糊+噪声、椒盐噪声、随机噪声、逆滤波复
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3750496
    • 提供者:皮传奇
  1. matFCMmatlab

    0下载:
  2. 用matlab实现的C均值模糊聚类方法,程序简单易懂,适合初学者学习以及中高级学者在编程时调用,真的非常好用!-Using matlab the C mean fuzzy clustering method, the program is simple to understand for beginners to learn, as well as senior scholars in the programming call, really easy to use!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1035
    • 提供者:slsnx_lee
  1. Fuzzy-clustering-image-segmentation

    1下载:
  2. 模糊聚类的图像分割 C-均值聚类 FCM-Fuzzy clustering image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:853944
    • 提供者:陈凯
  1. FCM-Image-Segmentation

    1下载:
  2. 一种新的快速迷糊C均值聚类图像的分割算法。对于模糊聚类的图像分割的速度慢的这一缺陷进行了改进。-A new fast confused C clustering image mean segmentation algorithm. For fuzzy clustering image segmentation speed slow this defect was improved.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:317213
    • 提供者:白鑫
  1. mat

    0下载:
  2. 文件中包含了使用模糊C-均值实现聚类分割的算法原理以及MAtlab源程序,程序运行效果不错,也有注释-File contains the use of fuzzy C- mean clustering algorithm to achieve the principle of clustering and MAtlab source code, the program runs well, there are comments
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:618962
    • 提供者:bak56
  1. My-clustering-algorithm

    0下载:
  2. 自己编写的模糊c均值聚类算法MATLAB实现-My preparation of fuzzy C mean clustering algorithm MATLAB implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:12360
    • 提供者:汪美美
  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. FCM

    0下载:
  2. FCM+KFCM模糊C均值聚类分析算法matlab代码,有界面,有图片,运行正常-FCM+KFCM fuzzy C mean clustering algorithm ,matlab code, there are interfaces, pictures, running normal
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:402582
    • 提供者:姚建国
  1. 30608656FCM

    0下载:
  2. 模糊C均值分类的实现matlab代码,附上具体图像的处理过程及实现结果(Fuzzy C classification of the realization of matlab code, attached to the specific image processing and implementation results)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-12
    • 文件大小:2603569
    • 提供者: the slit
  1. fcm1

    0下载:
  2. 此程序采用 FCM,模糊c 均值方法,用于边缘检测(This program uses FCM, fuzzy C mean method, for edge detection)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:发神经
  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. fcm算法解释

    0下载:
  2. 包含基于matlab的粗糙模糊c均值算法实现及相关解释说明(Include matlab based programs and instructions)
  3. 所属分类:图形图像处理

  1. 代码

    1下载:
  2. 模糊聚类方法的图像分割,即使用模糊C均值方法多次迭代产生聚类中心,分割图像(Image segmentation of FCM)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:56320
    • 提供者:zyingying
  1. 用FCM实现分割

    1下载:
  2. 基于模糊C-均值聚类算法的图像分割,消除二值分割的非此即彼的缺陷(Image segmentation based on fuzzy C- means clustering algorithm eliminates the defects of two value segmentation.)
  3. 所属分类:图形图像处理

    • 发布日期:2019-06-04
    • 文件大小:123904
    • 提供者:Lucifer4210
« 1 2 3 4 5»
搜珍网 www.dssz.com