资源简介
此为本人MATLAB图像处理课的大作业,对于初学者可以参考

代码片段和文件信息
function varargout = untitled(varargin)
% UNtitleD M-file for untitled.fig
% UNtitleD by itself creates a new UNtitleD or raises the existing
% singleton*.
%
% H = UNtitleD returns the handle to a new UNtitleD or the handle to
% the existing singleton*.
%
% UNtitleD(‘CALLBACK‘hobjecteventDatahandles...) calls the local
% function named CALLBACK in UNtitleD.M with the given input arguments.
%
% UNtitleD(‘Property‘‘Value‘...) creates a new UNtitleD or raises the
% existing singleton*. Starting from the left property value pairs are
% applied to the GUI before untitled_OpeningFcn gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to untitled_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 untitled
% Last Modified by GUIDE v2.5 29-Oct-2009 18:03:25
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘ mfilename ...
‘gui_Singleton‘ gui_Singleton ...
‘gui_OpeningFcn‘ @untitled_OpeningFcn ...
‘gui_OutputFcn‘ @untitled_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 untitled is made visible.
function untitled_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 untitled (see VARARGIN)
% Choose default command line output for untitled
handles.output = hobject;
% Update handles structure
guidata(hobject handles);
% UIWAIT makes untitled wait for user response (see UIRESUME)
% uiwait(handles.figure1);
% --- Outputs from this function are returned to the command line.
function varargout = untitled_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 reserved - to b
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 19175 2009-10-30 19:00 matlab大作业\unti
文件 12488 2009-10-31 17:27 matlab大作业\unti
文件 19184 2009-10-30 19:05 matlab大作业\unti
..A..H. 162 2009-10-30 19:08 matlab大作业\~$数字图像处理.doc
目录 0 2010-03-24 12:43 matlab大作业
----------- --------- ---------- ----- ----
51009 5
- 上一篇:lbp matlab程序中的getmapping文件
- 下一篇:最小风险贝叶斯
相关资源
- matlab数字图像处理之几何变换将图像
- matlab数字图像处理之图像几何变换
- 基于MATLAB数字图像处理的实现和仿真
- 精通MATLAB数字图像处理2015的源代码
- MATLAB数字图像处理外文文献
- Matlab数字图像处理技术论文27篇主要关
- MATLAB数字图像处理GUI设计
- matlab数字图像处理系统有gui界面
- 基于MATLAB数字图像处理的实现和仿真
- 精通Matlab数字图像处理与识别.zip
- 关于matlab数字图像处理的知网论文
- 精通MATLAB数字图像处理与识别.pdf
- 精通MATLAB数字图像处理与识别书本代
- 《精通matlab数字图像处理与识别》一
- 《MATLAB数字图像处理实战》随书附带
- 详解MATLAB数字图像处理-张德丰-高清扫
- MATLAB数字图像处理算法演示程序GUI
- matlab数字图像处理 有约束最小平方恢
- 详解MATLAB数字图像处理
- MATLAB数字图像处理张德丰源代码
- matlab数字图像处理——清华大学出版
- 《精通Matlab数字图像处理与识别》(
- MATLAB数字图像处理 张德丰 第二版源代
- Matlab数字图像处理k-means处理代码
- ImageMatlab Matlab数字图像处理
- matlab数字图像处理实验指导书及源代
评论
共有 条评论