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

搜索资源列表

  1. segwin

    0下载:
  2. alow to segment an image base on the k-means in the color domain using the rgb space. color segmenation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:142613
    • 提供者:moe que
  1. K_means

    0下载:
  2. This code is K-means clustering code written in java.
  3. 所属分类:Java Develop

  1. K-mean

    0下载:
  2. K平均聚类法,比较好用,又需要的赶紧下吧-K-clustering method to compare easy to use, but also hastened to the needs of the next bar
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:79195
    • 提供者:张明
  1. k_means

    0下载:
  2. k-均值聚类法用于各种图像的聚类、分割问题,希望可以对您有利-k-means clustering method for a variety of image clustering, segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:758
    • 提供者:yanliu
  1. K-Means

    0下载:
  2. 聚类分析(K-Means)程序实现及展现
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:14166
    • 提供者:leo
  1. kmean

    0下载:
  2. 基于OpenCV和C++的K-means聚类源代码-Based on OpenCV and C++, K-means clustering source code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-06-30
    • 文件大小:2642
    • 提供者:yanglei
  1. kMeansCluster

    0下载:
  2. A matlab example of k means clustering
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1220
    • 提供者:sam
  1. k

    0下载:
  2. k平均聚类所谓k均值聚类方法是一种无监督的学习算法,它能用已知类数的数据聚类和预测。-k-average clustter
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:48887
    • 提供者:小屁
  1. k-Means

    0下载:
  2. K-Means聚类算法程序实现……源代码-K-Means clustering algorithm to achieve ... ... the source code program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:812
    • 提供者:xinyi
  1. Kmean

    0下载:
  2. K-means Fuzzy Clustering file
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:57622
    • 提供者:cnabro
  1. fcmdemo

    0下载:
  2. fuzzy k-means clutering programe matlab
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5702
    • 提供者:ksse
  1. Fuzzy_K

    0下载:
  2. Fuzzy K-means matlab 2 program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1785
    • 提供者:ksse
  1. K-means

    0下载:
  2. k-means function and programs
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:828751
    • 提供者:petrus
  1. k-means

    0下载:
  2. k-means segmentation example
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2332
    • 提供者:konstantin
  1. imgkmeans

    1下载:
  2. 将K均值算法用于图像分割,输入的是彩色图像,转换为灰度图像进行分割,输出结果为灰度图像.利用灰度做为特征对每个像素进行聚类,由于光照等原因,有时应该属于一个物体的像素,其灰度值也会有很大的差别,可能导致对该像素的聚类发生错误.在分割结果中,该物体表面会出现一些不同于其它像素的噪声点,因此,算法的最后,对结果进行一次中值滤波,以消除噪声,达到平滑图像的作用-The K means algorithm for image segmentation, the input is a color imag
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:336328
    • 提供者:caoliang
  1. k-means

    0下载:
  2. 聚类分析对图像进行聚类分析,分析效果极好,可直接用。-k means
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:166581
    • 提供者:宋家勇
  1. K-means

    0下载:
  2. K-means聚类算法实现代码,在VC++环境下开发的,令附有实验样本集。-K-means clustering algorithm code, in the VC++ development environment, so that experiments with sample set.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:10016
    • 提供者:张敏
  1. k_means_Gray

    0下载:
  2. 对于灰度图的 k均值算法实现 matlab代码-Gray graphics k-means matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:957
    • 提供者:Leo
  1. a

    0下载:
  2. 对于彩色图像的 k均值算法的matlab代码 文件置于c盘根目录-Colored graphics k-means algorithm matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:823
    • 提供者:Leo
  1. Colorimage_segmentation

    1下载:
  2. 利用K均值聚类实现彩色图像分割,效果不错-Color Image segmentation using K-means clustering
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:862780
    • 提供者:王成
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com