搜索资源列表

  1. FCM聚类算法

    2下载:
  2. 图像处理方面,标准FCM聚类算法源代码,可以根据自己论文的需要进行修改,重要的是完全显示了算法的实现过程,是对你绝对有用的好东东!
  3. 所属分类:图形/文字识别

  1. K均值聚类

    0下载:
  2. 对图像进行K均值聚类的程序
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-04-18
    • 文件大小:179761
    • 提供者:gunner
  1. 图像模糊C-均值聚类

    2下载:
  2. 图像聚类分割是图像处理的基本操作,该文件含有C-均值聚类分割算法思想以及matlab源程序
  3. 所属分类:其它

    • 发布日期:2011-05-30
    • 文件大小:618842
    • 提供者:xiaomeijiaojiao
  1. 聚类算法

    0下载:
  2. 聚类算法
  3. 所属分类:图形图象

    • 发布日期:2011-09-26
    • 文件大小:7542
    • 提供者:ycliuharbin
  1. 结合聚类的分水岭算法

    1下载:
  2. 结合聚类的分水岭算法。先对图像进行改进的分水岭运算,然后在对图像进行聚类得到比较精确的图像,效果较好
  3. 所属分类:源码下载

    • 发布日期:2012-03-15
    • 文件大小:1618
    • 提供者:wuyandeqingdan
  1. 聚类算法

    0下载:
  2. 关于图像聚类分析的程序。-images on cluster analysis procedures.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:204800
    • 提供者:刘新华
  1. 将维对分和K均值算法分割图像

    0下载:
  2. 利用聚类算法分割图像,将维对分法只可将图像分为2部分,可以作为二值化的代码,K-均值法可将图像分为任意多部分。程序直接采用R、G、B三色作为特征参数,聚类中心为随机值,当然也可以采用其他参数,程序编译为EXE文件后速度还可以接受,但尚有改进的余地,那位高手有空修改的话,请给我也发份代码。-clustering algorithm using image segmentation, Victoria right method can on
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:50176
    • 提供者:pbt
  1. 聚类程序

    0下载:
  2. 图像模式识别的聚类器设计,采用VC++实现,和分类器设计相对应。-the designation of image pattern recognation,VC++ is adopted, along with the sort ware designation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:7922688
    • 提供者:zxm
  1. IRIS数据

    0下载:
  2. IRIS数据 用于聚类方法 主要用于模式识别、图像分割等-IRIS data for clustering method used pattern recognition, image segmentation, etc.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:王超
  1. K聚类

    0下载:
  2. 基于K均值聚类的图像检索:用K均值聚类方法提取图像特征进行检索-K-means clustering- based Image Retrieval : K-means clustering method of extracting image features Search
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:2091008
    • 提供者:吴成玉
  1. KmeansImageSegmentation

    0下载:
  2. 基于Opencv实现的k-means聚类图像分割算法,可自定义聚类个数,根据像素点的位置和颜色进行聚类-Opencv based on the realization of the k-means clustering image segmentation algorithm, the number of clustering can be customized, according to pixel location and colo
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:3536896
    • 提供者:drowning
  1. KFCMClust529

    0下载:
  2. 标准的模糊C聚类算法程序,做聚类图像处理的非常有用-the corresponding algorithms are called kernel fuzzy c-means (KFCM) and kernel possibilistic c-means (KPCM) algorithms. And some test results are given to illustrate the advantages of th
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:879616
    • 提供者:许亮
  1. kmeans

    0下载:
  2. 快速K均值聚类图像分割算法源代码,能很好的实现图像的分割处理-Fast K-means clustering algorithm for image segmentation source code, can achieve very good to deal with image segmentation
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:334848
    • 提供者:zhangyun
  1. hehanshufcm

    0下载:
  2. 用Matlab实现基于核函数的C均值聚类图像分割,实验好,好用-Using Matlab implementation of kernel-based C-means clustering image segmentation, experimental is good, easy to use
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:liupinggang
  1. 点聚类

    0下载:
  2. 对图像中的检测点进行聚类,生成图像框,基于opencv(Clustering the image detection points to generate rect based on OpenCV)
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:dareng
  1. K均值对图像进行聚类分析

    0下载:
  2. 用k-means算法对图像进行聚类,适合于初学者(K-means algorithm for clustering images, suitable for beginners)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:221184
    • 提供者:redeemer
  1. 聚类算法在图像分割中的应用

    1下载:
  2. MATLAB程序/聚类算法在图像分割中的应用/主要用于图像聚类(MATLAB/clustering algorithm is used in image segmentation for image clustering)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:HKJWJY
  1. 基于聚类分析的图像分割方法研究

    0下载:
  2. 这是一个关于基于聚类分析的图像分割方法研究(This is a study and implementation of a clothing extraction algorithm based on super pixel segmentation)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:5170176
    • 提供者:T不跟随
  1. K—均值聚类提取

    0下载:
  2. k均值聚类提取,适合学习。先将RGB图像转换到LAB空间,在LAB空间进行聚类分割。(K-means clustering is suitable for learning. First convert the RGB image to LAB space and perform clustering and segmentation in the LAB space.)
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:2323456
    • 提供者:江城歌
  1. FCM聚类算法

    0下载:
  2. 基于矩阵模块化模糊聚类的图像分割,里面包括源代码,以及实验前后的图片(Image segmentation based on matrix modularized fuzzy clustering)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:909312
    • 提供者:巴黎无梦
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org