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

搜索资源列表

  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
    • 文件大小:5.03kb
    • 提供者:liyanli
  1. imgkmeans

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

    • 发布日期:2017-03-25
    • 文件大小:328.45kb
    • 提供者:caoliang
  1. 845

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

    • 发布日期:2017-04-08
    • 文件大小:621.05kb
    • 提供者:王一
  1. clusterImg

    0下载:
  2. code for image clustering using k-means
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.02kb
    • 提供者:sousou
  1. kmeansK

    0下载:
  2. KMEANSK Performs K-means clustering given a list of feature vectors and k The argument k indicates the number of clusters you want the data to be divided into. data_vecs (N*R) is the set of R dimensional feature vectors for N data points. E
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:5.7kb
    • 提供者:ehsan
  1. kclustering

    0下载:
  2. 使用k均值法对一组数据进行聚类,画出结果图像-Use the k-means clustering, a set of data to draw the resulting image
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2.98kb
    • 提供者:张天航
  1. upload

    0下载:
  2. The attachment consists of a source code that performs malarial segmentation using k-means clustering.It also contains HUI conversion of an malarial image.Water shed algorithm applied on a cel image , and detection of water ridge lines for dental x r
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:346.6kb
    • 提供者:akhila
  1. final-code

    0下载:
  2. This paper presents a new approach to image segmentation using Pillar K-means algorithm. This segmentation method includes a new mechanism for grouping the elements of high resolution images in order to improve accuracy and reduce the computation
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:952.29kb
    • 提供者:Deepesh
  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
    • 文件大小:201.3kb
    • 提供者:artaghizadeh
  1. K-Means-Clustering-and-PCA

    0下载:
  2. 此代码为matlab代码,分为两个部分。第一部分实现K均值聚类算法应用它来压缩图像。在第二部分中,你将使用主成份分析法pca来实现人脸图像的低维表示。 -This code for the matlab code, is divided into two parts. The first part of the implementation of the K means clustering algorithm to compress the image. In the second par
  3. 所属分类:matlab

    • 发布日期:2017-05-29
    • 文件大小:10.98mb
    • 提供者:pudnkobe
  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
    • 文件大小:202.12kb
    • 提供者:杜静文
  1. qiepan_v50

    0下载:
  2. 包括最后计算压缩图像的峰值信噪比和压缩效果的源码,利用自然梯度算法,基于K均值的PSO聚类算法。- Including the final calculation of the compressed image peak signal to noise ratio and compression of the source, Use of natural gradient algorithm, K-means clustering algorithm based on the PSO.
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:4.41kb
    • 提供者:魏志红
  1. jangsang

    0下载:
  2. 完整的图像处理课设,包含所有源代码,汽车图像,包含收发两个客户端程序,基于K均值的PSO聚类算法。- Complete class-based image processing, contains all of the source code, auto image, Transceiver contains two client programs, K-means clustering algorithm based on the PSO.
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:6.07kb
    • 提供者:vbngbdsu
  1. fiebou

    0下载:
  2. 基于K均值的PSO聚类算法,在matlab环境中自动识别连通区域的大小,在MATLAB中求图像纹理特征。- K-means clustering algorithm based on the PSO, Automatic identification in the matlab environment the size of the connected area, In the MATLAB image texture feature.
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:7.7kb
    • 提供者:kanlunqengmeng
  1. juijei

    0下载:
  2. 意信号卷积的运算,并且绘制图象,基于K均值的PSO聚类算法,计算互信息非常有用的一组程序。- Convolution operation is intended to signal and image rendering, K-means clustering algorithm based on the PSO, Mutual information is useful to calculate a set of procedures.
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:5.25kb
    • 提供者:loufouqing
  1. nun_fq83

    0下载:
  2. 中介真值程度度量,基于中介真值程度度量的图像分割本程序的性能已经超过其他算法,基于K均值的PSO聚类算法。- The true extent of the value of the intermediary measure, measure the true extent of the agency based on the value of image segmentation This program has exceeded the performance of other algorit
  3. 所属分类:matlab

    • 发布日期:2017-12-14
    • 文件大小:8kb
    • 提供者:彭军良
  1. k_means

    0下载:
  2. 用kmeans算法处理资源3号卫星图像,用欧式距离来计算聚类中心,在用前后两次聚类之间的误差来决定迭代次数(Kmeans algorithm is used to deal with the resource 3 satellite image, and the Euclidean distance is used to calculate the clustering center. The number of iterations is determined by the error bet
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:527kb
    • 提供者:CASPER_G
  1. machine-learning-ex7

    0下载:
  2. Andrew Ng Cousera 机器学习K-means勇于图像压缩 以及主成分分析PCA用在人脸识别,源代码以及说明文档。(Andrew Ng Cousera machine learning , the K-means clustering algorithm and apply it to compress an image. In the second part, you will use principal component analysis to find a low-dime
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:10.96mb
    • 提供者:mark198033
  1. kv757

    0下载:
  2. Complete class-based image processing, contains all of the source code, auto image, K-means clustering algorithm based on the PSO, When processing a signal frequency analysis.
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:147kb
    • 提供者:罗文凡
  1. Color Reduction and Quantization

    1下载:
  2. Color Reduction and Quantization using k-Means, Fuzzy Clustering (FCM), and SOM Neuarl Network in MATLAB In this post, we are going to share with you, the MATLAB implementation of Color Quantization and Color Reduction of images, using intelligent c
  3. 所属分类:matlab例程

    • 发布日期:2020-11-28
    • 文件大小:243kb
    • 提供者:amardz
搜珍网 www.dssz.com