資源簡介
基于Matlab的職能識別系統,用MATLAB的gui模塊,分成兩個button,對車牌進行切割識別

代碼片段和文件信息
function?varargout?=?chepai(varargin)
%?CHEPAI?MATLAB?code?for?chepai.fig
%??????CHEPAI?by?itself?creates?a?new?CHEPAI?or?raises?the?existing
%??????singleton*.
%
%??????H?=?CHEPAI?returns?the?handle?to?a?new?CHEPAI?or?the?handle?to
%??????the?existing?singleton*.
%
%??????CHEPAI(‘CALLBACK‘hobjecteventDatahandles...)?calls?the?local
%??????function?named?CALLBACK?in?CHEPAI.M?with?the?given?input?arguments.
%
%??????CHEPAI(‘Property‘‘Value‘...)?creates?a?new?CHEPAI?or?raises?the
%??????existing?singleton*.??Starting?from?the?left?property?value?pairs?are
%??????applied?to?the?GUI?before?chepai_OpeningFcn?gets?called.??An
%??????unrecognized?property?name?or?invalid?value?makes?property?application
%??????stop.??All?inputs?are?passed?to?chepai_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?chepai
%?Last?Modified?by?GUIDE?v2.5?08-Jun-2018?21:14:20
%?Begin?initialization?code?-?DO?NOT?EDIT
gui_Singleton?=?1;
gui_State?=?struct(‘gui_Name‘???????mfilename?...
???????????????????‘gui_Singleton‘??gui_Singleton?...
???????????????????‘gui_OpeningFcn‘?@chepai_OpeningFcn?...
???????????????????‘gui_OutputFcn‘??@chepai_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?chepai?is?made?visible.
function?chepai_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?chepai?(see?VARARGIN)
%?Choose?default?command?line?output?for?chepai
handles.output?=?hobject;
%?Update?handles?structure
guidata(hobject?handles);
%?UIWAIT?makes?chepai?wait?for?user?response?(see?UIRESUME)
%?uiwait(handles.figure1);
%?---?Outputs?from?this?function?are?returned?to?the?command?line.
function?varargout?=?chepai_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?pushbutton1.
function?pushbutton1_Callback(hobject?eventdata?handles)
%?hobject????handle?to?pushbutton1?(see?GCBO)
%?eventdata??reserved?-?to?be?defined?in?a?future?version?of?MATLAB
%?handles????structur
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????918??2018-06-08?21:21??基于Matlab車牌識別系統\1.jpg
?????文件????????559??2018-06-08?21:21??基于Matlab車牌識別系統\2.jpg
?????文件????????656??2018-06-08?21:21??基于Matlab車牌識別系統\3.jpg
?????文件????????649??2018-06-08?21:21??基于Matlab車牌識別系統\4.jpg
?????文件????????626??2018-06-08?21:21??基于Matlab車牌識別系統\5.jpg
?????文件????????646??2018-06-08?21:21??基于Matlab車牌識別系統\6.jpg
?????文件????????622??2018-06-08?21:21??基于Matlab車牌識別系統\7.jpg
?????文件?????125024??2018-06-08?21:14??基于Matlab車牌識別系統\chepai.fig
?????文件???????9767??2018-06-08?21:20??基于Matlab車牌識別系統\chepai.m
?????文件???????1799??2017-06-17?09:51??基于Matlab車牌識別系統\getword.m
?????文件????????705??2017-06-16?21:17??基于Matlab車牌識別系統\my_imsplit.m
?????文件????????660??2009-01-02?01:38??基于Matlab車牌識別系統\字符模板\0.jpg
?????文件????????482??2017-06-14?10:53??基于Matlab車牌識別系統\字符模板\1.jpg
?????文件??????12351??2017-06-14?10:53??基于Matlab車牌識別系統\字符模板\2.jpg
?????文件????????793??2017-06-23?19:55??基于Matlab車牌識別系統\字符模板\3.jpg
?????文件??????12022??2017-06-14?10:53??基于Matlab車牌識別系統\字符模板\4.jpg
?????文件??????12340??2017-06-14?10:53??基于Matlab車牌識別系統\字符模板\5.jpg
?????文件????????797??2017-06-14?10:53??基于Matlab車牌識別系統\字符模板\6.jpg
?????文件????????583??2017-06-14?10:53??基于Matlab車牌識別系統\字符模板\7.jpg
?????文件????????789??2017-06-14?10:53??基于Matlab車牌識別系統\字符模板\8.jpg
?????文件????????778??2017-06-14?10:53??基于Matlab車牌識別系統\字符模板\9.jpg
?????文件????????806??2017-06-23?19:52??基于Matlab車牌識別系統\字符模板\A.jpg
?????文件????????884??2017-06-23?19:54??基于Matlab車牌識別系統\字符模板\B.jpg
?????文件????????771??2009-01-02?11:43??基于Matlab車牌識別系統\字符模板\C.jpg
?????文件????????662??2017-06-14?10:53??基于Matlab車牌識別系統\字符模板\D.jpg
?????文件??????11865??2017-06-14?10:53??基于Matlab車牌識別系統\字符模板\E.jpg
?????文件??????11722??2017-06-14?10:53??基于Matlab車牌識別系統\字符模板\F.jpg
?????文件??????12276??2017-06-14?10:53??基于Matlab車牌識別系統\字符模板\G.jpg
?????文件????????439??2017-06-17?11:17??基于Matlab車牌識別系統\字符模板\H.jpg
?????文件??????11563??2017-06-14?10:53??基于Matlab車牌識別系統\字符模板\I.jpg
............此處省略38個文件信息
- 上一篇:軟閾值小波去噪matlab
- 下一篇:優化方法的擬牛頓法Matlab代碼
評論
共有 條評論