资源简介
基于matlab GUI实现PCA算法的人脸识别demo,很基础的一个demo应用,免费给大家参考。人脸识别的数据库是att数据库,你可以修改成自己的数据库,完成算法的验证。
代码片段和文件信息
function varargout = FaceRecognitionDemo(varargin)
% FACERECOGNITIONDEMO M-file for FaceRecognitionDemo.fig
% FACERECOGNITIONDEMO by itself creates a new FACERECOGNITIONDEMO or raises the existing
% singleton*.
%
% H = FACERECOGNITIONDEMO returns the handle to a new FACERECOGNITIONDEMO or the handle to
% the existing singleton*.
%
% FACERECOGNITIONDEMO(‘CALLBACK‘hobjecteventDatahandles...) calls the local
% function named CALLBACK in FACERECOGNITIONDEMO.M with the given input arguments.
%
% FACERECOGNITIONDEMO(‘Property‘‘Value‘...) creates a new FACERECOGNITIONDEMO or raises the
% existing singleton*. Starting from the left property value pairs are
% applied to the GUI before FaceRecognitionDemo_OpeningFcn gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to FaceRecognitionDemo_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 FaceRecognitionDemo
% Last Modified by GUIDE v2.5 16-Mar-2015 21:04:37
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘ mfilename ...
‘gui_Singleton‘ gui_Singleton ...
‘gui_OpeningFcn‘ @FaceRecognitionDemo_OpeningFcn ...
‘gui_OutputFcn‘ @FaceRecognitionDemo_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 FaceRecognitionDemo is made visible.
function FaceRecognitionDemo_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 FaceRecognitionDemo (see VARARGIN)
% Choose default command line output for FaceRecognitionDemo
handles.output = hobject;
% Update handles structure
guidata(hobject handles);
% UIWAIT makes FaceRecognitionDemo wait for user response (see UIRESUME)
% uiwait(handles.figure1);
% --- Outputs from this function are returned to the command line.
function varargout = FaceRecognitionDemo_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 str
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 10318 1994-04-18 14:17 PCAFaceRecognitionDemo\att_faces\s1\1.pgm
文件 10318 1994-04-18 14:07 PCAFaceRecognitionDemo\att_faces\s1\10.pgm
文件 10318 1994-04-18 14:17 PCAFaceRecognitionDemo\att_faces\s1\2.pgm
文件 10318 1994-04-18 14:17 PCAFaceRecognitionDemo\att_faces\s1\3.pgm
文件 10318 1994-04-18 14:17 PCAFaceRecognitionDemo\att_faces\s1\4.pgm
文件 10318 1994-04-18 14:17 PCAFaceRecognitionDemo\att_faces\s1\5.pgm
文件 10318 1994-04-18 14:07 PCAFaceRecognitionDemo\att_faces\s1\6.pgm
文件 10318 1994-04-18 14:07 PCAFaceRecognitionDemo\att_faces\s1\7.pgm
文件 10318 1994-04-18 14:07 PCAFaceRecognitionDemo\att_faces\s1\8.pgm
文件 10318 1994-04-18 14:07 PCAFaceRecognitionDemo\att_faces\s1\9.pgm
文件 10318 1994-04-18 14:18 PCAFaceRecognitionDemo\att_faces\s10\1.pgm
文件 10318 1994-04-18 14:07 PCAFaceRecognitionDemo\att_faces\s10\10.pgm
文件 10318 1994-04-18 14:18 PCAFaceRecognitionDemo\att_faces\s10\2.pgm
文件 10318 1994-04-18 14:18 PCAFaceRecognitionDemo\att_faces\s10\3.pgm
文件 10318 1994-04-18 14:18 PCAFaceRecognitionDemo\att_faces\s10\4.pgm
文件 10318 1994-04-18 14:18 PCAFaceRecognitionDemo\att_faces\s10\5.pgm
文件 10318 1994-04-18 14:07 PCAFaceRecognitionDemo\att_faces\s10\6.pgm
文件 10318 1994-04-18 14:07 PCAFaceRecognitionDemo\att_faces\s10\7.pgm
文件 10318 1994-04-18 14:07 PCAFaceRecognitionDemo\att_faces\s10\8.pgm
文件 10318 1994-04-18 14:07 PCAFaceRecognitionDemo\att_faces\s10\9.pgm
文件 10318 1994-04-18 14:18 PCAFaceRecognitionDemo\att_faces\s11\1.pgm
文件 10318 1994-04-18 14:07 PCAFaceRecognitionDemo\att_faces\s11\10.pgm
文件 10318 1994-04-18 14:18 PCAFaceRecognitionDemo\att_faces\s11\2.pgm
文件 10318 1994-04-18 14:18 PCAFaceRecognitionDemo\att_faces\s11\3.pgm
文件 10318 1994-04-18 14:18 PCAFaceRecognitionDemo\att_faces\s11\4.pgm
文件 10318 1994-04-18 14:18 PCAFaceRecognitionDemo\att_faces\s11\5.pgm
文件 10318 1994-04-18 14:07 PCAFaceRecognitionDemo\att_faces\s11\6.pgm
文件 10318 1994-04-18 14:07 PCAFaceRecognitionDemo\att_faces\s11\7.pgm
文件 10318 1994-04-18 14:07 PCAFaceRecognitionDemo\att_faces\s11\8.pgm
文件 10318 1994-04-18 14:07 PCAFaceRecognitionDemo\att_faces\s11\9.pgm
............此处省略421个文件信息
相关资源
- matlab各种调制的实现
- 《MATLAB 神经网络30个案例分析》所有
- matlab神经网络30个案例分析278234
- introduction to audio analysis: a matlab appro
- MATLAB 特征提取
- matlab 编写的H.264编解码
- 基于MATLAB的车牌识别算法
- 基于matlab的模板匹配与车牌识别
- 结构分析中的有限元法与Matlab程序设
- 表情识别代码
- 车牌识别带有设计报告,图片,Matl
-
《Matlab Simuli
nk与控制系统仿真》. - MATLAB App Designer 教程.pdf
- Matlab绘图总结二维,三维显示等
- 基于Matlab的光学实验仿真
- matlab实现sift算法匹配
- matlab分水岭
- 《MATLAB程序设计教程(第二版)》-电
- 基于MATLAB的MEMS表面形貌重构
- matlab最优潮流
- 数字图像课程设计MATLAB实现简单找茬
- 粗糙集属性约简matlab
- Apriori算法matlab代码实现,带数据集和
- MATLAB_2014b(64位)补丁文件crack
- 基于matlab的人脸识别271850
- 机器视觉论文基于matlab的间单图像处
- 生物建模与仿真之matlab部分
- lle算法详解及matlab代码实现
- 基于matlab的模糊边缘检测
- 系统辨识大牛Ljung编写的MATLAB系统辨识
评论
共有 条评论