中文说明:%%人脸识别 %这种算法使用 (基于首席组件的特征脸系统 %分析-PCA) 面部识别。为此方法的详细信息 %指 http://cnx.org/content/m12531/latest/ %%下载的人脸数据库 您可以在下面的链接,找到数据库 % %http://www.cl.cam.ac.uk/research/dtg/attarchive/facedatabase.html %数据库包含 400 的 40 个主题的图片。下载压缩 %数据库并将其解压缩此文件相同的目录中。 %%加载数据库到矩阵 v w=load_database() ;
English Description:
%% Face recognition % This algorithm uses the eigenface system (based on pricipal component % analysis - PCA) to recognize faces. For more information on this method % refer to http://cnx.org/content/m12531/latest/ %% Download the face database % You can find the database at the follwoing link, % http://www.cl.cam.ac.uk/research/dtg/attarchive/facedatabase.html The % database contains 400 pictures of 40 subjects. Download the zipped % database and unzip it in the same directory as