资源简介
图像的点运算、几何运算、数学形态学图像处理方法、频率变换、图像平滑与去噪、边缘检测、图像分割、图像压缩编码和彩色图像处理

代码片段和文件信息
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的人脸五官识别
相关资源
- MATLAB小波软阈值去噪代码33473
- LMS语音信号去噪matlab代码
- RPCA图像去噪算法
- 基于matlab的dicom、nii文件读取,去噪增
- 图像去噪方法分析比较BLS GSM BM3D Non
- 利用MATLAB仿真软件实现图像的去噪处
- 彩色地图中道路信息的识别与提取m
- 中值维纳小波等五种图像去噪方法源
- MATLAB GUI图像处理.zip
- 自适应全变分图像去噪模型及其快速
- PM模型代码Matlab
- zw_TSP_matlab_c_高斯去噪.zip
- matlab去噪声
- BM3D滤波算法+BM3D_image,可实现
- 稀疏三维变换协同滤波图像去噪MATL
- 音频去噪高斯去噪
- BM3D目前最好的图像去噪方法之一
- 3种模糊图像去噪:中值滤波、维纳滤
- 脉冲噪声去噪的改进算法
- 卡尔曼,维纳滤波器去噪比较
- matlab下多种方法进行心电信号去噪
- 利用MATLAB仿真软件实现图像的去噪处
- 基于梯度直方图的纹理增强图像去噪
- MATLAB编写语音加噪与去噪GUI
- 鼾声检测算法资料与MATLAB实现.zip
- matlab 噪声与去噪
- matlab的LMS自适应滤波算法去噪
- MATLAB图像滤波去噪分析及其应用电子
- 基于曲波变换的医学图像噪声抑制
- Matlab图像处理-图像去噪边缘增强
评论
共有 条评论