Welcome![Sign In][Sign Up]
Location:
Search - PCA Classifier

Search list

[Other3AdaBoost

Description: adaboost分类器源代码,由若干弱分类器进行组合-adaboost classifier source code, a number of weak classifier combination
Platform: | Size: 55296 | Author: 赵培 | Hits:

[Graph RecognizeFaceRecognition

Description: 笔者自行编写的Matlab环境下的人脸识别算法小实验, 采用的是经典的PCA算法,主要内容是采用SVD方法提取出象素空间上的 PCA主分量特征,分类算法上仅是基于最小距离分类 -The author of the Matlab environment to prepare the face recognition algorithm under small experiment using classical PCA algorithm, the main contents of SVD method is used to extract pixel space on the PCA principal component features, the only classification algorithm is based on the minimum distance classifier
Platform: | Size: 27648 | Author: 杨愚根 | Hits:

[Graph Recognizemalic-0.0.9.1.tar

Description: Malic是一个完整的Linux下的人脸识别系统源代码,它是SourceForge上的一个开源项目,使用Malib实现实时处理,CSU Face Identification Evaluation System进行人脸识别。算法包括:主成份分析(principle components analysis (PCA)),a.k.a eigenfaces算法,混合主成份分析,线性判别分析(PCA+LDA),图像差分分类器(IIDC),弹性图像匹配算法(EBGM)-Malic is a complete face recognition system under the Linux source code, it is a SourceForge open source project, using real-time Malib treatment, CSU Face Identification Evaluation System for Face Recognition. Algorithms include: Principal component analysis (principle components analysis (PCA)), aka eigenfaces algorithm, mixed-principal component analysis, linear discriminant analysis (PCA+ LDA), the image difference classifier (IIDC), a flexible image matching algorithm (EBGM)
Platform: | Size: 977920 | Author: 严锐 | Hits:

[Special EffectsModularPCA

Description: matlab编写的Modular PCA的源代码,以Yale人脸库为例。Moduplar PCA首先对原始图像分块,然后对分块后的所有子图像进行PCA分析提取投影特征,对待识别图像也是先进行分块,然后分别计算子图像在投影特征下的投影系数,最后根据最近邻分类器进行分类。-Modular PCA prepared matlab source code to Yale face database as an example. Moduplar PCA first block of the original image, and then on the block after all the sub-image analysis to extract PCA projection characteristics, treatment identification image is first block, and then calculated the characteristics of sub-image in the projector under the projection coefficient, and finally the light of recent Neighbor Classifier classification.
Platform: | Size: 2048 | Author: 章格 | Hits:

[Special Effectsmalic

Description: Malic是一个完整的Linux下的人脸识别系统源代码,它是SourceForge上的一个开源项目,使用Malib实现实时处理,CSU Face Identification Evaluation System进行人脸识别。算法包括:主成份分析(principle components analysis (PCA)),a.k.a eigenfaces算法,混合主成份分析,线性判别分析(PCA+LDA),图像差分分类器(IIDC),弹性图像匹配算法(EBGM)-Malic is a complete face recognition system under the Linux source code, it is a SourceForge open source project, using real-time Malib treatment, CSU Face Identification Evaluation System for Face Recognition. Algorithms include: Principal component analysis (principle components analysis (PCA)), aka eigenfaces algorithm, mixed-principal component analysis, linear discriminant analysis (PCA+ LDA), the image difference classifier (IIDC), a flexible image matching algorithm (EBGM)
Platform: | Size: 1326080 | Author: 张晓 | Hits:

[Graph RecognizePCA

Description: 人脸识别中PCA算法的matlab程序,使用最近邻分类器进行识别。-PCA Face Recognition Algorithm matlab procedures, the use of nearest neighbor classifier to identify.
Platform: | Size: 1024 | Author: niushaobo | Hits:

[matlabPCA_LDA

Description: 《机器学习》课上的作业,PCA和LDA降维,尽管网上很多,但很少注释,另外细节上也没注意。这里有很详细的注释。另外还附上一个Naive贝叶斯分类器,大家可以作比较。附带的图像包是OLR人脸。ReducedDim为想要提取的特征数,不是百分比!-" Machine learning" classes on the homework, PCA and LDA dimensionality reduction, even though a lot of online, but few notes, on the other did not pay attention to details. Here there is a very detailed notes. In addition, attach a Naive Bayesian classifier, we can compare. Fringe image packages are OLR people face. ReducedDim you want to extract the characteristics of a few, not a percentage!
Platform: | Size: 3742720 | Author: | Hits:

[Graph Recognizeattfaces

Description: 机遇PCA的人脸识别,包括图像读取,PCA降维以及机遇简单贝叶斯分类-PCA Face Recognition opportunities, including the image read, PCA dimensionality reduction as well as the opportunity for easy Bayesian Classifier
Platform: | Size: 3769344 | Author: guodongyan | Hits:

[AI-NN-PRfacedetection

Description: PCA、LDA人脸检测,压缩包里实现了PCA、LDA、最小距离分类器,人脸检测!-PCA, LDA face detection, compression bag to achieve the PCA, LDA, minimum distance classifier, face detection!
Platform: | Size: 8192 | Author: chen | Hits:

[Linux-Unixmalic

Description: 它是SourceForge上的一个开源项目,使用Malib实现实时处理,CSU Face Identification Evaluation System进行人脸识别。算法包括:主成份分析(principle components analysis (PCA)),a.k.a eigenfaces算法,混合主成份分析,线性判别分析(PCA+LDA),图像差分分类器(IIDC),弹性图像匹配算法(EBGM)等等 Malic is realtime face recognition system that based on Malib and CSU Face Identification Evaluation System (csuFaceIdEval). Uses Malib library for realtime image processing and some of csuFaceIdEval for face recognition.-It is a SourceForge open source project, using real-time Malib processing, CSU Face Identification Evaluation System for Face Recognition. Algorithms include: Principal component analysis (principle components analysis (PCA)), aka eigenfaces algorithm, mixed-principal component analysis, linear discriminant analysis (PCA+ LDA), the image difference classifier (IIDC), a flexible image-matching algorithm (EBGM), etc. such as Malic is realtime face recognition system that based on Malib and CSU Face Identification Evaluation System (csuFaceIdEval). Uses Malib library for realtime image processing and some of csuFaceIdEval for face recognition.
Platform: | Size: 1326080 | Author: 乔超 | Hits:

[Otherchengxu

Description: 这是基于PCA的人脸识别,用MATLAB编写,包含了K-L变换,奇异值分解等方法,且采用了最小距离分类器-This is based on the PCA face recognition, using MATLAB to prepare, including the KL transform, singular value decomposition and other methods, and the use of the minimum distance classifier
Platform: | Size: 3072 | Author: pan | Hits:

[Graph programdaima

Description: (压缩包里一共有5个代码) pca+lda+粗糙集+模糊神经网络 saveORLimage.m将ORL人脸库分为测试集ptest和训练集pstudy存为imagedata.mat 1.savelda.m将人脸库先进行pca降维,再用lda进行特征提取,得到新的测试集ldatest和训练集ldastudy存为imageldadata.mat 2.对ldastudy进行离散化(discretimage.m),得到离散化矩阵disdata,存入到imagedisdata.mat 3.将disdata组成决策表(savers.m),通过对disdata的条件属性进行约简,得到其一个约简,组成新的测试集rstest和训练集rsstudy存为imagersdata.mat 4.对rsstudy进行模糊神经网络训练(savecul.m),对模糊神经网络的参数进行调整学习将其存入culdata.mat 5.用runfnn.m对rstest进行测试得到其识别率 savem.m和cm.m是用最小距离分类器对训练集和测试集进行分类.-pca+ lda+ Rough Set+ fuzzy neural network saveORLimage.m will ORL face database is divided into test set and training set ptest for pstudy keep imagedata.mat Treasury will face 1.savelda.m first dimensionality reduction pca, lda used feature extraction, a new test set and training set ldatest for ldastudy keep imageldadata.mat 2. Ldastudy carried out on the discretization (discretimage.m), to be discrete matrix of disdata, deposited to imagedisdata.mat 3. Disdata the composition of the decision table (savers.m), the conditions on the attributes disdata about Jane, has been one of its reduction to form the new test set and training set rstest for rsstudy keep imagersdata.mat 4. Rsstudy training fuzzy neural network (savecul.m), on the parameters of fuzzy neural network to learn to adjust their deposit culdata.mat 5. Rstest used to test for runfnn.m by its recognition rate cm.m is savem.m and minimum distance classifier on the training set and test set classificati
Platform: | Size: 2048 | Author: dong | Hits:

[AI-NN-PRDCT

Description: 本文设计基于DCT的人脸识别系统,首先结合当今人脸识别的背景和发展状况讨论了人脸识别的研究内容及在各方面的应用;然后研究了人脸识别进行预处理,讨论了人脸识别预处理的其他方法,分析各种方法的利弊,最后采用DCT(离散余弦变换)实现人脸图像预处理中的降维处理;接下来对人脸图像的特征提取进行了研究,简单叙述了几何特征提取和代数特征提取,同时深入研究了基于DCT和PCA变换的人脸图像特征提取,从而实现是否对人脸识别系统识别率有所提高的研究;对于分类器的选择,本文对两种分类器进行了探讨,即最近邻分类器和BP神经网络分类器,同时采用BP神经网络分类器作为本次基于DCT的人脸识别系统设计的分类器,并对BP神经网络进行分类的算法进行设计,BP神经网络具有学习功能,只要采用本系统对训练图片进行训练,就可以记下图像的相关信息,对于测试图片,就可以很准确的识别出该图片是属于哪个的。最后,本文对整个人脸识别系统设计实验进行了实验分析,实验结果表明本文采用的方法切实有效。- This is the design of the DCT-based face recognition systems. First of all, the background light of the current face recognition and face recognition to discuss the development of research in all aspects of content and applications And then studied the pretreatment of face recognition to discuss the pre-treatment of other face recognition methods,and analysis of the pros and cons of various methods, finally, the use of DCT (discrete cosine transform) image pre-processing to achieve in the face of the reduced-order processing Next on the face image feature extraction have been studied, A brief description of the feature extraction and algebraic geometry feature extraction, while in-depth study based on the DCT and the PCA Transform face image feature extraction in order to achieve face recognition system to identify whether the rate of increase in the research For the choice of classifier, this paper carried out on two of classifier, that is, nearest neighbor classifier and BP neura
Platform: | Size: 422912 | Author: 刘文珍 | Hits:

[2D Graphicpca_knn

Description: 本方法采用pca进行特征提取,knn分类器进行人脸识别。-The method of feature extraction using pca, knn classifier for face recognition.
Platform: | Size: 3072 | Author: zhangpei | Hits:

[2D GraphicPCA_SVM

Description: 此方法采用经典的PCA对人脸图像进行特征提取,用libsvm库函数的SVM分类器对图像分类。-This method uses the classical PCA on the face image feature extraction, with the libsvm library function of SVM classifier for image classification.
Platform: | Size: 6144 | Author: zhangpei | Hits:

[matlabPCA_classifier

Description: A basic PCA classifier is provided here for a two class classification problem. An example is given, with some multimodal MRI scans from Multiple Sclerosis patients, in which the brain lesions of two patients are annotated and in the third are detected by the PCA model.
Platform: | Size: 1327104 | Author: AhmedMrc | Hits:

[Graph RecognizePCA-and-SVM-Face-recognition

Description: 采用PCA对人脸特征进行抽取,用SVM多累分类器对人脸进行识别,有操作界面-Using PCA for facial feature extraction, and more tired with the SVM classifier for face identification, a user interface
Platform: | Size: 9036800 | Author: 钟佩 | Hits:

[matlabLDA-PCA-classifier

Description: this program will help you to perform LDA and PCA signal processing tools for classifing
Platform: | Size: 675840 | Author: mostafap | Hits:

[AI-NN-PR]ORL+PCA+SVM-11

Description: 编写了用户界面程序实现ocr人脸数据集的识别,使用了svm分类器(A user interface program is developed to realize the recognition of OCR face data set, and the SVM classifier is used)
Platform: | Size: 9047040 | Author: upczhaokai | Hits:

[matlabPCA_classifier_version1b

Description: PCA is used for data classification
Platform: | Size: 1331200 | Author: Antercs | Hits:
« 12 3 4 »

CodeBus www.codebus.net