資源簡介
基于顏色特征的圖像檢索系統論文及程序

代碼片段和文件信息
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
%?初始化結束?-?DO?NOT?EDIT
%?------------------------------------------------------------
%?------------------------------------------------------------
%?Executes?just?before?Demo?is?made?visible.
%?------------------------------------------------------------
function?Demo_OpeningFcn(hobject?eventdata?handles?varargin)
%?該函數沒有輸出參數.
%?hobject????handle?to?figure(圖形的句柄)
%?eventdata??reserved?-?該參數保留以后的MATLAB版本使用
%?handles????structure?with?handles?and?user?data?(see?GUIDATA)
%?varargin???命令行的輸入參數(see?VARARGIN)
%?選擇默認的命令行輸出
handles.output?=?hobject;
%?Initialize?the?options...
handles.option?=?‘input‘;
%?更新句柄結構
guidata(hobject?handles);
%?------------------------------------------------------------
%?------------------------------------------------------------
%?該
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????66614??2003-03-10?23:20??基于顏色特征的圖像檢索系統\007.bmp
?????文件??????66614??2003-05-05?23:20??基于顏色特征的圖像檢索系統\01.bmp
?????文件??????66614??2003-03-11?06:49??基于顏色特征的圖像檢索系統\011.BMP
?????文件??????66614??2003-05-05?23:20??基于顏色特征的圖像檢索系統\02.bmp
?????文件??????66614??2003-05-05?23:21??基于顏色特征的圖像檢索系統\03.bmp
?????文件??????66614??2003-05-05?23:21??基于顏色特征的圖像檢索系統\04.bmp
?????文件??????66614??2003-05-05?23:21??基于顏色特征的圖像檢索系統\05.bmp
?????文件??????66614??2003-05-05?23:21??基于顏色特征的圖像檢索系統\06.bmp
?????文件??????66614??2003-05-05?23:21??基于顏色特征的圖像檢索系統\07.bmp
?????文件??????66614??2003-05-05?23:21??基于顏色特征的圖像檢索系統\08.bmp
?????文件??????66614??2003-03-10?23:24??基于顏色特征的圖像檢索系統\081.BMP
?????文件??????66614??2003-05-05?23:21??基于顏色特征的圖像檢索系統\09.bmp
?????文件??????66614??2003-03-10?23:25??基于顏色特征的圖像檢索系統\091.BMP
?????文件??????66614??2003-05-05?23:22??基于顏色特征的圖像檢索系統\10.bmp
?????文件??????66614??2003-03-10?23:25??基于顏色特征的圖像檢索系統\101.BMP
?????文件??????66614??2003-05-05?23:22??基于顏色特征的圖像檢索系統\11.bmp
?????文件??????66614??2003-03-10?23:26??基于顏色特征的圖像檢索系統\111.BMP
?????文件??????66614??2003-05-05?23:22??基于顏色特征的圖像檢索系統\12.bmp
?????文件??????66614??2003-03-10?23:27??基于顏色特征的圖像檢索系統\121.BMP
?????文件??????66614??2003-05-05?23:22??基于顏色特征的圖像檢索系統\13.bmp
?????文件??????66614??2003-03-10?23:27??基于顏色特征的圖像檢索系統\131.BMP
?????文件??????66614??2003-05-05?23:22??基于顏色特征的圖像檢索系統\14.bmp
?????文件??????66614??2003-03-10?23:28??基于顏色特征的圖像檢索系統\141.BMP
?????文件??????66614??2003-05-05?23:22??基于顏色特征的圖像檢索系統\15.bmp
?????文件??????66614??2003-03-10?23:28??基于顏色特征的圖像檢索系統\151.BMP
?????文件??????66614??2003-05-05?23:22??基于顏色特征的圖像檢索系統\16.bmp
?????文件??????66614??2003-05-05?23:22??基于顏色特征的圖像檢索系統\17.bmp
?????文件??????66614??2003-03-10?23:29??基于顏色特征的圖像檢索系統\171.BMP
?????文件??????66614??2003-05-05?23:22??基于顏色特征的圖像檢索系統\18.bmp
?????文件??????66614??2003-03-10?23:30??基于顏色特征的圖像檢索系統\181.BMP
............此處省略75個文件信息
- 上一篇:STM32 ADF4351
- 下一篇:Repast Simphony 使用指南
評論
共有 條評論