搜索资源列表
KCluster
- 自己写K均值聚类Visual C++程序,可以运行-wrote K-means clustering Visual C program can run
K-means
- 典型的K均值聚类方法,用matlab编写,有几个文件,大家可以参考参考。-K-means clustering methods typically used matlab write, there are several files, you can refer to the reference.
AA
- ,文章采用的K均值聚类,进行图像识别,效果较好-, The article by K-means clustering, image recognition, better
Kmeans
- k均值聚类算法代码 用于模式识别等学科的编程应用-k-means clustering algorithm code for pattern recognition applications such as programming disciplines
caltech-image-search-1.0
- 大规模图像检索的代码,matlab与c++混合编程。总结了目前图像检索领域目前主要存在的方法。通过阅读该代码,可以对于经典的“词袋”模型(bow模型)有个具体的了解,但是该代码没有提供前序的特征提取,是直接从对提取好的特征向量聚类开始的,包括了k-means,分层k-means(HKM)聚类,倒排文件的建立和索引等,该代码还提供了局部敏感哈希(LSH)方法。最后,这份代码是下面这篇论文的作者提供的, Indexing in Large Scale Image Collections: Sc
Kjulei
- 一种K 均值的算法,是老师布置的作业,效果还不错,对IARS花聚类分析-One kind of K-means algorithm, is the teacher assignments, the results were good, the flower cluster analysis IARS
face_detection
- 基于肤色和长宽比的人脸识别程序,需要添加训练集和测试样本,采用动态K均值聚类,适用于模式识别初学者~-Need to add color and aspect ratio-based face recognition program, the training set and test samples, using dynamic K-means clustering, pattern recognition beginners ~
PointCluster
- K均值聚类法,实现k个类的识别和判决,算法效率高,实用。-K均值聚类法,实现k个类的识别和判决,算法效率高,实用。K均值聚类法,实现k个类的识别和判决,算法效率高,实用。自动检测语言 自动检测语言 中 → 英 英 → 中 中 → 日 日 → 中 .翻译结果(中 > 英)复制结果双语对照查看 K—means clustering method realizes the K class identification and decision, the algorithm has
k_algorithm
- k-均值算法(动态聚类法),在数据图像及模式识别,经济,社会学得到广泛应用的算法-k-means algorithm (dynamic clustering method), a widely used algorithm in the data image and pattern recognition, economic, sociological
k-means
- 数据挖掘-聚类分析:k-平均(k-Means)算法实现(C++) -Data Mining- Cluster Analysis: k-average (k-Means) algorithm (C++)
K_means_clustering
- 聚类算法,用于实现多类数据的聚类分析,K-means是其中的一种-Cluster analysis, K-means clustering algorithm, used to implement a variety of data
classification
- 一些典型的模式分类及聚类方法 包括k均值 FDA PCA LMS 贝叶斯 K近邻-The typical pattern classification and clustering methods including k-means FDA PCA LMS Bayesian K-nearest neighbor
K-means
- 模式识别算法程序 K均值算法 主要是实现了K均值聚类分析算法,能够实现对图像的自动分类和识别。-Pattern recognition algorithm K-means algorithm K-means clustering analysis algorithms can achieve automatic image classification and identification.
PeopleDensitydll
- 视频图像的人群密度检测,多种人群密度场景下人群计数算法: 算法功能:建立图像特征和图像人数的数学关系 算法输入:训练样本图像1,2…K 算法输出:模型估计参数 ,参考图像 算法流程:1)对训练样本图像进行分块处理(算法1.1); 2)通过算法1.2,计算训练样本各个对应分块的ALBP特征归一化,再用K-means算法(可使用opencv等算法库实现,不再描述其算法),将图像块分成k(k<K)类,获取k(k<K)个聚类中心,即为参考图像; 3)对分块的图像进行与
KMATH
- MATLAB实现K均值聚类,自己编的,可用,不用系统函数。-MATLAB realization of K-means clustering, own, use, instead of the system functions.
K
- K-MEANS聚类分析,用于实现目标识别效果~识别率较高~-K-MEAN Clustering analysis, used to achieve the target recognition effect ~ recognition rate is higher
AP
- AP聚类算法是基于数据点间的 信息传递 的一种聚类算法。与k-均值算法或k中心点算法不同,AP算法不需要在运行算法之前确定聚类的个数。AP算法寻找的 examplars 即聚类中心点是数据集合中实际存在的点,作为每类的代表-AP clustering algorithm is based on the information transfer between data points of a clustering algorithm. K- and k-means algorithm
K-means--C
- 运用k_means 聚类算法 对图像进行分类识别 c语言代码-Using k means clustering algorithm for image classification to identify c language code
k_means
- k均值聚类 是一种最基础的聚类方法,就是把看起来最集中,最不分散得到标签分配到输入训练样本中去,求局部最优解。-k-means clustering is one of the most basic clustering method is to look the most concentrated, most non-dispersible label assigned to obtain input to the training sample, find local optima.
kmeans图像分类
- 利用简单kmeans聚类算法,对不同图片进行分类,图片内容包括人像,风景,建筑,动物,植物等,平台是matlab。(The simple k - means clustering algorithm is used to classify different pictures. the picture content includes portrait, scenery, architecture, objects, plants, etc. The platform is MATLAB.)