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

搜索资源列表

  1. fcm789.ZIP

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

    • 发布日期:2008-10-13
    • 文件大小:5721
    • 提供者:林雨
  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. PixelFusion

    0下载:
  2. 图像融合算法及质量评价的程序,其中有HIS、PCA、WAVELET及BROWEY等算法,评价参数有均值、梯度、熵、相关系数等。-image fusion (his pca wavelet browey) mean etc
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3151176
    • 提供者:肖飞
  1. KMEANS

    0下载:
  2. 用C语言实现的基于均值聚类算法的图像分割的中心程序-c kmeans
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:30267
    • 提供者:李梦
  1. generating-white-noise

    0下载:
  2. 编程产生一组正态分布的白噪声信号,它的均值和方差以及长度可随意调整。将产生的白噪声信号存入数据文件。 本程序算法用C++语言编写。首先用乘同余法产生均匀分布白噪声,再用变换抽样法转换为高斯分布白噪声 -Program produces a set of normal white noise signal, its mean and variance, and the length can be adjusted. Will produce a white noise signal int
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:4908
    • 提供者:chenshan
  1. fcm

    1下载:
  2. 这是模糊c均值聚类的图像分割算法 用来实现图像的分割-this is a code of fuzzy c-means separating the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1734
    • 提供者:jijianpeng
  1. FCM

    1下载:
  2. 模糊C均值聚类算法,对图像进行分类,图像处理,多类划分,SAR图像分类-Fuzzy c-means algorithm clustering algorithm, the image classification, image processing, many kinds of division, the SAR image classification
  3. 所属分类:Special Effects

    • 发布日期:2015-12-10
    • 文件大小:2604032
    • 提供者:cheng
  1. kmeans

    0下载:
  2. 此代码为模糊C均值聚类的图象分割算法的MATLAB实现-This code is the image of the fuzzy C-means clustering segmentation algorithm in MATLAB
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:751
    • 提供者:赵晨
  1. FCM

    1下载:
  2. 此代码为模糊C均值聚类的图象分割算法的MATLAB实现(与kmeans方法有所不同)-This code is the image of the fuzzy C-means clustering segmentation algorithm in MATLAB
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:817
    • 提供者:赵晨
  1. fuzzykernal

    0下载:
  2. 又一种模糊C均值聚类的图象分割算法的MATLAB实现-Another fuzzy C-means clustering image segmentation algorithm in MATLAB to achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:804124
    • 提供者:赵晨
  1. Vector-quantization-of-the-C

    0下载:
  2. 矢量量化算法的C语言实现:LBG(K-均值)聚类算法,在欧几里的距离基础上用LBG算法将输入向量聚类。-Vector quantization of C language implementation algorithm:LBG (k-means) clustering algorithm, in several European based on the distance with LBG algorithm will input vector clustering.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3056
    • 提供者:lorna
  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. FLICM

    1下载:
  2. 局部模糊c均值聚类算法的matlab代码-A Robust Fuzzy Local Information C-means Clustering Algorithm code
  3. 所属分类:Special Effects

    • 发布日期:2016-09-10
    • 文件大小:76800
    • 提供者:吴永飞
  1. matlab-image-process

    0下载:
  2. comparehist是用于检测两个图像的直方图巴士距离,xuefu是通过C类均值算法对图像进行颜色聚类,ccv是提取衣服图像的颜色一致向量,便于以后对图像各个特征值进行操作-comparehist is used to detect the two image histogram bus distance, xuefu Class C means algorithm for image color clustering, ccv extract clothes image consistent
  3. 所属分类:Special Effects

    • 发布日期:2017-11-02
    • 文件大小:5076
    • 提供者:raphael
« 1 2 34 5 »
搜珍网 www.dssz.com