搜索资源列表
K均值聚类算法
- 是模式识别中的一种分类算法,用C++编程,很实用。
K-均值聚类算法
- K-均值聚类算法,对数据进行聚类分析,可用于提取关键帧等。用matlab实现,K-means clustering algorithm, cluster analysis of data that can be used, such as key frame extraction. Using matlab to achieve
KMean 模式识别中最经典的K均值聚类算法
- Matlab语言编写,模式识别中最经典的K均值聚类算法。-KMEAN algorithm
KMeans
- K均值算法,Matlab实现,输入分类数,实现分类-K means algorithm, Matlab implementation, enter the number of classifications to achieve classification
meanks
- 这个应用程序是使用k均值聚类算法分割一个灰度图像。-This application is to use k-means clustering algorithms partition a gray image.
K_average
- k均值聚类或者成为均值聚类,用于对各个数据进行分类-k-means clustering or a means clustering for the classification of the various data
kmeans
- 这个应用程序是使用k均值聚类算法分割一个灰度图像。-This application is the use of k-means clustering algorithm partitions a gray-scale image.
51622445texturepinyuA2
- K均值聚类算法 由于对纹理图像使用灰度共生矩阵分割效果不明显 因此该算法使用图像频域进行处理-K-means clustering algorithm because of the texture image segmentation using the gray co-occurrence matrix effect was not obvious, therefore use the algorithm for processing images in frequency domain
109201305K
- K均值聚类算法 对图像颜色进行聚类 然后对图像分割-K-means clustering algorithm to cluster the color image segmentation and then
kmeans
- 这个应用程序是使用k均值聚类算法分割一个灰度图像-Application of kmeans clustering algorithm to segment a grey scale image on diferent classes.
kjz
- 这个文件主要是实现了K-均值聚类算法,需要输入k的数目,可以直接连接运行-This file is mainly implemented K-means clustering algorithm, need to enter the number of k can be directly connected to run
Kjl
- 这是K均值聚类算法 对图像颜色进行聚类 然后对图像分割源代码-This is the K-means clustering algorithm for image clustering and then color image segmentation source code
kmeans
- K-均值聚类算法,一种基于均值聚类算法的算法,很好用-kmeans
kmeans
- 一种改进的均值聚类算法,能很好的利用与图像分割技术-k-means cluster
kmean
- 包括K-均值聚类算法的思想介绍,kmeans的MATLAB代码,c语言代码、c++代码。-Including the K-means clustering algorithm introduced the idea, kmeans of MATLAB code, c language code, c++ code.-Entropy Based Subspace Clustering for Mining Data- ENCLUS- a new version of PROCLUS algorit
Kmeans
- k均值聚类算法代码 用于模式识别等学科的编程应用-k-means clustering algorithm code for pattern recognition applications such as programming disciplines
改进后的k均值聚类算法
- 这是加以改进后的聚类算法,适合研究聚类的学者使用。
K均值聚类
- K均值聚类算法图像分割,最传统的一种分割方法(K mean clustering segmentation)
K均值聚类在基于OpenCV的图像分割中的应用
- 介绍了传统的图像分割与K-均值聚类算法分割,然后利用OpenCV函数将其实现,并介绍了OpenCV中图像分割相关的基本函数。(This paper introduces the segmentation of traditional image segmentation and K- mean clustering algorithm, then uses OpenCV function to implement it, and introduces the basic functions of
k-means
- 实现k均值聚类算法,可以使用彩色图像,通过随机初始化聚类中心,完成聚类(The K-means clustering algorithm can use color images to initialize cluster centers randomly and accomplish clustering.)