资源简介
一、课题介绍
该课题为基于MATLAB平台的PCA的人脸识别系统。传统的人脸识别都是直接人头的比对,现实意义不大,这块都做烂了。该课题识别原理为:从一副生活照中寻找到人脸,并且分割人脸图象,利用PCA算法进行降维,和库里图片进行对比,输出目标人脸以及相关个人信息。并且统计出勤情况。该课题还可以继续二次开发,做成库内外人脸的识别,如果是库外人脸则实现报警等。
二、基本流程
读入图片,人脸定位,人脸分割,人脸识别,人脸考勤记录,带GUI界面
三、运行预期图
代码片段和文件信息
function varargout = facerecg(varargin)
% FACERECG MATLAB code for facerecg.fig
% FACERECG by itself creates a new FACERECG or raises the existing
% singleton*.
%
% H = FACERECG returns the handle to a new FACERECG or the handle to
% the existing singleton*.
%
% FACERECG(‘CALLBACK‘hobjecteventDatahandles...) calls the local
% function named CALLBACK in FACERECG.M with the given input arguments.
%
% FACERECG(‘Property‘‘Value‘...) creates a new FACERECG or raises the
% existing singleton*. Starting from the left property value pairs are
% applied to the GUI before facerecg_OpeningFcn gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to facerecg_OpeningFcn via varargin.
%
% *See GUI Options on GUIDE‘s Tools menu. Choose “GUI allows only one
% instance to run (singleton)“.
%
% See also: GUIDE GUIDATA GUIHANDLES
% Edit the above text to modify the response to help facerecg
% Last Modified by GUIDE v2.5 14-8-2020 14:09:07
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘ mfilename ...
‘gui_Singleton‘ gui_Singleton ...
‘gui_OpeningFcn‘ @facerecg_OpeningFcn ...
‘gui_OutputFcn‘ @facerecg_OutputFcn ...
‘gui_LayoutFcn‘ [] ...
‘gui_Callback‘ []);
if nargin && ischar(varargin{1})
gui_State.gui_Callback = str2func(varargin{1});
end
if nargout
[varargout{1:nargout}] = gui_mainfcn(gui_State varargin{:});
else
gui_mainfcn(gui_State varargin{:});
end
% End initialization code - DO NOT EDIT
% --- Executes just before facerecg is made visible.
function facerecg_OpeningFcn(hobject eventdata handles varargin)
% This function has no output args see OutputFcn.
% hobject handle to figure
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% varargin command line arguments to facerecg (see VARARGIN)
% Choose default command line output for facerecg
handles.output = hobject;
%set(gcf‘name‘‘图像考勤系统‘)
% Update handles structure
guidata(hobject handles);
% UIWAIT makes facerecg wait for user response (see UIRESUME)
% uiwait(handles.figure1);
% --- Outputs from this function are returned to the command line.
function varargout = facerecg_OutputFcn(hobject eventdata handles)
% varargout cell array for returning output args (see VARARGOUT);
% hobject handle to figure
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Get default command line output from handles structure
varargout{1} = handles.output;
% --- Executes on button press in pushbuttontrain.
function pushbuttontrain_Callback(hobject eventdata handles)
% hobject handle to pushbuttontrain (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles st
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2020-08-01 15:40 人脸考勤签到MATLAB系统\
文件 10209 2020-07-30 23:20 人脸考勤签到MATLAB系统\facerecg.fig
文件 9288 2020-07-30 23:21 人脸考勤签到MATLAB系统\facerecg.m
目录 0 2020-07-30 23:07 人脸考勤签到MATLAB系统\人脸库\
目录 0 2020-07-30 23:07 人脸考勤签到MATLAB系统\人脸库\01\
文件 39270 2020-04-25 17:17 人脸考勤签到MATLAB系统\人脸库\01\s1.bmp
文件 14406 2020-04-25 17:17 人脸考勤签到MATLAB系统\人脸库\01\s2.bmp
文件 58854 2020-04-25 17:17 人脸考勤签到MATLAB系统\人脸库\01\s3.bmp
文件 39270 2020-04-25 17:17 人脸考勤签到MATLAB系统\人脸库\01\s4.bmp
文件 14406 2020-04-25 17:17 人脸考勤签到MATLAB系统\人脸库\01\s5.bmp
目录 0 2020-07-30 23:07 人脸考勤签到MATLAB系统\人脸库\02\
文件 96714 2020-04-25 16:37 人脸考勤签到MATLAB系统\人脸库\02\s1.bmp
文件 14406 2020-04-25 16:37 人脸考勤签到MATLAB系统\人脸库\02\s2.bmp
文件 39270 2020-04-25 16:38 人脸考勤签到MATLAB系统\人脸库\02\s3.bmp
文件 29062 2020-04-25 16:38 人脸考勤签到MATLAB系统\人脸库\02\s4.bmp
文件 96714 2020-04-25 16:37 人脸考勤签到MATLAB系统\人脸库\02\s5.bmp
目录 0 2020-07-30 23:07 人脸考勤签到MATLAB系统\人脸库\03\
文件 5566 2020-04-25 16:39 人脸考勤签到MATLAB系统\人脸库\03\s1.bmp
文件 27702 2020-04-25 16:39 人脸考勤签到MATLAB系统\人脸库\03\s2.bmp
文件 23022 2020-04-25 16:40 人脸考勤签到MATLAB系统\人脸库\03\s3.bmp
文件 27702 2020-04-25 16:39 人脸考勤签到MATLAB系统\人脸库\03\s4.bmp
文件 27702 2020-04-25 16:39 人脸考勤签到MATLAB系统\人脸库\03\s5.bmp
目录 0 2020-07-30 23:07 人脸考勤签到MATLAB系统\人脸库\04\
文件 108734 2020-04-25 16:41 人脸考勤签到MATLAB系统\人脸库\04\s1.bmp
文件 121458 2020-04-25 16:42 人脸考勤签到MATLAB系统\人脸库\04\s2.bmp
文件 56498 2020-04-25 16:42 人脸考勤签到MATLAB系统\人脸库\04\s3.bmp
文件 108734 2020-04-25 16:41 人脸考勤签到MATLAB系统\人脸库\04\s4.bmp
文件 121458 2020-04-25 16:42 人脸考勤签到MATLAB系统\人脸库\04\s5.bmp
目录 0 2020-07-30 23:07 人脸考勤签到MATLAB系统\人脸库\05\
文件 39270 2020-04-25 16:49 人脸考勤签到MATLAB系统\人脸库\05\s1.bmp
文件 29062 2020-04-25 16:50 人脸考勤签到MATLAB系统\人脸库\05\s2.bmp
............此处省略43个文件信息
- 上一篇:MATLAB做音频分离
- 下一篇:HFSS-MATLAB-API使用教程
评论
共有 条评论