资源简介
人脸识别的matlab 代码,可以实现人脸图像的预处理,特征提取和识别。
代码片段和文件信息
%FACE RECOGNITION SYSTEM
%
% Face recognition system based on EigenFaces Method and Karhunen-Loeve algorithm
% The system functions by projecting face images onto a feature space
% that spans the significant variations among known face images. The
% significant features are known as “eigenfaces“ because they are the
% eigenvectors (principal components) of the set of faces.
%
% Face images must be collected into sets: every set (called “class“) should
% include a number of images for each person with some variations in
% expression and in the lighting. When a new input image is read and added
% to the training database the number of class is required. Otherwise a new
% input image can be processed and confronted with all classes present in database.
% We choose a number o
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 25042 2006-01-22 01:55 facerec.p
文件 10318 1994-04-18 14:17 s1\1.pgm
文件 10318 1994-04-18 14:07 s1\10.pgm
文件 10318 1994-04-18 14:17 s1\2.pgm
文件 10318 1994-04-18 14:17 s1\3.pgm
文件 10318 1994-04-18 14:17 s1\4.pgm
文件 10318 1994-04-18 14:17 s1\5.pgm
文件 10318 1994-04-18 14:07 s1\6.pgm
文件 10318 1994-04-18 14:07 s1\7.pgm
文件 10318 1994-04-18 14:07 s1\8.pgm
文件 10318 1994-04-18 14:07 s1\9.pgm
目录 0 2006-01-22 01:38 s1\
文件 10318 1994-04-18 14:17 s2\1.pgm
文件 10318 1994-04-18 14:07 s2\10.pgm
文件 10318 1994-04-18 14:17 s2\2.pgm
文件 10318 1994-04-18 14:17 s2\3.pgm
文件 10318 1994-04-18 14:17 s2\4.pgm
文件 10318 1994-04-18 14:17 s2\5.pgm
文件 10318 1994-04-18 14:07 s2\6.pgm
文件 10318 1994-04-18 14:07 s2\7.pgm
文件 10318 1994-04-18 14:07 s2\8.pgm
文件 10318 1994-04-18 14:07 s2\9.pgm
目录 0 2006-01-22 01:38 s2\
文件 10318 1994-04-18 14:17 s3\1.pgm
文件 10318 1994-04-18 14:07 s3\10.pgm
文件 10318 1994-04-18 14:17 s3\2.pgm
文件 10318 1994-04-18 14:17 s3\3.pgm
文件 10318 1994-04-18 14:18 s3\4.pgm
文件 10318 1994-04-18 14:18 s3\5.pgm
文件 10318 1994-04-18 14:07 s3\6.pgm
文件 10318 1994-04-18 14:07 s3\7.pgm
............此处省略6个文件信息
- 上一篇:曲面拟合法实现图像亚像素位移matlab程序
- 下一篇:小波变换估计码元速率
评论
共有 条评论