资源描述:
《编程辅导直方图优化的图像去雾技术源码程序【matlab源码】》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、毕业论文(设计)题目学院学院专业学生姓名学号年级级指导教师 毕业教务处制表毕业基于matlab编程辅导直方图优化的图像去雾技术源码程序一、程序说明本团队长期从事matlab编程与仿真工作,擅长各类毕业设计、数据处理、图表绘制、理论分析等,程序代做、数据分析具体信息联系二、程序示例functionvarargout=MainForm(varargin)%MAINFORMMATLABcodeforMainForm.fig%MAINFORM,byitself,createsanewMAINFORMorraisestheexisting%singleton*.
2、%%H=MAINFORMreturnsthehandletoanewMAINFORMorthehandleto%theexistingsingleton*.%%MAINFORM('CALLBACK',hObject,eventData,handles,...)callsthelocal%functionnamedCALLBACKinMAINFORM.Mwiththegiveninputarguments.%%MAINFORM('Property','Value',...)createsanewMAINFORMorraisesthe%existingsi
3、ngleton*.Startingfromtheleft,propertyvaluepairsare%appliedtotheGUIbeforeMainForm_OpeningFcngetscalled.An%unrecognizedpropertynameorinvalidvaluemakespropertyapplication%stop.AllinputsarepassedtoMainForm_OpeningFcnviavarargin.%%*SeeGUIOptionsonGUIDE'sToolsmenu.Choose"GUIallow
4、sonlyone%instancetorun(singleton)".%%Seealso:GUIDE,GUIDATA,GUIHANDLES%EdittheabovetexttomodifytheresponsetohelpMainForm%LastModifiedbyGUIDEv2.529-Dec-201317:16:36%Begininitializationcode-DONOTEDITgui_Singleton=1;gui_State=struct('gui_Name',mfilename,...'gui_Singleton',gui_S
5、ingleton,...'gui_OpeningFcn',@MainForm_OpeningFcn,...'gui_OutputFcn',@MainForm_OutputFcn,...'gui_LayoutFcn',[],...'gui_Callback',[]);ifnargin&&ischar(varargin{1})gui_State.gui_Callback=str2func(varargin{1});endifnargout[varargout{1:nargout}]=gui_mainfcn(gui_State,varargin{:});el
6、segui_mainfcn(gui_State,varargin{:});end%Endinitializationcode-DONOTEDIT%---ExecutesjustbeforeMainFormismadevisible.functionMainForm_OpeningFcn(hObject,eventdata,handles,varargin)%Thisfunctionhasnooutputargs,seeOutputFcn.%hObjecthandletofigure%eventdatareserved-tobedefinedinafut
7、ureversionofMATLAB%handlesstructurewithhandlesanduserdata(seeGUIDATA)%varargincommandlineargumentstoMainForm(seeVARARGIN)%ChoosedefaultcommandlineoutputforMainFormhandles.output=hObject;handles.Img1=0;handles.Img2=0;%Updatehandlesstructureguidata(hObject,handles);%UIWAITmakesMai
8、nFormwaitforuserresponse(seeUIRESUME)%uiwait(ha