搜索资源列表
cluster-algorithm
- 聚类算法的vc++代码实现,包含了两种算法-clustering algorithm to achieve the vc code, includes two algorithms
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
dbbmocr
- 电表表码识别程序,VC++开发,实现了表码查找、自动阀值、聚类、识别,可稍加修改移植到WINCE操作系统中-Meter table code recognition program, VC++ developers to achieve the table code lookup, automatic threshold, clustering, identification, can be transplanted to slightly modified the operating syst
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
GMM_MDL
- matlab环境下开发的高斯混合模型,并实现聚类,最佳的类数由最大描述准则(MDL)来确定,并附有实验数据,是国外论文中的代码。-Gaussian mixture model developed in the Matlab environment , and clustering, to determine the optimal number of classes by the largest describe the criteria (MDL) , together with experi
VCPPDIPRTEP
- visual C++数字图像模式识别技术及工程实践。介绍了模式识别和人工智能中的基本内容和相关模型,如:隐马尔可夫模型、聚类技术等,同时结合模式识别中的经典问题如:笔迹鉴定、人脸检测、车牌识别、医学图片处理等,从不同的角度介绍了这些问题,给出了基于C/VC++的代码实现。-visual C++ digital image pattern recognition technology and engineering practice.The basic content and related mo
Perceptron-Algorithm
- 模式识别是对样本进行聚类,感知器算法是通过迭代计算修正权向量,使样本满足条件,从而实现分类。本程序对感知器算法进行了改进,当权向量不满足时,立即退出此轮计算,进入下一轮迭代,从而减少了计算次数。程序对代码有详细注释,对样本的个数和维数自动判别。-Pattern recognition, clustering samples, perception algorithm is iterative correction weight vector samples meet the conditions
pr
- 对样本数据进行均值聚类、最小距离聚类、最大距离聚类的C++代码-Means clustering on the sample data, the minimum distance clustering, maximum distance the clustering of C++ code
fcm
- 模糊C均值聚类是聚类方法中常用的方法,这是它的一段源代码-Fuzzy C-Means clustering method, which is commonly used in the clustering method in a source code
123456cluster
- 本代码是图像模式识别(杨淑莹)的聚类程序的代码,本程序可以在windows平台运行,代表包含很很多经典的聚类算法。-This code is an image pattern recognition (2.Tianjin) clustering procedure code, the program can run in windows platform, representing contain very many classical clustering algorithms.
K-means--C
- 运用k_means 聚类算法 对图像进行分类识别 c语言代码-Using k means clustering algorithm for image classification to identify c language code