资源简介
matlab数字图像处理系统有gui界面,有实验报告
代码片段和文件信息
function varargout = PhotoEdit(varargin)
% PHOTOEDIT M-file for PhotoEdit.fig
% PHOTOEDIT by itself creates a new PHOTOEDIT or raises the existing
% singleton*.
%
% H = PHOTOEDIT returns the handle to a new PHOTOEDIT or the handle to
% the existing singleton*.
%
% PHOTOEDIT(‘CALLBACK‘hobjecteventDatahandles...) calls the local
% function named CALLBACK in PHOTOEDIT.M with the given input arguments.
%
% PHOTOEDIT(‘Property‘‘Value‘...) creates a new PHOTOEDIT or raises the
% existing singleton*. Starting from the left property value pairs are
% applied to the GUI before PhotoEdit_OpeningFcn gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to PhotoEdit_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 PhotoEdit
% Last Modified by GUIDE v2.5 02-Jul-2013 12:23:02
% Begin initialization code - DO NOT EDIT
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%-----------定义全局变量---------
global tpdata tp tpfile ydata;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘ mfilename ...
‘gui_Singleton‘ gui_Singleton ...
‘gui_OpeningFcn‘ @PhotoEdit_OpeningFcn ...
‘gui_OutputFcn‘ @PhotoEdit_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 PhotoEdit is made visible.
function PhotoEdit_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 PhotoEdit (see VARARGIN)
% Choose default command line output for PhotoEdit
handles.output = hobject;
% uiwait(handles.figure1);
guidata(hobject handles);
% Update handles structure
% UIWAIT makes PhotoEdit wait for user response (see UIRESUME)
%------------未打开图片前菜单不可用-------------------------
set(handles.tp_save‘Enable‘‘off‘);
set(handles.tp_saveAs‘Enable‘‘off‘);
set(handles.tp_revert‘Enable‘‘off‘);
set(handles.tp_paste‘Enable‘‘off‘);
set(handles.tp_cut‘Enable‘‘off‘);
set(handles.tp_size‘Enable‘‘off‘);
set(handles.tp_rotate‘Enable‘‘off‘);
set(handles.tp_squarejs‘Enable‘‘off‘);
set(handles.tp_squareMeanjs‘Enable‘‘off‘);
set(handles.tp_squareOrdainjs‘Enable‘‘off‘);
set(handles.tp_reverse‘Enable‘‘off
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-07-03 12:23 数字图像处理1\
文件 2157056 2013-07-03 12:23 数字图像处理1\0305100410.doc
文件 238627 2013-12-28 09:16 数字图像处理1\dog.jpg
文件 23115 2013-07-02 09:42 数字图像处理1\dog2.jpg
文件 8721 2013-07-02 15:21 数字图像处理1\PhotoEdit.fig
文件 19351 2013-07-02 12:23 数字图像处理1\PhotoEdit.m
- 上一篇:图像去模糊代码
- 下一篇:MATLAB实现人脸识别47134
相关资源
- MATLAB实现人脸识别47134
- 雷达原理仿真程序 RadarSimulation,雷达
- dace 中文说明.rar
- 利用Matlab提取图片中的数据
- 通信原理MATLAB仿真实验指导书林志谋
- MATLAB R2015a Crack X86 32bit
- 基于16QAM调制的OFDM系统仿真实现.zip
- Matlab高阶统计量工具箱(高阶谱)H
- SAR面目标回波仿真matlab程序
- voicebox matlab语音信号处理工具箱
- MATLAB官方手册中文版.rar
- 一个完整的RS编译码的发射接收工程
- 非常好的球粒子Mie散射matlab仿真
- 军用自动报靶系统实现代码
- MATLAB的人脸检测程序程序源码,代码
- 机器学习Lasso回归重要论文和Matlab代码
- MATLAB FF三因子代码
- 基于matlab 相机标定程序
- 基于MATLABGUI的数字图像处理系统设计
- 双容水箱代码.rar
- 基于MATLAB的语音端点检测研究.pdf
- 基于matlab的条形码识别
- matlab 高阶累积量工具箱2015可用
- 基于matlab的数字语音信号的采集及频
- IIR 数字低通滤波器(用MATLAB GUI设计
- 自动控制理论及matlab实现课后答案
- matlab中文手册
- 基于PCA算法的人脸识别matlab程序
- 神经网络的手写数字识别USPS数据集
- Matlab R2015b for Mac破解文件
评论
共有 条评论