搜索资源列表
将维对分和K均值算法分割图像
- 利用聚类算法分割图像,将维对分法只可将图像分为2部分,可以作为二值化的代码,K-均值法可将图像分为任意多部分。程序直接采用R、G、B三色作为特征参数,聚类中心为随机值,当然也可以采用其他参数,程序编译为EXE文件后速度还可以接受,但尚有改进的余地,那位高手有空修改的话,请给我也发份代码。-clustering algorithm using image segmentation, Victoria right method can only image is divided into two p
Face-Recognition-Detection
- 基于聚类算法和模式识别的人脸检测程序原代码 matlab编写
FuzzyCMean.zip
- 图像处理 模糊C均值算法 MATLAB代码 压缩包解压时没有密码,Image processing fuzzy C means algorithm MATLAB code extracting compressed package without a password
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
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
kMeansCluster
- k均值聚类算法Matlab代码实现,可以直接运行-k-means clustering algorithm Matlab code to achieve, can be run directly
GrabCut
- 实施GRABCUT源代码 由贾斯汀塔尔博特jtalbot@stanford.edu 。 放置在公共领域, 2010年 代码最后更新:2006年 弗拉基米尔·洛夫( vnk@cs.cornell.edu ) , 2001年使用GRAPHCUT实施。 要求: OpenGL的, GLUT和OpenCV的库来编译和运行。 用法: grabcut.exe <ppm文件名 使用鼠标拖动矩形围绕前景部分显示的图像。 然后使用下面的按键
K-Means-Matlab
- k-means聚类算法的matlab代码 截图的 想用还是自己手打吧-k-means clustering algorithm matlab code screenshot or their own hands to fight it.
GrabCut
- GrabCut实现源代码 贾斯廷·塔尔博特,jtalbot@stanford.edu 放置在公共领域,2010 代码最后更新,2006 使用Graphcut实现弗拉基米尔• 柯尔莫哥洛夫(vnk@cs.cornell.edu),2001。 要求:OpenGL,供过于求,OpenCV库来编译和运行。 用法:grabcut。 exe < ppm文件名> 使用鼠标拖动矩形在前台部分的显示图像。 然后使用以下键 1 :显示图像 “2”:显示
FuzzyClusteringToolbox
- 四种聚类算法源代码及示例代码,本程序的最终目的是形成一套标准的用于聚类、可扩展的工具。包括的内容有1. 聚类算法:Kmeans和Kmedoid算法、FCMclust, GKclust, GGclust算法 2. 评估分类原型:程序可以在二维图像上绘制出聚类的结果 3. 验证:程序给每一个算法提供验证机制,每个聚类算法会统计-Partition Coefficient (PC), classification Entropy (CE), Partition Index (SC), Separati
FCM
- 自己实现的,模糊C均值聚类的代码,在K-mean上添加了隶属度矩阵。注释详细,方便理解算法步骤-my implementation, Fuzzy C-Means clustering code in the K-mean adding a membership matrix. Notes detailed, easy to understand algorithm steps
FCM
- FCM,C模糊聚类算法,用于图像分割处理,是原创matlab代码。-FCM C means matlab algorithm
c12
- matlab下的一个腐蚀数据地图处理的代码,包含对图像信息处理,聚类算法并且计算与边界距离,很好用-matlab under a corrosion map data processing code, including image information processing, clustering algorithms and calculates the distance to the boundary, good use
自己编写的稀疏去噪代码
- 先使用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.)