搜索资源列表
改进的K-Means算法实现车牌字符的分割
- 本实验基于K-Means聚类算法思想实现了字符分割,因为车牌规定是7位的,所以K取7。另外本实验对K-Means算法进行了改进,充分考虑了初始点的设置及迭代结束条件。实验结果证明这种改进的K-Means算法实现车牌字符分割是快速、有效的。
k-means聚类算法
- 实现数据的聚类操作,代码简洁易用!
K-均值聚类算法
- K-均值聚类算法,对数据进行聚类分析,可用于提取关键帧等。用matlab实现,K-means clustering algorithm, cluster analysis of data that can be used, such as key frame extraction. Using matlab to achieve
基于matlab的K均值聚类程序
- 基于matlab的K均值聚类程序。其中用IRIS数据进行验证,得到了很好的结果。文件中包含了演示后的结果图,Matlab-based K-means clustering procedure. Which use IRIS data verification, have had good results. File contains the results of the demonstration plan
在matlab下的k-均值聚类进行图像分类分割处理
- 在matlab下的k-均值聚类进行图像分类分割处理,In matlab under the k-means clustering for image classification be dealt with separately
K-Means.rar
- K—means算法简单应用,适合初学者自学。内有中文解释,简单易懂。,K-means algorithm is simple application, suitable for beginners and self-learning. There are Chinese explanation, easy-to-read.
K-Means
- K均值聚类算法 C++实现的K均值聚类算法。-K means clustering algorithm C++ Achieved K-means clustering algorithm.
K-means
- 典型的K均值聚类方法,用matlab编写,有几个文件,大家可以参考参考。-K-means clustering methods typically used matlab write, there are several files, you can refer to the reference.
k-means-image-segmentation-master
- k-means 聚类和分割的图像处理方法(k-means and segement image process)
K-means聚类
- K-means聚类程序,可用于聚类问题,自动产生大量数据,生成聚类图片(K-means clustering program, can be used for clustering problems, automatically generate large amounts of data, generate clustering images)
k-means
- 实现k-means聚类算法,里面有数据可以作为测试(This file is use to achieve k-means clustering algorithm.There are data can be used as a test.)
K-means&DBSCAN
- python实现K-means聚类算法和DBSCAN算法,都是最简单的聚类(Python implements k-means clustering algorithm and DBSCAN algorithm, which are the simplest clustering)
k-means聚类算法
- k-means聚类算法的代码实现,只需要更改数据就可以实现,而且有注释,很容易懂(The code implementation of the k-means clustering algorithm can be realized only by changing the data, and there are notes that make it easy to understand)
K—均值聚类提取
- k均值聚类提取,适合学习。先将RGB图像转换到LAB空间,在LAB空间进行聚类分割。(K-means clustering is suitable for learning. First convert the RGB image to LAB space and perform clustering and segmentation in the LAB space.)
K均值聚类
- K均值聚类算法-对数据进行聚类分析,适合数据处理(k means clustering algorithm)
k-means聚类算法
- K-MEANS聚类算法实现,方法简单,容易实现(K-MEANS clustering algorithm, simple and easy to implement.)
K-means聚类
- 应用K-means聚类算法,实现对iris数据集的分类(Using K-means clustering algorithm to realize the Classification of iris dataset)
k均值聚类
- 通过比较自编MATLAB 的k-means 算法程序和SPSS 中自带的k-means聚类工具,对两个数据集聚类,并分析了聚类结果。(By comparing the k-means algorithm program of self-compiled MATLAB with the K-means clustering tool of SPSS, two data sets are clustered and the clustering results are analyzed.)
k-means
- k-means实战,包括一个具体的例子。非常适合初级学习k-means聚类算法的人群(K-means actual combat, including a specific example)
PCA-K
- 该算法主要包含PCA算法和K-Means聚类算法,用于SAR变化检测,包含数据图片。(The algorithm mainly includes PCA algorithm and K-means clustering algorithm for SAR change detection, including data images.)