搜索资源列表
CheckFace
- 根据给定的人脸库,首先确定出每幅图象的人脸部分,然后基于K-L变换给出所有图象的特征脸,最后任意给出一幅人脸,将其从已有的人脸库中识别出来。-According to the face basement, first identified each piece of the human face images, Then, based on the K-L transform image given all the characteri
K-LTransmcodes
- k-l变换的人脸识别 不过是matlab代码-k-l Transform the face recognition is Matlab code
face123[matlab]
- 在本设计中源于将图像看作随机场的实例,同时从信号处理的观点出发,对图像进行统计描述。通过K-L变换降低人脸特征的维数,提取人脸图像的代数特征,并排序。这样,利用代数特征的比较,可从人脸库中识别一幅人脸。-in the design of the images from the airport as with the examples, from the viewpoint of signal processing, right imag
人脸识别(基于特征脸)
- 本文是在人脸数据库的基础上做人脸特征提取和识别研究,主要内容如下: (1) 对人脸识别研究的内容、相关技术、主要实现方法及发展历程作了详细介绍。 (2) 介绍主成分分析法(PCA)、K-L变换,并利用特征脸方法实现了人脸识别。 (3)给出了基于matlab环境的编程及实验结果,并对结果进行分析。 关键词: 人脸识别,特征脸,K-L变换,主成分分析
CheckFace
- 根据给定的人脸库,首先确定出每幅图象的人脸部分,然后基于K-L变换给出所有图象的特征脸,最后任意给出一幅人脸,将其从已有的人脸库中识别出来。-According to the face basement, first identified each piece of the human face images, Then, based on the K-L transform image given all the characteri
2006071611223344
- 使用KL变换和主分量分析的人脸识别小程序,使用MATLAB-KL transform and use PCA Face Recognition small, the use of MATLAB
K-LTransmcodes
- k-l变换的人脸识别 不过是matlab代码-k-l Transform the face recognition is Matlab code
face123[matlab]
- 在本设计中源于将图像看作随机场的实例,同时从信号处理的观点出发,对图像进行统计描述。通过K-L变换降低人脸特征的维数,提取人脸图像的代数特征,并排序。这样,利用代数特征的比较,可从人脸库中识别一幅人脸。-in the design of the images from the airport as with the examples, from the viewpoint of signal processing, right imag
Karhunen-Loeve_Decomposition_for_Face_Recognition.
- K-L的人脸识别 用过多次了,大家试试吧 -K-L Face Recognition used many times, we try it
KarhunenLoeve
- 人脸识别领域的K-L变换(Eigenface)的matlab源码-KL transform the field of face recognition (Eigenface) of matlab source
KarhunenLoeve1
- 这是一个用K-L变换实现的人脸识别代码(matlab),挺不错的.-err
fac
- 人脸识别的matlab代码,本征脸( eigenface )方法是子空间人脸识别方法的典型代表。该方法基于一种部分的K-L 变换,或者称为主成分分析( PCA )-Matlab code for face recognition, eigenface (eigenface) sub-space method is a typical representative of face recognition methods. The meth
TraditionalPCA
- 利用传统PCA方法进行人脸识别的算法,人脸库为Yale人脸库,主成分分析方法(PCA)是基于K-L变换的统计学方法,K-L变换是数据压缩领域里的一种最优正交变换。-err
K-L
- K-L变换在人脸识别中的应用程序,效果不错-KL transform in face recognition applications, good results
K-Lrenlianshibbie
- 1、 从网上下载人脸图像,构建人脸训练数据库和测试数据库,采用K-L变换进行特征脸提取,并实现人脸识别。通过K-L变换在人脸识别中的应用,加深对所学内容的理解和感性认识。-1, face image downloaded from the Internet, the construction of the training and test database face database, using K-L transform feat
K-Lface-recognition
- 基于K-L变换的人脸识别技术 包括人脸的重建 K-L计算 大家可以参考下-Based on KL Transform for Face Recognition technology including the reconstruction of the face KL calculation we can refer to
K-LtrasformFisherregulation
- 基于K-L变换和Fisher 线性判别的人脸图像识别-the face recognition based on K-L trasformation and Fisher regulation
face-detection-for-K-L-transform
- 基于K-L变换的人脸识别技术主要思想是:提取输入人脸图像矩阵的特征向量,并与图像数据库中样本特征的向量求欧氏距离,距离小于阈值时便认为识别成功。本程序即为利用K-L原理实现人脸检测的实例。-The main idea of the face recognition technology based on KL transform is: extract the matrix of the input face
K-L-transform
- 包括K-L变换以及演讲PPT,阐述了K-L的原理以及应用,并在人脸数据库中进行搜索匹配-Including the KL transform and presentations PPT, KL on the principles and application, and to search the database to match the face
FaceRecognition
- 基于主成分分析的人脸识别,应用K-L变换作特征处理(Face recognition based PCA)