CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - k-means image segmentation

搜索资源列表

  1. travailenmat

    0下载:
  2. matlab programming for clustering pam , k-means , dbscan , optics for image segmentation
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:21033
    • 提供者:Ben hassen Amer
  1. code

    0下载:
  2. 基于内容的图像识别特征提取部分——k-均值聚类分割获取形状等信息-Content-based image recognition, feature extraction part of- k-means clustering segmentation information for shape
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:5148
    • 提供者:liyanli
  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-meanAlgorithmforsegmentationofdigitalimage

    0下载:
  2. k-mean Algorithm for segmentation of digital image
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1163
    • 提供者:ramudu
  1. 845

    0下载:
  2. 对电路板的图像进行分割,可以提取电路板中的目标物,以对电路板进行检测。文章使用K均值聚类算法完成对电路板图像的分割,针对传统的K均值聚类算法的不足,提出了使用直方图波形的有效波峰个数来确定K值的大小,并通过使用一种比传统的绝对误差的表示更简洁的表达式,达到了快速分割的目的。对一些电路板图像分割的实验结果表明,文章的方法能够根据目标物的数目有效的确定K值的大小,且比传统的K均值算法减少了运算量及计算时间。-On the circuit board image segmentation, to ex
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:635959
    • 提供者:王一
  1. gabork-means

    1下载:
  2. 该方法采用gabor提取纹理特征,最后采用k-means方法聚类进行图像分割-The method uses gabor texture features extraction, and finally using k-means clustering methods for image segmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:66875
    • 提供者:郝人
  1. kme

    0下载:
  2. k-means Clustring sub routine very useful Texture Image Segmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1082
    • 提供者:Zeeshan Junejo
  1. kmeans2

    0下载:
  2. k-means image segmentation algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:778
    • 提供者:Lino mann
  1. doKmeans_movingWindow

    0下载:
  2. image segmentation by using k means clustering algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:757
    • 提供者:monika
  1. 1

    0下载:
  2. 对彩色图像进行K均值的图像分割,可用于模式识别-K on the mean color image segmentation, can be used for pattern recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3486
    • 提供者:qing
  1. image-segmentation

    0下载:
  2. 图像分解算法,四种方法可选,包括threshold, K means threshold, region growing以及gradient based segmentation-Image decomposition algorithm, four methods available, including the threshold, K means threshold, region growing and gradient based segmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:4239
    • 提供者:Shawn Chen
  1. k-means-segmentation

    0下载:
  2. segmentation of brain from MRI image using k-means-segmentation of brain from MRI image using k-means
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:646832
    • 提供者:krish
  1. k-means

    0下载:
  2. 用于图像分割的方法很多,其中基于K均值的图像分割方法较为常用,本程序附有详细注解-Image segmentation method based on K-means, with detailed notes
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:933
    • 提供者:而是
  1. K-means-algorithm

    0下载:
  2. Generate the code for K-means algorithm for image segmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:17535
    • 提供者:Rokibul Ahmed
  1. color image segmentation

    0下载:
  2. Clustering is a way to separate groups of objects. K-means clustering treats each object as having a location in space. It finds partitions such that objects within each cluster are as close to each other as possible, and as far from objects in other
  3. 所属分类:matlab例程

    • 发布日期:2014-08-27
    • 文件大小:206127
    • 提供者:artaghizadeh
  1. K-means

    0下载:
  2. 一种k-means聚类算法的图像分割例程,很好用。里面包括主函数和子函数的m文件以及使用的图片。-One kind of k-means clustering image segmentation algorithm routines, very good use. Which includes the main functions and subroutines m documents and pictures used.
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:206975
    • 提供者:杜静文
  1. K-meansbased-on-image-segmentation

    0下载:
  2. 基于K-means聚类算法的图像分割 代码及实验测试结果-K-means clustering algorithm based on image segmentation code and some experimental results
  3. 所属分类:Data Mining

    • 发布日期:2017-05-04
    • 文件大小:341139
    • 提供者:xinxin
  1. k-means

    0下载:
  2. image segmentation k-means algorithm matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:688
    • 提供者:mamadi72
  1. K-mean

    0下载:
  2. 关于运用K均值算法进行简单的图像分割的代码(On the use of K-means algorithm for simple image segmentation code)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:45056
    • 提供者:Xs_55555
  1. ICM

    0下载:
  2. 关于运用ICM算法和K均值算法进行简单的图像分割的代码(On the use of ICM algorithm and K-means algorithm for simple image segmentation code)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:950272
    • 提供者:Xs_55555
« 12 »
搜珍网 www.dssz.com