搜索资源列表
将维对分和K均值算法分割图像
- 利用聚类算法分割图像,将维对分法只可将图像分为2部分,可以作为二值化的代码,K-均值法可将图像分为任意多部分。程序直接采用R、G、B三色作为特征参数,聚类中心为随机值,当然也可以采用其他参数,程序编译为EXE文件后速度还可以接受,但尚有改进的余地,那位高手有空修改的话,请给我也发份代码。-clustering algorithm using image segmentation, Victoria right method can only image is divided into two p
cluster-algorithm
- 聚类算法的vc++代码实现,包含了两种算法-clustering algorithm to achieve the vc code, includes two algorithms
Face-Recognition-Detection
- 基于聚类算法和模式识别的人脸检测程序原代码 matlab编写
k-means聚类算法
- 实现数据的聚类操作,代码简洁易用!
FuzzyCMean.zip
- 图像处理 模糊C均值算法 MATLAB代码 压缩包解压时没有密码,Image processing fuzzy C means algorithm MATLAB code extracting compressed package without a password
Face-Recognition-Detection
- 基于聚类算法和模式识别的人脸检测程序原代码 matlab编写Face-Recognition-Detection-Clustering algorithm based on pattern recognition and face detection procedures for the preparation of the original matlab code Face-Recognition-Detection
123456789K_Average
- K均值算法的matlab代码,使用起来很简单,对于模式识别的效果也很好,初学者也很容易看懂。-K-means algorithm matlab code, very easy to use, for the effect of pattern recognition is also good, beginners can easily understand.
sfcm
- 加入邻域信息的空间模糊c均值聚类算法的代码。-Join neighborhood information, spatial fuzzy c-means clustering algorithm code.
aaa
- 是基于模糊聚类的图像分割算法 matlab代码
Kmeans-MATLAB
- 该代码能够实现K均值聚类算法对彩色图像分割,在MATLAB下实现。-The code can achieve K means clustering algorithm to color image segmentation, in MATLAB to achieve.
face.detection.matlab.original.code
- 基于聚类算法和模式识别的人脸检测matlab程序原代码-Clustering algorithm based on pattern recognition and face detection matlab program source code
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
Clustering-algorithm
- 这段代码主要介绍数字图像模式识别中的聚类算法-The code focuses on pattern recognition in digital image clustering algorithm
FLICM
- 局部模糊c均值聚类算法的matlab代码-A Robust Fuzzy Local Information C-means Clustering Algorithm code
C-means-clustering-algorithm-
- 一个C-均值聚类算法的代码(基于opencv2.0)-A C-means clustering algorithm code (based opencv2.0)
MCore_SVT
- Nister(2006)等人的层次聚类算法,按照多线程k-means方法进行多线程层次聚类,程序中代码对SIFT特征进行聚类。开发环境:vs2010-Implementation of hierarchical k-means, proposed by Nister et al, 2006. This is a multi-thread implementation of k-means and multi-thread implementation of the hierarchical me
自己编写的稀疏去噪代码
- 先使用K-means聚类算法将图像分为几个类,然后针对每一类分别Ksvd字典训练和稀疏表示,进行去噪
fcm
- 使用matlab实现C均值聚类算法 的代码(Using MATLAB to implement C means clustering)
2b509aabc32f4a3be87b452a94226f45
- 结合模糊C均值聚类算法与水平集方法的图像分割代码,分割效果良好。(The image segmentation code based on fuzzy c-means clustering algorithm and level set method has a good segmentation effect.)