资源简介
根据MATLAB软件中的GUI界面设计一个比较简单的关于图像处理的界面,该压缩包中包含了几种不用的GUI设计界面,希望对你们有所帮助
代码片段和文件信息
function varargout = image_menu(varargin)
% IMAGE_MENU M-file for image_menu.fig
% IMAGE_MENU by itself creates a new IMAGE_MENU or raises the existing
% singleton*.
%
% H = IMAGE_MENU returns the handle to a new IMAGE_MENU or the handle to
% the existing singleton*.
%
% IMAGE_MENU(‘CALLBACK‘hobjecteventDatahandles...) calls the local
% function named CALLBACK in IMAGE_MENU.M with the given input arguments.
%
% IMAGE_MENU(‘Property‘‘Value‘...) creates a new IMAGE_MENU or raises the
% existing singleton*. Starting from the left property value pairs are
% applied to the GUI before image_menu_OpeningFunction gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to image_menu_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
% Edit the above text to modify the response to help image_menu
% Last Modified by GUIDE v2.5 12-Nov-2010 19:42:15
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘ mfilename ...
‘gui_Singleton‘ gui_Singleton ...
‘gui_OpeningFcn‘ @image_menu_OpeningFcn ...
‘gui_OutputFcn‘ @image_menu_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 image_menu is made visible.
function image_menu_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 image_menu (see VARARGIN)
global im;
global im_temp;
% Choose default command line output for image_menu
handles.output = hobject;
% Update handles structure
guidata(hobject handles);
% UIWAIT makes image_menu wait for user response (see UIRESUME)
% uiwait(handles.figure1);
% --- Outputs from this function are returned to the command line.
function varargout = image_menu_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;
% ----------------------------------------------
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 54580 2010-09-06 11:25 电信课程设计\1.image_menu\castle.jpg
文件 601919 2010-09-06 11:25 电信课程设计\1.image_menu\castle.png
文件 3782 2010-11-12 19:42 电信课程设计\1.image_menu\image_menu.fig
文件 5884 2010-11-12 19:42 电信课程设计\1.image_menu\image_menu.m
文件 65722 2006-04-04 00:00 电信课程设计\1.image_menu\lena.tif
文件 474648 2010-05-27 19:35 电信课程设计\1.image_menu\Lenna.png
文件 54580 2010-11-01 18:29 电信课程设计\2.image_proc\castle.jpg
文件 601919 2010-11-01 18:29 电信课程设计\2.image_proc\castle.png
文件 7389 2010-11-01 18:49 电信课程设计\2.image_proc\image_proc.asv
文件 6620 2010-11-01 18:56 电信课程设计\2.image_proc\image_proc.fig
文件 7729 2010-11-01 18:57 电信课程设计\2.image_proc\image_proc.m
文件 65722 2010-11-01 18:29 电信课程设计\2.image_proc\lena.tif
文件 474648 2010-11-01 18:29 电信课程设计\2.image_proc\Lenna.png
文件 131 2010-11-01 18:36 电信课程设计\2.image_proc\rgb2yuv.m
文件 806 2010-11-01 18:36 电信课程设计\2.image_proc\show_rgb.m
文件 54580 2010-09-06 11:25 电信课程设计\3.two_gui\castle.jpg
文件 601919 2010-09-06 11:25 电信课程设计\3.two_gui\castle.png
文件 3477 2010-11-08 18:46 电信课程设计\3.two_gui\image_menu.fig
文件 5398 2010-11-08 18:48 电信课程设计\3.two_gui\image_menu.m
文件 1839 2010-11-08 18:46 电信课程设计\3.two_gui\image_rotate.fig
文件 4509 2010-11-08 18:49 电信课程设计\3.two_gui\image_rotate.m
文件 65722 2006-04-04 00:00 电信课程设计\3.two_gui\lena.tif
文件 474648 2010-05-27 19:35 电信课程设计\3.two_gui\Lenna.png
....... 54580 2010-11-15 18:44 电信课程设计\4.function_calling\castle.jpg
....... 601919 2010-11-15 18:44 电信课程设计\4.function_calling\castle.png
....... 251 2010-11-15 18:42 电信课程设计\4.function_calling\equ.m
....... 2090 2010-11-13 01:07 电信课程设计\4.function_calling\equalizations.m
....... 2191 2010-11-15 18:40 电信课程设计\4.function_calling\equalization_total.m
....... 1163 2010-11-12 21:33 电信课程设计\4.function_calling\hsi22rgb.m
....... 7389 2010-11-01 18:49 电信课程设计\4.function_calling\image_proc.asv
............此处省略44个文件信息
相关资源
- MATLAB可视化大学物理学().rar
- MATLAB数据分析与挖掘实战pdf完整版
- 导波光子学matlab仿真.pdf
- pegasos算法matlab代码
- 《高等应用数学问题的MATLAB求解-第二
- mean shift算法matlab源代码及演示图片
- MATLAB神经网络43个案例分析 源代码&数
- Design of Sigma-Delta Converters in MATLAB®_S
- MATLAB5手册
- 《模式识别与人工智能基于MATLAB》程
- matlab车牌识别源代码152962
- 《精通matlab数字图像处理与识别》一
- Matlab 大量PDF书籍资料
- 数字图像处理MATLAB版本科教学版 第
- 数字调制解调技术的MATLAB与FPGA实现—
-
详解MATLAB/SIMUli
nk通信系统建模与仿 - 现代数字图像处理技术提高与应用案
- 数字调制解调技术的MATLAB与FPGA实现—
- MATLAB神经网络原理与实例精解151467
- MATLAB图像处理详解pdf正文
- 数字调制解调技术的MATLAB与FPGA实现
- 数字滤波器的MATLAB与FPGA实现
- 六轴机器人课程设计 全套matlab程序,
- 数字图像处理的matlab实现第二版 冈萨
- 面向ESP8266的Matlab 网络通信GUI
- matlab实现spaceCarving三维重构
- MATLAB完整图库
- 神经网络识别手写数字含数据和代码
- Digital Image Processing Using Matlab_2ed_Gonz
- 系统辨识与自适应控制Matlab仿真
评论
共有 条评论