-
大小: 3.51MB文件類型: .rar金幣: 2下載: 0 次發(fā)布日期: 2023-09-20
- 語(yǔ)言: 其他
- 標(biāo)簽:
資源簡(jiǎn)介
基于顏色特征的圖像檢索系統(tǒng)論文及程序

代碼片段和文件信息
function?varargout?=?Demo(varargin)
%?------------------------------------------------------------
%???DEMO?Application?M-file?for?Demo.fig
%???DEMO?by?itself?creates?a?new?DEMO?or?raises?the?existing
%???singleton*.
%
%???H?=?DEMO?returns?the?handle?to?a?new?DEMO?or?the?handle?to
%???the?existing?singleton*.
%
%???DEMO(‘CALLBACK‘hobjecteventDatahandles...)?calls?the?local
%???function?named?CALLBACK?in?DEMO.M?with?the?given?input?arguments.
%
%???DEMO(‘Property‘‘Value‘...)?creates?a?new?DEMO?or?raises?the
%???existing?singleton*.??Starting?from?the?left?property?value?pairs?are
%???applied?to?the?GUI?before?Demo_OpeningFunction?gets?called.??An
%???unrecognized?property?name?or?invalid?value?makes?property?application
%???stop.??All?inputs?are?passed?to?Demo_OpeningFcn?via?varargin.
%
%???*See?GUI?Options?-?GUI?allows?only?one?instance?to?run?(singleton).
%
%?See?also:?GUIDE?GUIDATA?GUIHANDLES
%?Edit?the?above?text?to?modify?the?response?to?help?Demo
%?Last?Modified?by?GUIDE?v2.5?03-Apr-2009?15:16:28
%?------------------------------------------------------------
%?------------------------------------------------------------
%?初始化的代碼?-?DO?NOT?EDIT
gui_Singleton?=?1;
gui_State?=?struct(‘gui_Name‘??????????mfilename?...
???????????????????‘gui_Singleton‘?????gui_Singleton?...
???????????????????‘gui_OpeningFcn‘????@Demo_OpeningFcn?...
???????????????????‘gui_OutputFcn‘?????@Demo_OutputFcn?...
???????????????????‘gui_LayoutFcn‘?????[]?...
???????????????????‘gui_Callback‘??????[]);
if?nargin?==?0???%?LAUNCH?GUI
initial_dir?=?pwd;
%?Open?FIG-file
fig?=?openfig(mfilename‘reuse‘); %?Generate?a?structure?of?handles?to?pass?to?callbacks?and?store?it.?
handles?=?guihandles(fig);
guidata(fig?handles);
%disp(‘populate1!!‘);
%?Populate?the?listbox
load_listbox(initial_dirhandles)
%?Return?figure?handle?as?first?output?argument
????if?nargout?>?0
???? varargout{1}?=?fig;
????end
elseif?ischar(varargin{1})?%?INVOKE?NAMED?SUBFUNCTION?OR?CALLBACK
??try
????[varargout{1:nargout}]?=?feval(varargin{:});?%?FEVAL?switchyard
??catch
????disp(lasterr);
??end
end
%?初始化結(jié)束?-?DO?NOT?EDIT
%?------------------------------------------------------------
%?------------------------------------------------------------
%?Executes?just?before?Demo?is?made?visible.
%?------------------------------------------------------------
function?Demo_OpeningFcn(hobject?eventdata?handles?varargin)
%?該函數(shù)沒(méi)有輸出參數(shù).
%?hobject????handle?to?figure(圖形的句柄)
%?eventdata??reserved?-?該參數(shù)保留以后的MATLAB版本使用
%?handles????structure?with?handles?and?user?data?(see?GUIDATA)
%?varargin???命令行的輸入?yún)?shù)(see?VARARGIN)
%?選擇默認(rèn)的命令行輸出
handles.output?=?hobject;
%?Initialize?the?options...
handles.option?=?‘input‘;
%?更新句柄結(jié)構(gòu)
guidata(hobject?handles);
%?------------------------------------------------------------
%?------------------------------------------------------------
%?該
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件??????66614??2003-03-10?23:20??基于顏色特征的圖像檢索系統(tǒng)\007.bmp
?????文件??????66614??2003-05-05?23:20??基于顏色特征的圖像檢索系統(tǒng)\01.bmp
?????文件??????66614??2003-03-11?06:49??基于顏色特征的圖像檢索系統(tǒng)\011.BMP
?????文件??????66614??2003-05-05?23:20??基于顏色特征的圖像檢索系統(tǒng)\02.bmp
?????文件??????66614??2003-05-05?23:21??基于顏色特征的圖像檢索系統(tǒng)\03.bmp
?????文件??????66614??2003-05-05?23:21??基于顏色特征的圖像檢索系統(tǒng)\04.bmp
?????文件??????66614??2003-05-05?23:21??基于顏色特征的圖像檢索系統(tǒng)\05.bmp
?????文件??????66614??2003-05-05?23:21??基于顏色特征的圖像檢索系統(tǒng)\06.bmp
?????文件??????66614??2003-05-05?23:21??基于顏色特征的圖像檢索系統(tǒng)\07.bmp
?????文件??????66614??2003-05-05?23:21??基于顏色特征的圖像檢索系統(tǒng)\08.bmp
?????文件??????66614??2003-03-10?23:24??基于顏色特征的圖像檢索系統(tǒng)\081.BMP
?????文件??????66614??2003-05-05?23:21??基于顏色特征的圖像檢索系統(tǒng)\09.bmp
?????文件??????66614??2003-03-10?23:25??基于顏色特征的圖像檢索系統(tǒng)\091.BMP
?????文件??????66614??2003-05-05?23:22??基于顏色特征的圖像檢索系統(tǒng)\10.bmp
?????文件??????66614??2003-03-10?23:25??基于顏色特征的圖像檢索系統(tǒng)\101.BMP
?????文件??????66614??2003-05-05?23:22??基于顏色特征的圖像檢索系統(tǒng)\11.bmp
?????文件??????66614??2003-03-10?23:26??基于顏色特征的圖像檢索系統(tǒng)\111.BMP
?????文件??????66614??2003-05-05?23:22??基于顏色特征的圖像檢索系統(tǒng)\12.bmp
?????文件??????66614??2003-03-10?23:27??基于顏色特征的圖像檢索系統(tǒng)\121.BMP
?????文件??????66614??2003-05-05?23:22??基于顏色特征的圖像檢索系統(tǒng)\13.bmp
?????文件??????66614??2003-03-10?23:27??基于顏色特征的圖像檢索系統(tǒng)\131.BMP
?????文件??????66614??2003-05-05?23:22??基于顏色特征的圖像檢索系統(tǒng)\14.bmp
?????文件??????66614??2003-03-10?23:28??基于顏色特征的圖像檢索系統(tǒng)\141.BMP
?????文件??????66614??2003-05-05?23:22??基于顏色特征的圖像檢索系統(tǒng)\15.bmp
?????文件??????66614??2003-03-10?23:28??基于顏色特征的圖像檢索系統(tǒng)\151.BMP
?????文件??????66614??2003-05-05?23:22??基于顏色特征的圖像檢索系統(tǒng)\16.bmp
?????文件??????66614??2003-05-05?23:22??基于顏色特征的圖像檢索系統(tǒng)\17.bmp
?????文件??????66614??2003-03-10?23:29??基于顏色特征的圖像檢索系統(tǒng)\171.BMP
?????文件??????66614??2003-05-05?23:22??基于顏色特征的圖像檢索系統(tǒng)\18.bmp
?????文件??????66614??2003-03-10?23:30??基于顏色特征的圖像檢索系統(tǒng)\181.BMP
............此處省略75個(gè)文件信息
- 上一篇:STM32 ADF4351
- 下一篇:Repast Simphony 使用指南
評(píng)論
共有 條評(píng)論