资源简介

基于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


评论

共有 条评论