搜索资源列表

  1. 图像模糊C-均值聚类

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

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

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

    • 发布日期:2012-03-15
    • 文件大小:1618
    • 提供者:wuyandeqingdan
  1. 将维对分和K均值算法分割图像

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

    • 发布日期:2024-05-08
    • 文件大小:50176
    • 提供者:pbt
  1. K-Means聚类

    0下载:
  2. k-means聚类算法源码。kmeans是一种常用的分割算法,简单而又高效。-k-means clustering algorithm source code. Kmeans is a common segmentation algorithm is simple but efficient.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:熊健
  1. Fuzzy-k-means

    0下载:
  2. 模糊核聚类及几篇文章,用于数据和图像的模糊聚类分割,效果还行-nuclear fuzzy clustering and articles for data and image segmentation fuzzy clustering, the results were OK
  3. 所属分类:图形图象

    • 发布日期:2024-05-08
    • 文件大小:1381376
    • 提供者:张莉
  1. kcmfcm

    0下载:
  2. 进行kcm和fcm聚类分割图象的性能比较-kcm for clustering segmentation and image fcm Performance Comparison
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:陈宇翔
  1. clusterTextures

    0下载:
  2. 模糊聚类分割纹理速度快分割效果很好是常用的分割方法-Fuzzy Clustering Segmentation fast texture segmentation is a good division of commonly used methods
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:90112
    • 提供者:li
  1. c_mean

    0下载:
  2. 利用c均值方法对图象进行聚类分割,此为matlab环境下的仿真代码-Use c-means clustering methods for image segmentation, this is matlab code simulation environment
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:王英
  1. devide

    0下载:
  2. 基于二维直方图的图像模糊聚类分割方法,内有算法的参考论文。-Two-dimensional histogram based on fuzzy clustering image segmentation algorithm, which algorithm has the reference papers.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-08
    • 文件大小:212992
    • 提供者:方方
  1. a

    0下载:
  2. 图像分割 模糊聚类分割算法 通过MATLAB实现的C聚类分割算法,输入分割类别数。可以得到分割后的图像对比-Image segmentation algorithm based on fuzzy clustering partition
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:
  1. yansejulei

    0下载:
  2. 图像颜色聚类分割,实现了图形分割,基于RGB特征并显示出来。-Color image segmentation clustering, to achieve the graphics division, based on the characteristics of RGB and displayed.
  3. 所属分类:图形图象

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:shenyong
  1. FCM

    0下载:
  2. 在matlab平台下实现的FCM(模糊C均值)聚类分割-In the matlab platform to achieve FCM (fuzzy C mean) clustering segmentation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-08
    • 文件大小:402432
    • 提供者:sally
  1. meanshiftsegmentation

    0下载:
  2. 均值漂移图像分割测试程序,使用meanshift算法对彩色图像进行聚类分割,效果很好,并且显示使用时间、找到的类数,另包含RGB与LUV颜色空间的互相转换,图片矩阵数据转为降维数组等,程序中有详尽的注释和说明,并且配有测试结果图片,非常适合计算机视觉、机器学习、模式识别的朋友参考-failed to translate
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:360448
    • 提供者:xiaobo
  1. jizhong_jibuzhong

    0下载:
  2. 基于3维直方图的聚类分割,对初学matlab的同学非常有用的哈!-3-D histogram clustering based segmentation matlab beginner students of very useful Ha!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:jin
  1. fuzzy-clustering-segmentation

    0下载:
  2. 模糊聚类分割主函数及demo,直接运行就行,当然要有图片,-Main functions and fuzzy clustering segmentation demo, run directly on the line, of course, have pictures, Oh
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:10240
    • 提供者:林雪
  1. juleifengefa

    0下载:
  2. 一个简单的聚类分割算法,希望可以对初学者有用-A simple clustering segmentation algorithm, hoping to be useful for beginners
  3. 所属分类:图形图象

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:
  1. cluster_extraction

    0下载:
  2. 利用pcl对点云数据进行聚类分割,建立索引得到分割后的各个物体构建(Clustering and segmentation of point cloud data using PCL)
  3. 所属分类:图形图象

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

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

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

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

    • 发布日期:2024-05-08
    • 文件大小: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-08
    • 文件大小:2323456
    • 提供者:江城歌
« 12 3 4 5 6 7 8 9 10 ... 33 »

源码中国 www.ymcn.org