人脸识别我要分享

Face recognition

matlab 识别 人脸

关注次数: 158

下载次数: 0

文件大小: 1.17 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:%%人脸识别 %这种算法使用 (基于首席组件的特征脸系统 %分析-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


代码预览