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

資源簡(jiǎn)介

基于matlab的界面,能夠?qū)崿F(xiàn)對(duì)圖像的邊緣檢測(cè),內(nèi)含有測(cè)試圖片

資源截圖

代碼片段和文件信息

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

%?Last?Modified?by?GUIDE?v2.5?11-Jan-2016?15:29:16

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

%?Choose?default?command?line?output?for?guixuexi1
handles.output?=?hobject;
%初始化GUI
a?=?ones(256256);
axes(handles.axes1);
imshow(a);
axes(handles.axes2);
imshow(a);
axes(handles.axes3);
imshow(a);
%?Update?handles?structure
guidata(hobject?handles);%更新窗口

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


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

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件???????9974??2016-01-11?16:27??guixuexi1.fig

?????文件???????8288??2016-01-11?16:21??1.jpg

?????文件??????14221??2016-01-11?16:22??1_副本.jpg

?????文件???????8469??2016-01-11?16:41??guixuexi1.m

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

????????????????40952????????????????????4


評(píng)論

共有 條評(píng)論