资源描述:
《图像预处理GUI》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、图像增强GUI的fig界面图像增强GUI的结果界面其m文件见txt文件:图像增强GUI的m文件:functionvarargout=imageenhance(varargin)%IMAGEENHANCEMATLABcodeforimageenhance.fig%IMAGEENHANCE,byitself,createsanewIMAGEENHANCEorraisestheexisting%singleton*.%%H=IMAGEENHANCEreturnsthehandletoanewIMAGEENHANCEorthehandleto%theexistingsingleton*.%%IM
2、AGEENHANCE('CALLBACK',hObject,eventData,handles,...)callsthelocal%functionnamedCALLBACKinIMAGEENHANCE.Mwiththegiveninputarguments.%%IMAGEENHANCE('Property','Value',...)createsanewIMAGEENHANCEorraisesthe%existingsingleton*.Startingfromtheleft,propertyvaluepairsare%appliedtotheGUIbeforeimageenhance
3、_OpeningFcngetscalled.An%unrecognizedpropertynameorinvalidvaluemakespropertyapplication%stop.Allinputsarepassedtoimageenhance_OpeningFcnviavarargin.%%*SeeGUIOptionsonGUIDE'sToolsmenu.Choose"GUIallowsonlyone%instancetorun(singleton)".%%Seealso:GUIDE,GUIDATA,GUIHANDLES%Edittheabovetexttomodifythere
4、sponsetohelpimageenhance%LastModifiedbyGUIDEv2.519-May-201220:00:36%Begininitializationcode-DONOTEDITgui_Singleton=1;gui_State=struct('gui_Name',mfilename,...'gui_Singleton',gui_Singleton,...'gui_OpeningFcn',@imageenhance_OpeningFcn,...'gui_OutputFcn',@imageenhance_OutputFcn,...'gui_LayoutFcn',[]
5、,...'gui_Callback',[]);ifnargin&&ischar(varargin{1})gui_State.gui_Callback=str2func(varargin{1});endifnargout[varargout{1:nargout}]=gui_mainfcn(gui_State,varargin{:});elsegui_mainfcn(gui_State,varargin{:});end%Endinitializationcode-DONOTEDIT%---Executesjustbeforeimageenhanceismadevisible.function
6、imageenhance_OpeningFcn(hObject,eventdata,handles,varargin)%Thisfunctionhasnooutputargs,seeOutputFcn.%hObjecthandletofigure%eventdatareserved-tobedefinedinafutureversionofMATLAB%handlesstructurewithhandlesanduserdata(seeGUIDATA)%varargincommandlineargumentstoimageenhance(seeVARARGIN)%Choosedefaul
7、tcommandlineoutputforimageenhancehandles.output=hObject;%Updatehandlesstructureguidata(hObject,handles);%UIWAITmakesimageenhancewaitforuserresponse(seeUIRESUME)%uiwait(handles.figure1);%---Outputsfromthisfunctionareret