当前位置:
首页 资源下载
搜索资源 - face recognition in matlab based on PCA
搜索资源列表
-
2下载:
这是基于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
-
-
1下载:
使用基于PCA+KNN算法实现的人脸识别,本算法的优点在于使用的是基于2DPCA的方法,计算时间更短,效率更高。-PCA+ KNN-based face recognition algorithm, the advantage of this algorithm is based on the use of 2DPCA method in calculating the time is even shorter, more efficient.
-
-
0下载:
本文设计基于DCT的人脸识别系统,首先结合当今人脸识别的背景和发展状况讨论了人脸识别的研究内容及在各方面的应用;然后研究了人脸识别进行预处理,讨论了人脸识别预处理的其他方法,分析各种方法的利弊,最后采用DCT(离散余弦变换)实现人脸图像预处理中的降维处理;接下来对人脸图像的特征提取进行了研究,简单叙述了几何特征提取和代数特征提取,同时深入研究了基于DCT和PCA变换的人脸图像特征提取,从而实现是否对人脸识别系统识别率有所提高的研究;对于分类器的选择,本文对两种分类器进行了探讨,即最近邻分类器和B
-
-
0下载:
首先进行小波变换,在此基础上进行pca特征提取,在进行lda特征提取,用于人脸识别-First, wavelet transform, in this based on pca feature extraction, feature extraction during lda for face recognition
-
-
0下载:
利用小波进行一级特征提取,在此基础上采用2dpca进行二级特征提取,用于人脸识别。-Carried out a wavelet feature extraction, in this based on the use of 2dpca for two feature extraction for face recognition.
-
-
0下载:
摘要:主成分分析(PCA)的人脸识别算法,以减少的特征向量是涉及到对抽象的特点,改进了主成分分析(一)iUumination算法的变化影响酶原sed.The方法是基于上减低与正常化其相应的标准差的特征向量元素相关联的大特征值的特征向量的影响力的想法。耶鲁大学和耶鲁大学面临的数据库面对数据库B是用来验证-Abstract:In principal component analysis(PCA)algorithms for face recognition,to reduce the influen
-
-
0下载:
One of Biometrics fields is face recognition & face expression recognition ...
1- In face recognition .. we need to design authentication program by training a neural network ,there are two source codes..one of them is based on Discrete Wavelet Tr
-
-
0下载:
模块pca, 在人脸识别中进行特征提取,速度效率比PCA要高,基于ORL人脸库上进行试验。-In face recognition module pca feature extraction by speed, efficiency, than pca based on ORL face database on the test.
-
-
0下载:
MATLAB FACE RECOGINION,讲述了MATLAB,在人脸识别中的应用,主要基于子空间的PCA方法。-The MATLAB FACE RECOGINION, about MATLAB, in face recognition, PCA method is mainly based on subspace.
-
-
0下载:
人脸特征提取与识别matlab程序,主要提取了PCA特征、SVM分类和核方法分类等,代码可以直接使用-Face recognition based on PCA features and Kernel methods, which is used in pattern extraction.
-
-
0下载:
人脸识别技术作为生物体特征识别技术的重要组成部分,在近些年来已经发展成为计算机视觉和模式识别领域的研究热点。本实验是基于K-L变换的主成分分析法(PCA)在人脸识别中的应用,在ORL人脸库的基础上通过Matlab实现了快速PCA算法的验证仿真,并对样本图像进行了重构。本实验在ORL人脸库的基础上,选用每人前5张图片,共计40人200幅样本图像,通过快速PCA算法将10304维的样本特征向量降至20维,并实现了基于主分量的人脸重建,验证了PCA算法在高维数据降维处理与特征提取方面的有效性。-Fac
-
-
0下载:
用MATLAB实现基于主成分分析(PCA)和支持向量机(SVM)的人脸识别系统,打开运行FR_GUI函数即可,我放在E盘中的,注意一下路径,当前识别率一般,也欢迎交流指正1127851044@qq.com,谢谢。-Using MATLAB analysis (PCA) based on principal component analysis and support vector machine (SVM) face recognition system to open the run FR_G
-
-
0下载:
内含心电信号数据及运用MATLAB写的源代码,基于小波变换的数字水印算法matlab代码,Gabor小波变换与PCA的人脸识别代码。- ECG data and includes source code written in MATLAB, Based on wavelet transform digital watermarking algorithm matlab code, Gabor wavelet transform and PCA face recognition code.
-
-
0下载:
基于PCA主成分分析算法和Yale人脸数据库,采用Matlab语言实现的人脸识别程序,整个程序分为预处理、训练、识别、GUI界面控制等几个模块,注释清晰,通俗易懂。(Based on PCA principal component analysis algorithm and Yale face database, the face recognition program is implemented in Matlab language. The whole program is divide
-
-
1下载:
MATLAB课堂考勤(GUI)
该课题为基于MATLAB pca的人脸考勤系统。可以从一副图像中找出多人人脸,分割,计算人数,然后提前制作好这些人的人脸库,进行逐一识别是谁,是不是库内人脸,如是,具体是谁,如果不是,那提示库外人脸。具有友好的人机交互界面,还可以二次开发成摄像的,但是摄像头误差可能会有点。识别流程为:读取图像,人脸定位,人数统计,人脸分割,人脸识别,库内外判别。(The subject is face attendance system based on MATLAB PCA.
-
-
4下载:
该系统为基于MATLAB平台的PCA的人脸识别系统,可识别ORL和YALE人脸库,方法实现统一,包括GUI界面。另外可二次开发成摄像头的实时人脸系统,识别出库外人脸,可做成门禁系统,考勤系统,打卡签到系统。实现登记出勤,报警等。
含论文,详细注释。(The system is a PCA face recognition system based on MATLAB platform. It can recognize ORL and yale face database. The metho
-