资源简介
图像的点运算、几何运算、数学形态学图像处理方法、频率变换、图像平滑与去噪、边缘检测、图像分割、图像压缩编码和彩色图像处理
代码片段和文件信息
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 daima\1.jpg
目录 0 2019-10-23 17:30 daima\IMG-2\
文件 56712 2017-10-18 21:54 daima\IMG-2\图1.jpg
文件 104866 2017-10-18 21:54 daima\IMG-2\图2.tif
文件 867906 2005-02-16 00:41 daima\IMG-2\图3.tif
文件 254752 2017-10-18 21:54 daima\IMG-2\图4.tif
文件 208238 2017-10-18 21:54 daima\IMG-2\图5.tif
文件 201488 2017-10-18 21:54 daima\IMG-2\图6.tif
文件 242754 2000-08-13 21:44 daima\IMG-2\图7.tif
目录 0 2019-10-24 00:19 daima\IMG1\
目录 0 2019-10-25 14:54 daima\IMG1\IMG\
文件 41284 2017-10-18 21:53 daima\IMG1\IMG\1.jpg
文件 208238 2017-10-18 21:53 daima\IMG1\IMG\10.tif
文件 104866 2017-10-18 21:53 daima\IMG1\IMG\11.tif.tif
文件 56712 2017-10-18 21:53 daima\IMG1\IMG\12.jpg
文件 1049798 2017-10-18 21:53 daima\IMG1\IMG\13.tif
文件 59573 2017-10-18 21:53 daima\IMG1\IMG\14.jpg
文件 121350 2017-10-18 21:53 daima\IMG1\IMG\2.jpg
文件 20068 2017-10-18 21:53 daima\IMG1\IMG\3.jpg
文件 297030 2017-10-18 21:53 daima\IMG1\IMG\4.tif
文件 78619 2019-10-24 00:26 daima\IMG1\IMG\47.BMP
文件 66316 2017-10-18 21:53 daima\IMG1\IMG\5.tif
文件 250398 2017-10-18 21:53 daima\IMG1\IMG\6.tif
文件 685080 2018-09-18 22:34 daima\IMG1\IMG\66.bmp
文件 158728 2018-09-25 22:24 daima\IMG1\IMG\67.bmp
文件 252238 2017-10-18 21:53 daima\IMG1\IMG\7.tif
文件 260404 2017-10-18 21:53 daima\IMG1\IMG\71.tif
文件 201488 2017-10-18 21:53 daima\IMG1\IMG\8.tif
文件 262558 2017-10-18 21:53 daima\IMG1\IMG\9.tif
文件 3617527 2015-03-06 11:45 daima\IMG1\IMG\hdr_atrium.mat
............此处省略12个文件信息
- 上一篇:基于神经网络的人脸识别代码
- 下一篇:基于MATLAB的人脸五官识别184027
相关资源
- 鼾声检测算法资料与MATLAB实现.zip
- matlab 噪声与去噪
- matlab的LMS自适应滤波算法去噪
- MATLAB图像滤波去噪分析及其应用电子
- 基于曲波变换的医学图像噪声抑制
- Matlab图像处理-图像去噪边缘增强
- MATLAB图像滤波去噪分析及其应用.pdf
- MATLAB图像滤波去噪分析及其应用-201
- 语音信号添加噪声后滤波
- 全变分法图像去噪复原处理 matlab TV算
- 基于MATLAB语音信号采集与分析加上高
- 自适应中值滤波加小波全局阈值去噪
- 小波降噪程序
- 噪声音乐信号的巴特沃斯带通滤波器
- 基于matlab的声音去噪研究
- matlab一维信号去噪分析
- 小信号去噪三种方法MATLAB程序
- wav文件用matlab叠加噪声并消除噪声
- 小波变换模极大值去噪
- 双树复小波
- paperRaw域CFA模式下的去噪MATLAB code
- 小波与FFT去噪-小波与FFT去噪.m
- matlab开发-高光谱解混和去噪
- matlab开发-图像去噪Visushrink
- MATLAB 脉冲去噪
- 小波去噪 多种方法的matlab程序
- KSVD图像去噪
- 压缩感知去噪
- matlab小波去噪方法及代码
- 小波阈值图像去噪,可以matlab运行!
评论
共有 条评论