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

  • 大小: 682KB
    文件類型: .rar
    金幣: 2
    下載: 1 次
    發布日期: 2021-06-06
  • 語言: Matlab
  • 標簽: 指紋識別??

資源簡介

使用matlab GUI做的指紋識別,包含指紋數據庫。GUI中能夠進行讀取、二值化、灰度轉換、直方圖統計、特征提取等

資源截圖

代碼片段和文件信息

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

%?Last?Modified?by?GUIDE?v2.5?17-Jun-2015?18:07:27

%?Begin?initialization?code?-?DO?NOT?EDIT
gui_Singleton?=?1;
gui_State?=?struct(‘gui_Name‘???????mfilename?...
???????????????????‘gui_Singleton‘??gui_Singleton?...
???????????????????‘gui_OpeningFcn‘?@GUI_OpeningFcn?...
???????????????????‘gui_OutputFcn‘??@GUI_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?GUI?is?made?visible.
function?GUI_OpeningFcn(hobject?eventdata?handles?varargin)
%?This?function?has?no?output?args?see?OutputFcn.
%?hobject????handle?to?figure
%?eventdata??reserved?-?to?be?defined?han?in?a?future?version?of?MATLAB
%?handles????structure?with?handles?and?user?data?(see?GUIDATA)
%?varargin???command?line?arguments?to?GUI?(see?VARARGIN)

%?Choose?default?command?line?output?for?GUI
handles.output?=?hobject;
a=ones(256256);
axes(handles.axes1);
imshow(a);
axes(handles.axes2);
imshow(a);
axes(handles.axes3);
imshow(a);
axes(handles.axes4);
imshow(a);
%?Update?handles?structure
guidata(hobject?handles);

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


%?---?Outputs?from?this?function?are?returned?to?the?command?line.
function?varargout?=?GUI_OutputFcn(hobject?eventdata?handles)?
%?varargout??cell?array?for?han?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?clear.
function?clear_Callback(hobject?eventdata?handles)
%?hobject????handle?to?clear?(see?GCBO)
%?eve

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件?????120054??2007-07-24?09:47??指紋庫\Empreinte.bmp

?????文件?????225774??2008-03-04?12:57??指紋庫\im.bmp

?????文件?????188802??2008-03-04?13:00??指紋庫\im1.bmp

?????文件?????307254??2007-11-30?13:15??指紋庫\Image.bmp

?????文件?????786488??2008-03-04?12:17??指紋庫\tt.bmp

?????文件?????344342??2008-03-04?13:13??指紋庫\x1.bmp

?????文件?????411774??2008-03-04?13:55??指紋庫\xx.bmp

?????文件?????156726??2008-03-04?13:51??指紋庫\z.bmp

?????文件??????63525??2017-05-10?08:45??GUI.fig

?????文件???????8786??2017-05-10?08:46??GUI.m

?????目錄??????????0??2017-05-10?08:52??指紋庫

-----------?---------??----------?-----??----

??????????????2613525????????????????????11


評論

共有 條評論