91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 18.79MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2023-07-15
  • 語言: Matlab
  • 標簽: 人臉識別??

資源簡介

這個課題是用matlab做的多人場景的人臉識別。先預處理,人臉定位,分割,訓練,PCA降維求出協方差矩陣,人臉特征值,然后每個測試的人臉分別進行矩陣求列,作差對比,結果最小的就是目標人臉,輸出識別結果,這個設計有可視化GUI用戶操作界面,是個創新類課題。歡迎交流。

資源截圖

代碼片段和文件信息

function?varargout?=?Main(varargin)
%?MAIN?MATLAB?code?for?Main.fig
%??????MAIN?by?itself?creates?a?new?MAIN?or?raises?the?existing
%??????singleton*.
%
%??????H?=?MAIN?returns?the?handle?to?a?new?MAIN?or?the?handle?to
%??????the?existing?singleton*.
%
%??????MAIN(‘CALLBACK‘hobjecteventDatahandles...)?calls?the?local
%??????function?named?CALLBACK?in?MAIN.M?with?the?given?input?arguments.
%
%??????MAIN(‘Property‘‘Value‘...)?creates?a?new?MAIN?or?raises?the
%??????existing?singleton*.??Starting?from?the?left?property?value?pairs?are
%??????applied?to?the?GUI?before?Main_OpeningFcn?gets?called.??An
%??????unrecognized?property?name?or?invalid?value?makes?property?application
%??????stop.??All?inputs?are?passed?to?Main_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?Main

%?Last?Modified?by?GUIDE?v2.5?21-Nev-2020?01:12:36

%?Begin?initialization?code?-?DO?NOT?EDIT
gui_Singleton?=?1;
gui_State?=?struct(‘gui_Name‘???????mfilename?...
???????????????????‘gui_Singleton‘??gui_Singleton?...
???????????????????‘gui_OpeningFcn‘?@Main_OpeningFcn?...
???????????????????‘gui_OutputFcn‘??@Main_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?Main?is?made?visible.
function?Main_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?Main?(see?VARARGIN)

%?Choose?default?command?line?output?for?Main
handles.output?=?hobject;

%?Update?handles?structure
guidata(hobject?handles);

%?UIWAIT?makes?Main?wait?for?user?response?(see?UIRESUME)
%?uiwait(handles.figure1);


%?---?Outputs?from?this?function?are?returned?to?the?command?line.
function?varargout?=?Main_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;



function?edit1_Callback(hobject?eventdata?handles)
%?hobject????handle?to?edit1?(see?GCBO)
%?eventdata??reserved?-?to?be?defined?in?a?future?version?of?MATLAB
%?handles????structure?with?handles?and?user?data?(see?GUIDATA)

%?Hints:?get(hobject‘String‘)?returns?contents?of?edit1?a

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2020-09-04?15:13??MATLAB多人人臉識別系統\
?????文件???????11382??2020-08-06?18:47??MATLAB多人人臉識別系統\1.bmp
?????文件???????11382??2020-08-06?18:47??MATLAB多人人臉識別系統\2.bmp
?????文件???????11382??2020-08-06?18:47??MATLAB多人人臉識別系統\3.bmp
?????文件???????11382??2020-08-06?18:47??MATLAB多人人臉識別系統\4.bmp
?????文件???????57466??2020-08-06?18:48??MATLAB多人人臉識別系統\GUI控件設計.jpg
?????文件??????296014??2020-08-06?18:47??MATLAB多人人臉識別系統\GUI效果預期示意圖.jpg
?????文件??????122599??2020-08-06?18:46??MATLAB多人人臉識別系統\GUI設計圖.jpg
?????文件???????16824??2020-08-14?20:36??MATLAB多人人臉識別系統\Main.fig
?????文件???????55127??2020-08-14?20:36??MATLAB多人人臉識別系統\Main.m
?????文件?????3776120??2020-08-06?18:47??MATLAB多人人臉識別系統\img_gray.mat
?????文件?????3239018??2020-08-06?18:47??MATLAB多人人臉識別系統\num_anbaorenyuan.mat
?????文件?????3239018??2020-08-06?18:47??MATLAB多人人臉識別系統\num_wailairenyuan.mat
?????文件?????3239018??2020-08-06?18:47??MATLAB多人人臉識別系統\num_yingyerenyuan.mat
?????文件?????3170219??2020-08-06?18:47??MATLAB多人人臉識別系統\trainresult.mat
?????目錄???????????0??2020-09-04?15:13??MATLAB多人人臉識別系統\人臉庫\
?????目錄???????????0??2020-09-04?15:13??MATLAB多人人臉識別系統\人臉庫\01\
?????文件???????16114??2019-06-12?20:55??MATLAB多人人臉識別系統\人臉庫\01\s1.bmp
?????文件???????59838??2019-06-12?20:56??MATLAB多人人臉識別系統\人臉庫\01\s2.bmp
?????文件??????202074??2019-06-12?20:56??MATLAB多人人臉識別系統\人臉庫\01\s3.bmp
?????文件??????666990??2019-06-12?21:05??MATLAB多人人臉識別系統\人臉庫\01\s4.bmp
?????文件???????25446??2019-06-12?21:05??MATLAB多人人臉識別系統\人臉庫\01\s5.bmp
?????目錄???????????0??2020-09-04?15:13??MATLAB多人人臉識別系統\人臉庫\02\
?????文件???????50106??2019-06-12?21:06??MATLAB多人人臉識別系統\人臉庫\02\s1.bmp
?????文件???????44950??2019-06-12?21:06??MATLAB多人人臉識別系統\人臉庫\02\s2.bmp
?????文件??????227754??2019-06-12?21:06??MATLAB多人人臉識別系統\人臉庫\02\s3.bmp
?????文件??????168798??2019-06-12?21:07??MATLAB多人人臉識別系統\人臉庫\02\s4.bmp
?????文件???????12794??2019-06-12?21:07??MATLAB多人人臉識別系統\人臉庫\02\s5.bmp
?????目錄???????????0??2020-09-04?15:13??MATLAB多人人臉識別系統\人臉庫\03\
?????文件??????143062??2019-06-12?21:07??MATLAB多人人臉識別系統\人臉庫\03\s1.bmp
?????文件???????23022??2019-06-12?21:08??MATLAB多人人臉識別系統\人臉庫\03\s2.bmp
............此處省略35個文件信息

評論

共有 條評論