搜索资源列表
文字识别程序
- 目前该手写体识别系统主要分为 预处理模块: 主要包括训练数据和识别数据的读取,归一化,二值化 特征提取模块:主要包括笔划方向特征和网格密度特征,还可以根据对识别率的要求继续增加其他特征 识别(分类器)模块:主要包括SVM方法和BP神经网络的方法,其中SVM方法的识别率较高,SVM+网格密度特征, 在小字符集情况下,达到了识别率97%以上 采用OO思想编写,适合做二次开发-currently the handwriting recognition system consists of pretre
分类程序
- 图像模式识别,vc++实现各种常用模式识别算法,包括分类器设计等-image pattern recogenise
Classification
- 分类器程序,混合高斯分类器,用于语音图像的分类处理-classifier procedures, Gaussian mixture classifier for the classification of voice processing images
tuxiangshibie
- 比较完整的图像分类程序,包含较多的分类算法-more complete image classification procedures, including more classification algorithm
moshishibiegenleiVC++
- 分类程序 分类程序 -classification procedures procedure classification procedures classification procedures procedure procedure classification procedures
Land_cover_classification
- 一个基于人工神经网络的有监督遥感影像地貌分类程序
shouxieshuzi
- 用VC编写的手写数字识别,包括分类程序和聚类程序,效果很不错
2D-LDA
- 2维线性判别进行人脸识别的程序,很不错!采用ORL人脸库,取每人的1、3、5、7、9五幅图像作为训练图像,其余作为测试图像,进行二维线性判别。计算出特征向量矩阵,降序排列后,取前d(d=2,4,6,……,20)个特征向量组成的矩阵作为变换矩阵,对训练集合测试集进行特征重建,最后采用最近邻分类器。附有实验的结果。-code for face recognition based 2D-LDA,the performance is nice!
naivebayes
- 已调试好的基于贝叶斯判别的手写体数字识别的matlab实现,包括样本图片的预处理、创建朴素贝叶斯分类器对象和检验判别效果的程序源代码大全-failed to translate
pca2D
- 一个基于pca2D的人脸识别分类程序, 并包含完整的FACE-ORL人脸库,很具有研究和学习价值-Pca2D based on face recognition classification procedures, and includes the complete FACE-ORL face database, it is with research and learning the value of
PCA2D
- 人脸识别中2DPCA算法的matlab程序,使用最近邻分类器进行识别。-Face Recognition 2DPCA algorithm matlab procedures, the use of nearest neighbor classifier to identify.
KernelPrincipalComponentAnalysis
- 用于图像识别的核主分量识别子程序,不包括分类器程序-For image recognition to identify the nuclear principal component subprogram does not include classification program
MomentCalculator
- 在图像处理与模式识别领域,边缘图像的moments序列是进行图像分类的高效手段。 本程序提供了moments序列的计算代码,以及中心化正交化moments序列的代码,并提供有二三阶moment计算出旋转不变moments的代码。希望对各位有所帮助。-In the field of image processing and pattern recognition, the edge of the image sequence of moments is a highly effective m
Handwritten_numeral_recognition
- 手写数字识别,分为分类程序(模板匹配分类器、Bayes分类器、线性函数分类法、非线性分类法、神经网络分类器)和聚类程序(模糊聚类、遗传算法)-Handwritten numeral recognition, is divided into classification procedures (template matching classifier, Bayes classifier, a linear function of classification, non-linear classif
supervised_classification
- 模式识别中的监督分类程序,通过在遥感影像上选择训练样区,计算混淆矩阵,进行分类。-Pattern recognition supervised classification procedures, through training in remote sensing image, select the sample area, calculate the confusion matrix, classification.
moshishibie
- 模式识别的分类程序,包括Fisher判别、神经网络等多种方法-Pattern recognition, classification procedures, including the Fisher discriminant and neural network, a number of ways
svm
- 支持向量机分类程序,尤其适用于训练样本数量较少的境况-svm to classify
svmval
- 支持向量机分类程序,精度以及泛化性均优于传统分类方法-Support vector machine classification procedures, precision, and generalization are superior to the traditional classification methods
SVMshuiuofenlei-matlab
- 基于SVM的分类程序,基于台湾的LIBsvm改编的,里面有指导怎么运行,能够编译。-SVM-based classification program that can run it
神经网络图像分类代码
- 神经网络图像分类代码,内含赋值计算代码,matlab程序