CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - K均值聚类的程序

搜索资源列表

  1. 将维对分和K均值算法分割图像

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

    • 发布日期:2008-10-13
    • 文件大小:50271
    • 提供者:pbt
  1. ClusterImageSeg

    1下载:
  2. 一个利用各种聚类算法实现遥感影像分割的程序,包括K均值、ISODATA、模糊C均值等!-use of a clustering algorithm remote sensing image segmentation procedures, including K-means, ISODATA, Fuzzy C - Means, and so on!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:514938
    • 提供者:徐敏
  1. matlab_kjunzhi

    1下载:
  2. 基于matlab的图像K均值聚类算法程序 -Matlab-based Image K-means clustering algorithm procedures
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1067
    • 提供者:
  1. kmeans

    1下载:
  2. 程序很好的实现了k均值的聚类,我已经使使用过,效果非常好,很好用-Program achieved a very good k mean clustering, I have so used, the effect is very good, very good use
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1447
    • 提供者:赵红丽
  1. kmean2

    1下载:
  2. 本程序用k-均值聚类的方法实现图像二值化-This procedure using k means to achieve image binarization
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:869
    • 提供者:wanglu
  1. Kmeansclustering

    0下载:
  2. 示例程序使用K均值聚类的方法实现了对位图图像的分割即轮廓提取,程序中附带一张位图,可直接打开查看效果、-Sample programs using the K-means clustering methods have been exported to a bitmap image segmentation or contour extraction, the program comes with a digital map, can be directly open the view resu
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2338999
    • 提供者:王彬
  1. julei

    1下载:
  2. 一个根据laws能量测度对纹理图像进行分割的程序,分割过程采用K均值聚类的方法-A measure of energy under the laws of the texture image segmentation process, the process of segmentation method using K means clustering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:39412
    • 提供者:dsfdsf
  1. kjunzhi

    0下载:
  2. 本程序可以实现图像k均值聚类在数据挖掘中的相关算法。计算出图像的直方图-This program can image k means clustering in data mining correlation algorithm. Calculate the histogram
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:18288
    • 提供者:罗丹妮
  1. MARK_Kmeans

    0下载:
  2. 使用k-means算法对一副RGB色彩空间的图像作简单的聚类。根据命令行提示输入聚类的大小K,程序自动计算每一个像素点的归属并着色该点为该类的色彩均值。工程运行于VS2008环境,需要OpenCV支持。Debug目下exe文件可以直接双击运行查看结果。-Using k-means algorithm on an RGB color space images to make a simple clustering. According to the command prompt enter the
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3136455
    • 提供者:
  1. kind

    0下载:
  2. candy边缘检测,彩色图像的边缘检测,K均值聚类,sobel边缘检测(C)其他是matlab程序-candy edge detection, color image edge detection, K-means clustering, sobel edge detection (C) the other is a matlab program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:512872
    • 提供者:tianlina
  1. Clustering

    0下载:
  2. 聚类程序,采用K均值聚类算法的小程序,通过调试,-Clustering procedure, using K-means clustering algorithm a small program, through debugging,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3166968
    • 提供者:duanchw
  1. K_Means

    0下载:
  2. 利用K均值聚类实现非监督分类的功能,可以将大部分常用格式图像进行分类,程序功能强大。-K-means clustering function of unsupervised classification, can be the most common format for image classification, and powerful program.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5259681
    • 提供者:baoxiuwu
  1. bayesian_kmeans_bp

    0下载:
  2. 贝叶斯分类程序,用于图像的分割,二值化等,是模式识别中的一种基本分类方法。 k均值聚类,神经网络-Bayesian classification procedures for image segmentation, binarization is a basic classification in pattern recognition. k-means clustering, neural networks
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1535
    • 提供者:
  1. Kmeans_image

    0下载:
  2. 使用matlab编写的针对图像的k均值聚类程序-K-means clustering procedure using matlab for image!
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:74704
    • 提供者:carrier
  1. km

    0下载:
  2. 对于多类划分我们常用k均值聚类 这个程序实现了对图像的多类聚类-Divided we used k-means clustering procedure for multi-class, multi-class clustering images
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:1799
    • 提供者:min
  1. Kmeans

    0下载:
  2. K均值聚类的代码,完整程序,有实验结果RGB显示,结果图和相应的灰度直方图-K-means clustering code, complete procedures, RGB is the result of the experiment showed that the figure and the corresponding gray histogram
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:72922
    • 提供者:
  1. cluster

    0下载:
  2. 聚类的MATLAb代码程序~此代码实现的为K均值聚类~-Clustering MATLAb code- This code implements the program for K-means clustering ~
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:71151
    • 提供者:丽丽
  1. k_mean

    0下载:
  2. 自己实现的K均值聚类程序,有比较详细的注释-My implementation of K-means clustering procedure, with detailed notes
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:31003
    • 提供者:yaoli
  1. kmeans

    0下载:
  2. K-means算法是最简单的一种聚类算法。算法的目的是使各个样本与所在类均值的误差平方和达到最小,该程序操作简单,能快速实现遥感影像的kmeans聚类,进行影像分类,显示分类结果。-K- means algorithm is the simplest kind of clustering algorithm.Algorithm is designed to make the sample and the average in the class to minimize the error sum
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1112
    • 提供者:css
搜珍网 www.dssz.com