搜索资源列表
read_image.rar
- CohnKanada人脸表情库图像读取,经过预处理了的,含有类标,可用于无监督人脸表情识别,images inputing of CohnKanada database,including preprocessing and labels of 7 expressions. it is suitable for unsupervised facial expression recognition
Feret 人脸库
- 经过裁剪预处理的人脸识别研究用FERET数据库(美国军方数据库),共有200个人,每个人7幅图像,包括图像和.mat数据,可以直接用于人脸识别实验。文件排列 良好 应用方便
li9_8
- 人脸图像的预处理程序,对ORL人脸库上的图像进行的预处理-Face image preprocessing procedures on the ORL face database of images of pre-treatment
20064817924orl_faces_112x92
- ORL人脸图像库,共40人,每人10幅图像,其中每人的前5幅作为训练样本,后5幅作为测试分类样本,统计正确分类率。分类准则为最近邻规则。 真实的图像尺寸为112x92,列向量堆积对应人脸库矩阵的每一列。 -ORL face image database, a total of 40 per 10 images, each of which the first five as training samples, after the 5 categories as a test sampl
AnimprovedBayesianfacerecognitionalgorithm
- 对人脸识别的贝叶斯方法ML中相似度计算公式进行了简化,对数据集的训练和人脸图像的预处理进 行了修改,提出了一种改进的贝叶斯人脸识另1】算法SML。在FERET人脸图像库的子集和南大人脸图像实验库上对 识别算法进行了测试和比较。实验表明,SML算法提高了ML算法的效率,克服了ML算法计算效率不高的缺陷,而 且SML的识别效率明显高于PCA方法。-Bayesian face recognition method on the ML in the similarity formula ha
Face-Recognition
- 人脸识别,人脸图像预处理;读入人脸库,训练形成特征子空间;把训练图像和测试图像投影到上一步骤中得到的子空间上;选择一定 的距离函数进行识别。-Recognition, face image preprocessing read into the face database, training the formation of the feature sub-space the training images and test images were projected into the su
image-cropping-rotation
- 人脸识别、表情识别图像预处理--图像库人脸图像剪切、旋转-Face recognition, face recognition image pre-processing- image library face image cropping, rotation
FaceRec
- 通过预建的人脸图像库,实现人脸识别的matlab程序。-By pre-built library of face images, face recognition matlab program.
PCA(test)
- 完整的PCA 人脸识别的应用包括几个步骤:人脸图像预处理;读入人脸库,训练形成 特征子空间;把训练图像和测试图像投影到上一步骤中得到的子空间上;选择一定 的距离函数进行识别-We present an approach to the detection and identification of human faces and describe a working, near-real-time face recognition system which tracks a s
基于小波变换的klda人脸识别
- 基于小波变换的klda人脸识别,首先用小波变换对原始输入人脸图像进行预处理,再将基于核的线性判别分析应用于人脸识别中的最佳特征抽取,最后使用欧氏距离分类器实现人脸分类。通过对ORL标准人脸库中的人脸图像进行识别实验,本文提出的方法在人脸识别上取得了较高的识别率。