常见的几种人脸识别特征提取算法(MATLAB函数形式)我要分享

Common feature extraction algorithm for face recog

matlab 算法 识别 人脸 提取 函数 特征 常见 形式

关注次数: 194

下载次数: 0

文件大小: 3.25 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:资源描述 train_data_m:人脸训练集的矩阵形式,其中每个人脸都没有拉成向量形式,每个人脸图片都是矩阵,最后组合成的大矩阵。 train_data_c:每张人脸图片都被拉成了一个列向量,最后由所有的图片的列向量  train_label:每个训练图像的类标组成的一个行向量  P:包含--P.hang=hang(每张图片的行);P.lie=lie(每张人脸图片的列);P.num_person=num_person(人脸库包含的人数); P.num=num_each_person/2;(我取的是一半作为训练,一半作为测试) P.num_train=num_train;训练样本数 P.num_test=num_test;测试样本数


English Description:

Application backgroundTrain_data_m: face training set of the matrix form, in which each face is not pulled into a vector form, each face image is the matrix, the final combination of large matrix.Train_data_c: each face image has been pulled into a column vector, and finally by the column vector of all the pictures  train_label: a row vector of the class of each training image.  P: contains --P.hang=hang (line of each picture); P.lie=lie (P.num_person=num_person); the number of human faces;P.num=num_each_person/2; (I take half as training, half as a test).P.num_train=num_train training sample numberP.num_test=num_test test sample number


代码预览

相关推荐