CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - kmeans 分割

搜索资源列表

  1. kmeans

    2下载:
  2. 基于matlab的图像k均值算法,实现对一副彩色图像进行分割。-Matlab image based on k means algorithm, to realize a color image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2016-04-18
    • 文件大小:1172
    • 提供者:李兴泽
  1. kmeans

    5下载:
  2. k均值图像分割,经典的图像分割方法,算法简单,效果好。-k-means image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2015-05-24
    • 文件大小:750
    • 提供者:lixu
  1. kmeans-segment

    1下载:
  2. 利用k-means算法进行图像分割,效果较好-Using k-means algorithm for image segmentation is better
  3. 所属分类:Special Effects

    • 发布日期:2016-05-10
    • 文件大小:768
    • 提供者:stef
  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. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:334659
    • 提供者:zhangyun
  1. kmeans

    4下载:
  2. 利用kmeans方法进行图像分割的matlab代码,希望对大家有用-Kmeans method using image segmentation matlab code, in the hope that useful
  3. 所属分类:Special Effects

    • 发布日期:2015-10-18
    • 文件大小:1085
    • 提供者:ruchong
  1. Kmeans

    0下载:
  2. 基于Kmeans算法的图像分割,一般Kmeans是数据挖掘中用来聚类的,本试验利用图像中的灰度值作为Kmeans算法的原始点,进行图像分割-Kmeans algorithm based on image segmentation, data mining in general Kmeans is used to clustering, the trial use of the image gray value as the original algorithm Kmeans spots for
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:84651
    • 提供者:蚂蚁
  1. kmeans

    1下载:
  2. 这个应用程序是使用k均值聚类算法分割一个灰度图像。-This application is the use of k-means clustering algorithm partitions a gray-scale image.
  3. 所属分类:Special Effects

    • 发布日期:2016-04-18
    • 文件大小:755
    • 提供者:路单
  1. kmeans-image-segmentation

    0下载:
  2. K均值算法实现图像的分割,分割效果可以达到预期的效果-K-means algorithm to achieve image segmentation, segmentation results can be achieved the desired results
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:47185
    • 提供者:赵少敏
  1. kmeans

    0下载:
  2. 这个应用程序是使用k均值聚类算法分割一个灰度图像-Application of kmeans clustering algorithm to segment a grey scale image on diferent classes.
  3. 所属分类:Special Effects

    • 发布日期:2016-04-18
    • 文件大小:760
    • 提供者:jinjing
  1. kmeans

    0下载:
  2. 对图像进行分割,使得图像的特征更加明显,这样将更加利与检测-Segmentation of images, making more obvious features of the image, so that profits and testing will be more
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:751
    • 提供者:任伟
  1. kmeans

    0下载:
  2. 用matlab实现的一个基于均值聚类算法的图象分割的中心程序-kmeans
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:8493
    • 提供者:李梦
  1. KMEANS

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

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

    0下载:
  2. 一种改进的均值聚类算法,能很好的利用与图像分割技术-k-means cluster
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1353
    • 提供者:张先生
  1. Kmeans-image-segmentation

    5下载:
  2. matlab图像分割实例,K均值用于图像分割,割调用库函数实现,带注释,简单易懂-matlab image segmentation examples, K means for image segmentation, cutting calls library functions, with comments, easy to understand
  3. 所属分类:Special Effects

    • 发布日期:2015-10-18
    • 文件大小:2419712
    • 提供者:王银虎
  1. Kmeans

    2下载:
  2. 使用K均值做聚类分析来进行图像分割,把原始图像转换到HSV空间做聚类分析-use k-means clustering to segment the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:155962
    • 提供者:liran
  1. Kmeans-MATLAB

    3下载:
  2. 该代码能够实现K均值聚类算法对彩色图像分割,在MATLAB下实现。-The code can achieve K means clustering algorithm to color image segmentation, in MATLAB to achieve.
  3. 所属分类:Special Effects

    • 发布日期:2016-04-18
    • 文件大小:1024
    • 提供者:牛少敏
  1. kmeans

    1下载:
  2. 图像分割 matlab 直接运行 基于k均值-Matlab image segmentation based on k-means run directly
  3. 所属分类:Special Effects

    • 发布日期:2015-10-18
    • 文件大小:3072
    • 提供者:吴山大
  1. 利用k均值进行图像分割

    0下载:
  2. 利用MATLAB实现基于kmeans的图像分割技术(Implementation of image segmentation technology based on kmeans using MATLAB)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:23552
    • 提供者:findoctor
  1. 基于MATLAB图像分割分类代码

    2下载:
  2. 彩色数值自动识别代码 KMEANS自动 散点图 基于MATLAB图像处理(Color numerical automatic identification code)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-30
    • 文件大小:134144
    • 提供者:发条芒果
  1. 快速K-均值(kmeans)聚类图像分割算法源代码

    0下载:
  2. 本算法Kmeans可以用于非监督分类学习,用于图像处理、模式识别分类(The algorithm Kmeans can be used for unsupervised classification learning, for image processing, pattern recognition and classification.)
  3. 所属分类:2D图形编程

    • 发布日期:2018-05-03
    • 文件大小:52224
    • 提供者:腼腆的巴豆
« 12 3 4 5 »
搜珍网 www.dssz.com