资源简介
图像恢复GUI.zip

代码片段和文件信息
function varargout = tuxianghuifu(varargin)
% TUXIANGHUIFU MATLAB code for tuxianghuifu.fig
% TUXIANGHUIFU by itself creates a new TUXIANGHUIFU or raises the existing
% singleton*.
%
% H = TUXIANGHUIFU returns the handle to a new TUXIANGHUIFU or the handle to
% the existing singleton*.
%
% TUXIANGHUIFU(‘CALLBACK‘hobjecteventDatahandles...) calls the local
% function named CALLBACK in TUXIANGHUIFU.M with the given input arguments.
%
% TUXIANGHUIFU(‘Property‘‘Value‘...) creates a new TUXIANGHUIFU or raises the
% existing singleton*. Starting from the left property value pairs are
% applied to the GUI before tuxianghuifu_OpeningFcn gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to tuxianghuifu_OpeningFcn via varargin.
%
% *See GUI Options on GUIDE‘s Tools menu. Choose “GUI allows only one
% instance to run (singleton)“.
%
% See also: GUIDE GUIDATA GUIHANDLES
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘ mfilename ...
‘gui_Singleton‘ gui_Singleton ...
‘gui_OpeningFcn‘ @tuxianghuifu_OpeningFcn ...
‘gui_OutputFcn‘ @tuxianghuifu_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 tuxianghuifu is made visible.
function tuxianghuifu_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 command line arguments to tuxianghuifu (see VARARGIN)
% Choose default command line output for tuxianghuifu
handles.output = hobject;
% Update handles structure
guidata(hobject handles);
% UIWAIT makes tuxianghuifu wait for user response (see UIRESUME)
% uiwait(handles.figure1);
% --- Outputs from this function are returned to the command line.
function varargout = tuxianghuifu_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;
% --- Executes on button press in pushbutton1.
function pushbutton1_Callback(hobject eventdata handles)
clc;
[filename pathname] = uigetfile({‘*.bmp‘;‘*.jpg‘;‘*.jpeg‘}‘Pick an image-file‘);
if isequal(filename0) | isequal(pathname0)
disp(‘User pressed
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-05-10 15:00 图像恢复GUI\
文件 419057 2017-04-24 22:21 图像恢复GUI\1.jpg
文件 81431 2018-04-30 14:52 图像恢复GUI\2018043014503253802图片.png
文件 66616 2000-07-25 19:18 图像恢复GUI\Couple.bmp
文件 66616 2006-03-19 22:38 图像恢复GUI\girl.bmp
文件 66616 2006-11-05 14:04 图像恢复GUI\lena.bmp
文件 527318 2018-05-09 08:32 图像恢复GUI\mPSF.mat
文件 66616 2006-10-10 11:09 图像恢复GUI\NBA.bmp
文件 93695 2018-04-30 14:16 图像恢复GUI\test.jpg
文件 76982 2018-05-04 11:34 图像恢复GUI\tu.jpg
文件 118654 2018-05-04 11:30 图像恢复GUI\tu.png
文件 9660 2016-04-23 17:58 图像恢复GUI\tuxianghuifu.asv
文件 9851 2017-04-24 23:32 图像恢复GUI\tuxianghuifu.fig
文件 9548 2017-04-24 23:33 图像恢复GUI\tuxianghuifu.m
文件 44115 2018-05-09 08:32 图像恢复GUI\x.mat
文件 527318 2018-05-09 08:32 图像恢复GUI\y.mat
目录 0 2018-05-09 08:29 图像恢复GUI\图像恢复GUI\
文件 419057 2017-04-24 22:21 图像恢复GUI\图像恢复GUI\1.jpg
文件 66616 2000-07-25 19:18 图像恢复GUI\图像恢复GUI\Couple.bmp
文件 66616 2006-03-19 22:38 图像恢复GUI\图像恢复GUI\girl.bmp
文件 66616 2006-11-05 14:04 图像恢复GUI\图像恢复GUI\lena.tiff
文件 1067405 2018-05-04 15:43 图像恢复GUI\图像恢复GUI\mPSF.mat
文件 66616 2006-10-10 11:09 图像恢复GUI\图像恢复GUI\NBA.bmp
文件 76982 2018-05-04 11:35 图像恢复GUI\图像恢复GUI\tu.jpg
文件 9804 2018-05-04 10:56 图像恢复GUI\图像恢复GUI\tuxianghuifu.fig
文件 9732 2017-04-25 23:28 图像恢复GUI\图像恢复GUI\tuxianghuifu.m
文件 53260 2018-05-04 15:51 图像恢复GUI\图像恢复GUI\x.mat
文件 1067405 2018-05-04 15:43 图像恢复GUI\图像恢复GUI\y.mat
文件 378140 2018-04-30 14:08 图像恢复GUI\文件夹图标..jpg
文件 276948 2018-05-04 12:49 图像恢复GUI\灰度图.png
文件 908 2018-05-06 07:37 图像恢复GUI\算法.txt
............此处省略2个文件信息
- 上一篇:RS422驱动.rar
- 下一篇:数据包络分析模型
相关资源
- PID_AutoTune_v0.rar
- vspd7.2.308.zip
- 价值2k的H漫画小说系统
- Pythonamp;课堂amp;笔记(高淇amp;400;集第
- ddos压力测试工具99657
- UML建模大全
- 开源1A锂电池充电板TP4056原理图+PCB
- m1卡 ic卡可选择扇区初始化加密软件
- TSCC.exe
- FTP课程设计(服务端+客户端)
- 计算机图形学 边填充算法实现代码
- 电力系统潮流计算程序集合
- oracle数据迁移项目实施方案
- Web Api 通过文件流 文件到本地
- Visio图标-最新最全的网络通信图标库
- Spire API文档
- OpenGL参考手册
- Python中Numpy库最新教程
- SPD博士V5.3.exe
- 直流无刷电机方波驱动 stm32 例程代码
- layui后台管理模板
- 仿知乎界面小程序源代码
- 云平台-阿里云详细介绍
- photoshop经典1000例
- scratch垃圾分类源码(最终版本).sb
- IAR ARM 7.8破解
- TI CCS V5.4 安装步骤及破解文件
- 松下plc FP-XH的驱动
- 局域网硬件信息收集工具
- 加快Windows XP操作系统开机速度
评论
共有 条评论