资源简介

本科毕业设计用MATLAB的GUI设计一个界面,实现用多种方法的图像去雾,上面给出主函数,里面所有方法的函数都有的,也解释了代码,有人要答辩PPT或者参考论文等资料可以找我,还有去雾的图片。

资源截图

代码片段和文件信息


function varargout = MainForm(varargin)
% MAINFORM MATLAB code for MainForm.fig
%      MAINFORM by itself creates a new MAINFORM or raises the existing
%      singleton*.
%
%      H = MAINFORM returns the handle to a new MAINFORM or the handle to
%      the existing singleton*.
%
%      MAINFORM(‘CALLBACK‘hobjecteventDatahandles...) calls the local
%      function named CALLBACK in MAINFORM.M with the given input arguments.
%
%      MAINFORM(‘Property‘‘Value‘...) creates a new MAINFORM or raises the
%      existing singleton*.  Starting from the left property value pairs are
%      applied to the GUI before MainForm_OpeningFcn gets called.  An
%      unrecognized property name or invalid value makes property application
%      stop.  All inputs are passed to MainForm_OpeningFcn v

评论

共有 条评论