期刊文献+
共找到7篇文章
< 1 >
每页显示 20 50 100
A Kernel-Based Nonlinear Representor with Application to Eigenface Classification 被引量:7
1
作者 张晶 刘本永 谭浩 《Journal of Electronic Science and Technology of China》 2004年第2期19-22,共4页
This paper presents a classifier named kernel-based nonlinear representor (KNR) for optimal representation of pattern features. Adopting the Gaussian kernel, with the kernel width adaptively estimated by a simple tech... This paper presents a classifier named kernel-based nonlinear representor (KNR) for optimal representation of pattern features. Adopting the Gaussian kernel, with the kernel width adaptively estimated by a simple technique, it is applied to eigenface classification. Experimental results on the ORL face database show that it improves performance by around 6 points, in classification rate, over the Euclidean distance classifier. 展开更多
关键词 kernel based nonlinear representor face recognition eigenfaceS Gaussian kernel euclidean distance classifier
在线阅读 下载PDF
基于LDA算法的人脸识别方法的比较研究 被引量:20
2
作者 韩争胜 李映 张艳宁 《微电子学与计算机》 CSCD 北大核心 2005年第7期131-133,138,共4页
线性判别分析(LDA)是一种较为普遍的用于特征提取的线性分类方法。但是将LDA直接用于人脸识别会遇到维数问题和“小样本”问题。人们经过研究,通过多种途径解决了这两个问题并实现了基于LDA的人脸识别。文章对几种基于LDA的人脸识别方... 线性判别分析(LDA)是一种较为普遍的用于特征提取的线性分类方法。但是将LDA直接用于人脸识别会遇到维数问题和“小样本”问题。人们经过研究,通过多种途径解决了这两个问题并实现了基于LDA的人脸识别。文章对几种基于LDA的人脸识别方法做了理论上的比较和实验数据的支持,这些方法包括Eigenfaces、Fish-erfaces、DLDA、VDLDA及VDFLDA。实验结果表明VDFLDA是其中最好的一种方法。 展开更多
关键词 线性判别分析(LDA) 人脸识别 eigenfaceS Fisherfaces 小样本问题
在线阅读 下载PDF
Real-Time Face Tracking and Recognition in Video Sequence 被引量:3
3
作者 徐一华 贾云得 +1 位作者 刘万春 杨聪 《Journal of Beijing Institute of Technology》 EI CAS 2002年第2期203-207,共5页
A framework of real time face tracking and recognition is presented, which integrates skin color based tracking and PCA/BPNN (principle component analysis/back propagation neural network) hybrid recognition techni... A framework of real time face tracking and recognition is presented, which integrates skin color based tracking and PCA/BPNN (principle component analysis/back propagation neural network) hybrid recognition techniques. The algorithm is able to track the human face against a complex background and also works well when temporary occlusion occurs. We also obtain a very high recognition rate by averaging a number of samples over a long image sequence. The proposed approach has been successfully tested by many experiments, and can operate at 20 frames/s on an 800 MHz PC. 展开更多
关键词 face tracking pattern recognition skin color based eigenface/PCA artificial neural network
在线阅读 下载PDF
Improved Face Recognition Method Using Genetic Principal Component Analysis 被引量:2
4
作者 E.Gomathi K.Baskaran 《Journal of Electronic Science and Technology》 CAS 2010年第4期372-378,共7页
An improved face recognition method is proposed based on principal component analysis (PCA) compounded with genetic algorithm (GA), named as genetic based principal component analysis (GPCA). Initially the eigen... An improved face recognition method is proposed based on principal component analysis (PCA) compounded with genetic algorithm (GA), named as genetic based principal component analysis (GPCA). Initially the eigenspace is created with eigenvalues and eigenvectors. From this space, the eigenfaces are constructed, and the most relevant eigenfaees have been selected using GPCA. With these eigenfaees, the input images are classified based on Euclidian distance. The proposed method was tested on ORL (Olivetti Research Labs) face database. Experimental results on this database demonstrate that the effectiveness of the proposed method for face recognition has less misclassification in comparison with previous methods. 展开更多
关键词 eigenfaceS EIGENVECTORS face recognition genetic algorithm principal component analysis.
在线阅读 下载PDF
基于人脸识别和密码认证的文件夹加密方法 被引量:2
5
作者 唐守军 《现代电子技术》 北大核心 2016年第3期80-83,共4页
文件夹作为计算机操作系统组织电子信息文件的一种载体,其安全性越来越受到人们的重视。针对基于传统密码或单纯生物特征在身份认证中存在的安全问题,设计了一种基于人脸特征与密码技术相结合的双重身份认证方案,并实现了由基于Eigenfac... 文件夹作为计算机操作系统组织电子信息文件的一种载体,其安全性越来越受到人们的重视。针对基于传统密码或单纯生物特征在身份认证中存在的安全问题,设计了一种基于人脸特征与密码技术相结合的双重身份认证方案,并实现了由基于Eigenface人脸识别、DES密码认证和用户接口组成的原型系统。通过实验表明,该方法能够快速有效地实现对文件夹的认证和加解密,并能提高文件夹的安全性。 展开更多
关键词 文件夹加密 eigenface人脸识别 DES密码认证 双重身份认证
在线阅读 下载PDF
基于CamShift改进算法的人脸跟踪识别系统 被引量:1
6
作者 秦润泽 聂倩倩 《山西电子技术》 2018年第3期50-53,共4页
传统的人脸检测速度更多地关注检测精度,而跟踪算法多关注跟踪过程,本文综合这两种算法优点,提出改进算法实现人脸识别与跟踪。论文采用haar特征的Ada Boost算法检测面部,Eigenfaces算法实现人脸识别;视频序列中,识别的人脸作为跟踪算... 传统的人脸检测速度更多地关注检测精度,而跟踪算法多关注跟踪过程,本文综合这两种算法优点,提出改进算法实现人脸识别与跟踪。论文采用haar特征的Ada Boost算法检测面部,Eigenfaces算法实现人脸识别;视频序列中,识别的人脸作为跟踪算法的输入并实时更新;CamShift算法可以实时地跟踪人脸。实验结果显示,改进算法识别精度得到有效提高,且能达到实时跟踪的效果;人脸轮廓特征与肤色特征提高系统的鲁棒性。 展开更多
关键词 CAMSHIFT算法 HAAR eigenfaceS
在线阅读 下载PDF
人脸识别技术在手机解锁方面的应用
7
作者 郭梦嘉 《花炮科技与市场》 2020年第2期21-21,共1页
随着科技的不断进步,手机基本上已成为人们必备的电子产品,为了保护隐私,手机生产商应用了多种生物解锁技术来保护手机的信息,其中人脸解锁、指纹解锁、虹膜解锁三种技术的使用较为普及。而这三种生物解锁技术各有优缺点,通过反复测验... 随着科技的不断进步,手机基本上已成为人们必备的电子产品,为了保护隐私,手机生产商应用了多种生物解锁技术来保护手机的信息,其中人脸解锁、指纹解锁、虹膜解锁三种技术的使用较为普及。而这三种生物解锁技术各有优缺点,通过反复测验综合数据分析可知,人脸解锁在便捷性和安全性两方面的综合性更好。 展开更多
关键词 人脸识别 手机解锁 测试比较 eigenface
在线阅读 下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部