基于matlab的数字图像处理实验设计完整项目及项目


图像的点运算、几何运算、数学形态学图像处理方法、频率变换、图像平滑与去噪、边缘检测、图像分割、图像压缩编码和彩色图像处理
资源截图
代码片段和文件信息
function varargout = Image_GUI(varargin)
% IMAGE_GUI MATLAB code for Image_GUI.fig
%      IMAGE_GUI by itself creates a new IMAGE_GUI or raises the existing
%      singleton*.
%
%      H = IMAGE_GUI returns the handle to a new IMAGE_GUI or the handle to
%      the existing singleton*.
%
%      IMAGE_GUI(‘CALLBACK‘hobjecteventDatahandles...) calls the local
%      function named CALLBACK in IMAGE_GUI.M with the given input arguments.
%
%      IMAGE_GUI(‘Property‘‘Value‘...) creates a new IMAGE_GUI or raises the
%      existing singleton*.  Starting from the left property value pairs are
%      applied to the GUI before Image_GUI_OpeningFcn gets called.  An
%      unrecognized property name or invalid value makes property application
%      stop.  All inputs are passed to Image_GUI_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_GUI

% Last Modified by GUIDE v2.5 25-Oct-2019 15:18:43

% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘       mfilename ...
                   ‘gui_Singleton‘  gui_Singleton ...
                   ‘gui_OpeningFcn‘ @Image_GUI_OpeningFcn ...
                   ‘gui_OutputFcn‘  @Image_GUI_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_GUI is made visible.
function Image_GUI_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_GUI (see VARARGIN)

% Choose default command line output for Image_GUI
handles.output = hobject;
% Update handles structure
guidata(hobject handles);
movegui(gcf‘center‘);
t=timer(‘executionmode‘‘fixedrate‘‘period‘1‘TimerFcn‘{@onTimerhandles});
start(t);

function onTimer(hobject eventdata handles)
% hobject    handle to time (see GCBO)
% eventdata  reserved - to be defined in a future version of MATLAB
% handles    empty - handles not created until after all CreateFcns called
xingqi={‘日‘‘一‘‘二‘‘三‘‘四‘‘五‘‘六‘};
set(handles.time‘string‘[datestr(now‘yyyy mm dd HH:MM:SS‘) ‘ 星期‘ xingqi{weekday(now)}]);


% --- Outputs from this function are returned to the command line.
function varargout = Image_GUI_OutputFcn(hobject eventdata handles) 
% varargout  cell array for returning output args (see VARARGOUT);
% hobject    handle to figure
% eventdata  reserv

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-10-25 15:28  daima
     文件       19672  2019-06-15 11:31  daima1.jpg
     目录           0  2019-10-23 17:30  daimaIMG-2
     文件       56712  2017-10-18 21:54  daimaIMG-2图1.jpg
     文件      104866  2017-10-18 21:54  daimaIMG-2图2.tif
     文件      867906  2005-02-16 00:41  daimaIMG-2图3.tif
     文件      254752  2017-10-18 21:54  daimaIMG-2图4.tif
     文件      208238  2017-10-18 21:54  daimaIMG-2图5.tif
     文件      201488  2017-10-18 21:54  daimaIMG-2图6.tif
     文件      242754  2000-08-13 21:44  daimaIMG-2图7.tif
     目录           0  2019-10-24 00:19  daimaIMG1
     目录           0  2019-10-25 14:54  daimaIMG1IMG
     文件       41284  2017-10-18 21:53  daimaIMG1IMG1.jpg
     文件      208238  2017-10-18 21:53  daimaIMG1IMG10.tif
     文件      104866  2017-10-18 21:53  daimaIMG1IMG11.tif.tif
     文件       56712  2017-10-18 21:53  daimaIMG1IMG12.jpg
     文件     1049798  2017-10-18 21:53  daimaIMG1IMG13.tif
     文件       59573  2017-10-18 21:53  daimaIMG1IMG14.jpg
     文件      121350  2017-10-18 21:53  daimaIMG1IMG2.jpg
     文件       20068  2017-10-18 21:53  daimaIMG1IMG3.jpg
     文件      297030  2017-10-18 21:53  daimaIMG1IMG4.tif
     文件       78619  2019-10-24 00:26  daimaIMG1IMG47.BMP
     文件       66316  2017-10-18 21:53  daimaIMG1IMG5.tif
     文件      250398  2017-10-18 21:53  daimaIMG1IMG6.tif
     文件      685080  2018-09-18 22:34  daimaIMG1IMG66.bmp
     文件      158728  2018-09-25 22:24  daimaIMG1IMG67.bmp
     文件      252238  2017-10-18 21:53  daimaIMG1IMG7.tif
     文件      260404  2017-10-18 21:53  daimaIMG1IMG71.tif
     文件      201488  2017-10-18 21:53  daimaIMG1IMG8.tif
     文件      262558  2017-10-18 21:53  daimaIMG1IMG9.tif
     文件     3617527  2015-03-06 11:45  daimaIMG1IMGhdr_atrium.mat
............此处省略12个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)