搜索资源列表
KMEANS(matlab)
- Matlab环境下的k-means聚类算法,实现图像分割,很快阿!-K-means Clustering arithmetic based on Matlab platform.It s fast for Image-Division!
K-Means聚类
- k-means聚类算法源码。kmeans是一种常用的分割算法,简单而又高效。-k-means clustering algorithm source code. Kmeans is a common segmentation algorithm is simple but efficient.
DataClusteringand-PatternRecognition
- 用matlab编程、用于数据聚类和模式识别的源代码-using Matlab programming for data clustering pattern recognition and the source code
pnn2
- 图像模式识别示例之聚类分析,图像模式识别图书附带源码2~-Image Collection examples of pattern recognition analysis, pattern recognition is incidental source books ~ 2
clusterfornumber
- 基于VC++6.0的聚类程序,用以实现手写或电脑输入的数字的识别和分类.
julei-chouyang
- 实现了道格拉斯-普克抽样,三角网生成,聚类的实现
chect
- 基于聚类的孤立点检测算法
聚类算法
- 关于图像聚类分析的程序。-images on cluster analysis procedures.
k均值聚类算法
- k均值算法的源代码-k means algorithm source code
基于均值聚类的车牌定位与识别系统
- delphi的车牌识别.
均值聚类算法
- C-Fuzzy均值聚类算法采用的是给定类的个数K,将N个元素(对象)分配到K个类中去使得类内对象之间的相似性最大,而类之间的相似性最小。
julei
- 图像模式识别 VC 代码 之聚类分析,有遗传算法-Image Pattern Recognition VC code of cluster analysis, a genetic algorithm
YCbCrGaussian_Sun
- 这个程序用来统计被训练的肤色在YCbCr空间的聚类情况,从而建立一维高斯模型,进行肤色分割。-Statistics and observe various color space of 1-d gaussian clustering including Y Cb Cr。
clustering-algorithm
- 聚类算法有很多种,该程序是基于K-均值聚类算法,主要用于图像的分割-There are many clustering algorithms, the program is based on the K-means clustering algorithm, mainly used for image segmentation
K-image-RGB
- 用C语言实现一张BMP图像的所有点的RGB的K-均值聚类程序,生成两个聚类中心。可根据具体情况稍作修改后直接调用。-VC6.0 digital image RGB
Cluster-analysis
- 这是聚类分析的mfc程序,比较不错,你可以学到一些东西。-this is a Cluster analysis mfc project .you can learn something from it.
EM
- 自动阈值的检测方法,可以用来进行变化检测,或者聚类-Automatic detection threshold, can be used to detect changes or clustering
segmentation-superpixel
- 超像素分割方法,简单线性迭代聚类(SLIC)。-superpixel segmentation mathod algorithm
K-means-and-iterative
- 图像的K均值与迭代处理,k-均值聚类是一种动态聚类,又称“C-均值算法”。-Image k-means and iterative processing
meanshift
- 均值漂移算法是一种基于颜色特征的无参密度估计算法,被人们广泛的应用于图像滤波、聚类分析和目标跟踪等领域。-Mean shift algorithm is a nonparametric density estimation algorithm based on color feature, which is widely used in the fields of image filtering, clustering analysis and target tracking.