Welcome![Sign In][Sign Up]
Location:
Search - pca lda recognition rate

Search list

[Mathimatics-Numerical algorithmsrtejfgds

Description: 现有的代数特征的抽取方法绝大多数采用一维的方法,即首先将图像转换为一维向量,再用主分量分析(PCA),Fisher线性鉴别分析(LDA),Fisherfaces式核主分量分析(KPCA)等方法抽取特征,然后用适合的分类器分类。针对一维方法维数过高,计算量大,协方差矩阵常常是奇异矩阵等不足,提出了二维的图像特征抽取方法,计算量小,协方差矩阵一般是可逆的,且识别率较高。-existing algebra feature extraction method using a majority of the peacekeepers, First images will be converted into one-dimensional vector, and then principal component analysis (PCA), Fisher Linear Discriminant Analysis (LDA), Fisherfaces audits principal component analysis (KPCA), and other selected characteristics, then use the appropriate classification for classification. Victoria against an excessive dimension method, calculation, covariance matrix is often inadequate singular matrix, a two-dimensional image feature extraction method, a small amount of covariance matrix is usually reversible, and the recognition rate higher.
Platform: | Size: 2513 | Author: 小弟 | Hits:

[Mathimatics-Numerical algorithmsrtejfgds

Description: 现有的代数特征的抽取方法绝大多数采用一维的方法,即首先将图像转换为一维向量,再用主分量分析(PCA),Fisher线性鉴别分析(LDA),Fisherfaces式核主分量分析(KPCA)等方法抽取特征,然后用适合的分类器分类。针对一维方法维数过高,计算量大,协方差矩阵常常是奇异矩阵等不足,提出了二维的图像特征抽取方法,计算量小,协方差矩阵一般是可逆的,且识别率较高。-existing algebra feature extraction method using a majority of the peacekeepers, First images will be converted into one-dimensional vector, and then principal component analysis (PCA), Fisher Linear Discriminant Analysis (LDA), Fisherfaces audits principal component analysis (KPCA), and other selected characteristics, then use the appropriate classification for classification. Victoria against an excessive dimension method, calculation, covariance matrix is often inadequate singular matrix, a two-dimensional image feature extraction method, a small amount of covariance matrix is usually reversible, and the recognition rate higher.
Platform: | Size: 2048 | Author: 小弟 | Hits:

[Graph programlda

Description: 这是一个lda的程序,在别处找到的,觉得还行,想和大家分享分享。识别率确实不错,我实在orcl人脸库上进行的,在其他的人脸库里还未来得及试验,相信也会很不错的。大家多多支持啊。-lda This is a procedure in finding elsewhere, I felt that trip, and would like to share with you to share. Recognition rate is not bad, I really orcl people on the face of the other person has not yet time to face 13-17 test believe will be very good. Members can support ah.
Platform: | Size: 2048 | Author: shelly | Hits:

[Graph Recognizework

Description: 这是一个LDA函数,先做PCA,再做LDA,不影响识别率-This is an LDA function, first PCA, again LDA, does not affect the recognition rate
Platform: | Size: 3072 | Author: Gu Zhenghong | 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:

[2D Graphicpcalda

Description: 人脸识别的源代码 经典的pca和lda人脸识别 实现的成功率有待改进 好的可以达到70 -Face recognition source code for pca and lda classic face recognition could be improved to achieve a good success rate can reach 70
Platform: | Size: 2048 | Author: | Hits:

[Software EngineeringDesktop

Description: 人脸识别技术是计算机模式识别领域非常活跃的研究课题,在法律、商业等领域有 着广泛的应用前景。自动人脸识别系统一般由两个模块组成:定位与检测模块,特征提 取与识别模块。本文对两个子模块进行了详细讨论,通过实验仿真了一个基于静态图像 的人脸识别系统。为提高系统的识别率,本文对定位检测模块和特征提取模块进行了深 入研究。 针对复杂多变人脸检测和定位问题,实现了一种基于对称特征的人脸定位方法。该 算法首先基于肽色特征提取出人脸区域,根据眼睛的颜色和梯度特征在肤色区找到眼睛 可能存在的有限的候选区域:根据人脸的对称特征,把这些候选区域分别进行匹配,找 到最佳匹配的区域就是眼睛区域。本算法适用于表情变化,姿态变化,有胡须,戴眼镜 的多种情况。特征提取是人脸识别系统中非常重要的技术,本文仿真的人脸识别系统采 用一种结合主元分析(PCA)和F.LDA的人脸识别方法。为了解决F.LDA直接应用到 高维模式识别中计算复杂度太大的问题,算法中首先应用主元分析进行降维。该算法能 克服LDA的小样本问题。-ne technology of face recognition is all active subject in the area of pattern recognition. There are broad applications in the fields of law,business ere.A face recognition system includes two parts:face detection and localization.feature extraction and classification,which are discussed in detail.A face recognition system based on static image is simulated.In order to improve the recognition rate,a new face detection and localization method and a new feature extraction method are proposed.
Platform: | Size: 8399872 | Author: maple | Hits:

[Special EffectsFace-recognition--on-a-DSP

Description: 本文介绍了 DSP6711的硬件特性 分析了人脸检测、 识别的原理及算法的选型 运用基于 DCT变换域的 LDA的特征提取方法 ,实现了人脸的自动识别。在 Yale人脸库上的实验结果表明本算法识别率要比直接用 PCA进行特征提取的方 法要好-This article describes the DSP6711 hardware features analysis of face detection, recognition of the principle and algorithm selection the use of the LDA transform domain DCT-based feature extraction method, to achieve automatic recognition of human faces. In the Yale face database of experimental results show that the algorithm is the recognition rate than the direct use of PCA for feature extraction method is better
Platform: | Size: 339968 | Author: louc | Hits:

[Windows DevelopTPCALDAAh

Description: 这是自己毕业设计做的PCA和LDA的结合,训练和识别别过程都有,用的是ORL库里的图像,具有较高的识别率! -This is a combination of PCA and LDA graduation design, training and do the process of the identification with ORL library of images, has a high recognition rate!
Platform: | Size: 6144 | Author: zhou | Hits:

[Special Effectssj2

Description: 人脸识别程序,包括PCA,LDA特征提取,内含GUI界面,数据库生产,识别率等-Face recognition program, including PCA, LDA feature extraction, contains GUI interface, database production, recognition rate
Platform: | Size: 8192 | Author: li | Hits:

[Special Effects基于pca+lda+粗糙集+模糊神经网络的人脸识别

Description: 各种算法用于人脸识别,各个算法的识别率都不错,有lda,pca等算法(Various algorithms are used for face recognition, and the recognition rate of each algorithm is good. There are algorithms such as LDA, PCA and so on)
Platform: | Size: 7773184 | Author: 思琪 | Hits:

CodeBus www.codebus.net