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

搜索资源列表

  1. clustering.rar

    0下载:
  2. 图像分割算法之间的比较,比较前沿的放发,利用了kmeans和模糊K均值,Between the image segmentation algorithm compares the release cutting-edge hair, use a K-means and fuzzy kmeans
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2094870
    • 提供者:小牛
  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. segmentation_kmeans

    0下载:
  2. 基于kmeans的图像分割算法,首先得到图像,再确定分类,并计算各分类的均值,从而得到各个像素的分类。-Kmeans-based image segmentation algorithm, first of all get the image, and then determine the classification, and calculate the various categories mean, and thus obtain the classification of each pi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:800
    • 提供者:meng
  1. kmeans

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

    • 发布日期:2015-05-23
    • 文件大小: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-image-segmentation

    1下载:
  2. K-meansK均值聚类在无监督的情况下选择图像特征的算法-K-meansK means clustering in the case of unsupervised image feature selection algorithm
  3. 所属分类:Special Effects

    • 发布日期:2015-10-18
    • 文件大小:46288
    • 提供者:renli
  1. kmeans

    0下载:
  2. 利用kmeans算法实现一副图像的灰度值分割,也可以实现图像的RGB彩色空间的分割。-Kmeans algorithm using a gray scale image segmentation, image can also be achieved RGB color space segmentation.
  3. 所属分类:Special Effects

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

    0下载:
  2. 标准C++/C处理BMP图像,没有使用VC中的BITMAP类及任何不在ANSI-C中的结构和函数。采用了k_means压缩算法处理24bit(可以更改源码使之支持8-bit,16-bit和灰度bmp)源码注释详细,其中对BMP文件BMPHEADINFO的处理比较有趣。 new.cpp---->主要的程序代码 *.h----->一个产生U(0,1)随机数的发生器,相合度较小,DES函数产生。-Standard C++/C handle BMP images, do not us
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:4251
    • 提供者:Yifan Young
  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

    0下载:
  2. 在数字图像处理中,会应用kmeans算法,该算法的实现源码呈现如下!-In digital image processing will be applied kmeans algorithm, which follows the realization of a source!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1189
    • 提供者:孙会强
  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. 简单的kmeans 算法代码 ,希望能有帮助-Simple kmeans algorithm code, hoping to help
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:594
    • 提供者:zhang
  1. kmeans

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

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

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

    • 发布日期:2017-04-03
    • 文件大小:1353
    • 提供者:张先生
  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

    0下载:
  2. kmeans算法实现,对图像处理。亲自使用过,可用,供参考。-Kmeans algorithm for image processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1750
    • 提供者:雨季
  1. KMEANS

    0下载:
  2. 一种用MATLAB写的KMEANS算法,可以用来进行三维空间里面点集的聚类-Using MATLAB written KMEANS algorithm that can be used for three-dimensional point set inside clustering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1332
    • 提供者:王重阳
  1. kmeans

    1下载:
  2. kmeans算法,对交通路标进行Kmeans聚类分析,有GUI界面-kmeans algorithm, the traffic signs were clustered by using kmeans algorithm, GUI interface is available.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:70020
    • 提供者:黄建
  1. kmeans

    0下载:
  2. Kmeans算法使用C++实现,详细地展示了聚类的过程和结果,容易理解。转自博客-Kmeans C++ algorithm implemented clustering shows in detail the process and results, easy to understand. Transfer blog
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1910
    • 提供者:sonia song
« 12 3 4 5 »
搜珍网 www.dssz.com