登录
首页 » matlab » 基于K-means聚类算法的图像分割(MATLAB实现)

基于K-means聚类算法的图像分割(MATLAB实现)

于 2019-10-18 发布
0 172
下载积分: 1 下载次数: 26

代码说明:

说明:  kmeans聚类图像分析 可用于图像的分割,效果比较好(Kmeans clustering image analysis)

文件列表:

基于K-means聚类算法的图像分割(MATLAB实现)\readme.txt, 41 , 2019-08-04
基于K-means聚类算法的图像分割(MATLAB实现)\xiangrikui.jpg, 252889 , 2011-07-03
基于K-means聚类算法的图像分割(MATLAB实现)\基于K-means聚类算法的图像分割(MATLAB实现)\基于K-means聚类算法的图像分割的MATLAB实现\1超红.m, 1701 , 2019-10-15
基于K-means聚类算法的图像分割(MATLAB实现)\基于K-means聚类算法的图像分割(MATLAB实现)\基于K-means聚类算法的图像分割的MATLAB实现\erzhi.fig, 158263 , 2019-10-18
基于K-means聚类算法的图像分割(MATLAB实现)\基于K-means聚类算法的图像分割(MATLAB实现)\基于K-means聚类算法的图像分割的MATLAB实现\kmeans.m, 945 , 2019-10-18
基于K-means聚类算法的图像分割(MATLAB实现)\基于K-means聚类算法的图像分割(MATLAB实现)\基于K-means聚类算法的图像分割的MATLAB实现\kmeans_1.m, 127 , 2019-10-18
基于K-means聚类算法的图像分割(MATLAB实现)\基于K-means聚类算法的图像分割(MATLAB实现)\基于K-means聚类算法的图像分割的MATLAB实现\lab.asv, 1206 , 2019-10-18
基于K-means聚类算法的图像分割(MATLAB实现)\基于K-means聚类算法的图像分割(MATLAB实现)\基于K-means聚类算法的图像分割的MATLAB实现\lab.m, 185 , 2019-10-18
基于K-means聚类算法的图像分割(MATLAB实现)\基于K-means聚类算法的图像分割(MATLAB实现)\基于K-means聚类算法的图像分割的MATLAB实现, 0 , 2019-10-18
基于K-means聚类算法的图像分割(MATLAB实现)\基于K-means聚类算法的图像分割(MATLAB实现), 0 , 2019-08-04
基于K-means聚类算法的图像分割(MATLAB实现), 0 , 2019-10-18

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 结构支持向量机在训练复杂线形模型中的应用…
    This the implementation of structural SVM for training complex alignment models for protein sequence alignment, especially for homology modeling. The structural SVM algorithm can incorporate many relevant features like secondary structure, relative exposed surface area, profiles and their various interaction into the alignment model. It was developed under Linux and compiles under gcc, built upon the svm^light software by Thorsten Joachims.
    2022-01-28 11:08:28下载
    积分:1
  • Asterisk05
    51CTO下载-第05章用户设备配置.pdf(51CTO downloads- Chapter 05 user device configuration pdf.)
    2014-06-23 22:22:43下载
    积分:1
  • the document in detail the high
    该文档详细介绍了高速PCB布线的一些概念及注意点,本人看后感觉帮助比较大,不敢独享-the document in detail the high-speed PCB and the attention of some of the concepts, I look and feel more help, not monopoly
    2023-03-08 20:05:03下载
    积分:1
  • 火车订票系统
    应用背景用C语言写的火车订票系统,对于C语言学习者学习链表有极大的帮助,内含测试文件供测试。。。。。。。。。。。。关键技术/*定义存储火车信息的结构体*/ struct train { char num[10];/*列车号*/ char city[10];/*目的城市*/ char takeoffTime[10];/*发车时间*/ char receiveTime[10];/*到达时间*/ int price;/*票价*/ int bookNum ;/*票数*/ }; /*订票人的信息*/ struct man { char num[10];/*ID*/ char name[10];/*姓名*/ int bookNum ;/*需求的票数*/ }; /*定义火车信息链表的结点结构*/ typedef struct node { struct train data ; struct node * next ; }Node,*Link ; /*定义订票人链表的结点结构*/ typedef struct people { struct man data ; struct people*next ; }bookMan,*bookManLink ;
    2022-02-01 04:42:30下载
    积分:1
  • Coherent
    说明:  用于分析两个信号的常相干性,显示互谱函数,显示相干频谱。(It is used to analyze the constant coherence of two signals, display cross-spectral function and coherent spectrum.)
    2019-01-01 21:31:54下载
    积分:1
  • 电子地图服务器,搭建自己的地图服务,与Openlayers一起使用
    电子地图服务器,搭建自己的地图服务,与Openlayers一起使用-Electronic map servers, to build their own mapping service, used together with Openlayers
    2022-10-22 18:00:04下载
    积分:1
  • threephaseACvoltageregulator
    说明:  三相交流调压器,显示电压波形,用matlab的simulink进行仿真(three-phase voltage converter)
    2020-01-04 16:43:08下载
    积分:1
  • proteus_ku
    PROTEUS元件库下载,此元件库可以直接加载进去PROTEUS内(PROTEUS library download, this component library can be loaded directly into the inner PROTEUS)
    2013-07-20 23:07:03下载
    积分:1
  • FSK的MATLAB仿真,FSK的数据传输
    FSK的MATLAB仿真,FSK的数据传输-The MATLAB simulation of FSK
    2022-06-17 05:12:51下载
    积分:1
  • 专业术语是一个线性规划优化软件,给出了…
    lingo是一款专业的线性规划优化软件,文中给出了lingo与c语言混合编程的介绍,类似资料非常少,穿上来供大家参考。-professional lingo is a linear programming optimization software, paper gives the lingo mixed with c language programming introduction, similar information is very little to wear for your reference.
    2022-01-25 16:11:47下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载