资源简介
基于MATLAB-GUI图形界面的数字图像处理软件 本系统设计基于GUI图形界面,用matlab语言编写代码,实现功能包括图象的读取、存储、显示、直方图均衡化、阈值化、小波分解、小波重构、加噪、去噪、平滑、锐化、边缘检测、图像分割等
代码片段和文件信息
function varargout = cml20062036(varargin)
%CML20062036 M-file for cml20062036.fig
% CML20062036 by itself creates a new CML20062036 or raises the existing
% singleton*.
%
% H = CML20062036 returns the handle to a new CML20062036 or the handle to
% the existing singleton*.
%
% CML20062036(‘Property‘‘Value‘...) creates a new CML20062036 using the
% given property value pairs. Unrecognized properties are passed via
% varargin to cml20062036_OpeningFcn. This calling syntax produces a
% warning when there is an existing singleton*.
%
% CML20062036(‘CALLBACK‘) and CML20062036(‘CALLBACK‘hobject...) call the
% local function named CALLBACK in CML20062036.M with the given input
% arguments.
%
% *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 cml20062036
% Last Modified by GUIDE v2.5 12-May-2009 12:43:40
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘ mfilename ...
‘gui_Singleton‘ gui_Singleton ...
‘gui_OpeningFcn‘ @cml20062036_OpeningFcn ...
‘gui_OutputFcn‘ @cml20062036_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 cml20062036 is made visible.
function cml20062036_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 unrecognized PropertyName/PropertyValue pairs from the
% command line (see VARARGIN)
% Choose default command line output for cml20062036
handles.output = hobject;
% Update handles structure
guidata(hobject handles);
% UIWAIT makes cml20062036 wait for user response (see UIRESUME)
% uiwait(handles.figure1);
% --- Outputs from this function are returned to the command line.
function varargout = cml20062036_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;
% --------------------------------------------------------------------
function Untitled_1_Callback(hobject eventdata handles)
% hobject handle to Untitled_1 (see GCBO)
% eventdata r
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 60062 2009-05-13 15:26 bw.bmp
文件 1218468 2009-05-10 15:17 cats.tif
文件 25960 2009-05-14 20:11 cml20062036.asv
文件 9989 2009-05-14 20:11 cml20062036.fig
文件 25938 2009-05-14 20:13 cml20062036.m
文件 481078 2009-05-13 15:26 gray.bmp
文件 481078 2009-05-11 17:53 ind.bmp
文件 1430315 2009-05-13 15:26 ind.mat
文件 239 2009-05-11 13:15 test2.asv
文件 265 2009-05-11 13:24 test2.m
文件 1254 2009-05-11 18:52 transform.asv
文件 1480 2009-05-11 19:06 transform.m
----------- --------- ---------- ----- ----
3736126 12
- 上一篇:数字图像处理期末大作业.doc
- 下一篇:SVM分类与回归的matlab代码
相关资源
- SVM分类与回归的matlab代码
- 数字图像处理期末大作业.doc
- matlab结课大作业人脸识别是否戴口罩
- 链路预算模型及matlab实现.zip
- 数字图像处理|Matlab-数字图像编码实
- 美颜软件matlab.zip
- 《Matlab遗传算法工具箱及应用》源码
- matlab车牌识别完整程序
- MATLAB43案例
- AGCWD算法 电子科技大学图像处理与应
- 数字信号处理及其Matlab的实现
- vhdl 16位乘法器
- 遥感数字图像处理-matlab-主成份及穗帽
- ECO配置好的MATLAB版本
- 基于核回归kernel regression方法的去模糊
- 音乐检索系统MATLAB程序.zip
- MATLAB生成各类LPI雷达信号
- MATLAB实现语音信号的仿真以及软件界
- matlab 2019a中文版文档清晰pdf
- 基于MATLAB的车牌定位.zip
- EWT 经验小波分解 matlab工具箱 toolbox
- 图像复原技术及其MATLAB实现
- 多智能体的编队控制matlab程序.zip
- RNN算法推导过程及代码.zip
- DACE和OODACE,krigingMATLAB工具箱.zip
- 基于运动想象脑电信号的多特征融合
- 姿态测量MATLAB程序
- Mathematica完美教程 - 从入门到精通
- 最优化方法及其matlab程序实现.zip
- matlab的cvx安装包
评论
共有 条评论