資源簡介
基于MATLAB-GUI圖形界面的數字圖像處理軟件 本系統設計基于GUI圖形界面,用matlab語言編寫代碼,實現功能包括圖象的讀取、存儲、顯示、直方圖均衡化、閾值化、小波分解、小波重構、加噪、去噪、平滑、銳化、邊緣檢測、圖像分割等

代碼片段和文件信息
function?varargout?=?cml20062036(varargin)
%CML20062036?M-file?for?cml20062036.fig
%??????CML20062036?by?itself?creates?a?new?CML20062036?or?raises?the?existing
%??????singleton*.
%
%??????H?=?CML20062036?returns?the?handle?to?a?new?CML20062036?or?the?handle?to
%??????the?existing?singleton*.
%
%??????CML20062036(‘Property‘‘Value‘...)?creates?a?new?CML20062036?using?the
%??????given?property?value?pairs.?Unrecognized?properties?are?passed?via
%??????varargin?to?cml20062036_OpeningFcn.??This?calling?syntax?produces?a
%??????warning?when?there?is?an?existing?singleton*.
%
%??????CML20062036(‘CALLBACK‘)?and?CML20062036(‘CALLBACK‘hobject...)?call?the
%??????local?function?named?CALLBACK?in?CML20062036.M?with?the?given?input
%??????arguments.
%
%??????*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?cml20062036
%?Last?Modified?by?GUIDE?v2.5?12-May-2009?12:43:40
%?Begin?initialization?code?-?DO?NOT?EDIT
gui_Singleton?=?1;
gui_State?=?struct(‘gui_Name‘???????mfilename?...
???????????????????‘gui_Singleton‘??gui_Singleton?...
???????????????????‘gui_OpeningFcn‘?@cml20062036_OpeningFcn?...
???????????????????‘gui_OutputFcn‘??@cml20062036_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?cml20062036?is?made?visible.
function?cml20062036_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???unrecognized?PropertyName/PropertyValue?pairs?from?the
%????????????command?line?(see?VARARGIN)
%?Choose?default?command?line?output?for?cml20062036
handles.output?=?hobject;
%?Update?handles?structure
guidata(hobject?handles);
%?UIWAIT?makes?cml20062036?wait?for?user?response?(see?UIRESUME)
%?uiwait(handles.figure1);
%?---?Outputs?from?this?function?are?returned?to?the?command?line.
function?varargout?=?cml20062036_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;
%?--------------------------------------------------------------------
function?Untitled_1_Callback(hobject?eventdata?handles)
%?hobject????handle?to?Untitled_1?(see?GCBO)
%?eventdata??r
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????60062??2009-05-13?15:26??bw.bmp
?????文件????1218468??2009-05-10?15:17??cats.tif
?????文件??????25960??2009-05-14?20:11??cml20062036.asv
?????文件???????9989??2009-05-14?20:11??cml20062036.fig
?????文件??????25938??2009-05-14?20:13??cml20062036.m
?????文件?????481078??2009-05-13?15:26??gray.bmp
?????文件?????481078??2009-05-11?17:53??ind.bmp
?????文件????1430315??2009-05-13?15:26??ind.mat
?????文件????????239??2009-05-11?13:15??test2.asv
?????文件????????265??2009-05-11?13:24??test2.m
?????文件???????1254??2009-05-11?18:52??transform.asv
?????文件???????1480??2009-05-11?19:06??transform.m
-----------?---------??----------?-----??----
??????????????3736126????????????????????12
- 上一篇:數字圖像處理期末大作業.doc
- 下一篇:SVM分類與回歸的matlab代碼
評論
共有 條評論