• 大小: 4.21MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-16
  • 语言: C/C++
  • 标签:

资源简介

数字图像处理技术是20世纪60年代发展起来的一门新兴学科,随着图像处理理论和方法的进一步完善,使得数字图像处理技术在各个领域得到了广泛应用,并显示出广阔的应用前景。MATLAB既是一种直观、高效的计算机语言,同时又是一个科学计算平台。它为数据分析和数据可视化、算法和应用程序开发提供了最核心的数学和高级图形工具。根据它提供的500多个数学和工程函数,工程技术人员和科学工作者可以在它的集成环境中交互或编程以完成各自的计算。 MATLAB中集成了功能强大的图像处理工具箱。由于MATLAB语言的语法特征与C语言极为相似,而且更加简单,更加符合科技人员对数学表达式的书写格式,而且这种语言可移植性好、可扩展性强,再加上其中有丰富的图像处理函数,所以MATLAB在图像处理的应用中具有很大的优势。

资源截图

代码片段和文件信息

function varargout = SWPTXCL(varargin)
% SWPTXCL M-file for SWPTXCL.fig
%      SWPTXCL by itself creates a new SWPTXCL or raises the existing
%      singleton*.
%
%      H = SWPTXCL returns the handle to a new SWPTXCL or the handle to
%      the existing singleton*.
%
%      SWPTXCL(‘CALLBACK‘hobjecteventDatahandles...) calls the local
%      function named CALLBACK in SWPTXCL.M with the given input arguments.
%
%      SWPTXCL(‘Property‘‘Value‘...) creates a new SWPTXCL or raises the
%      existing singleton*.  Starting from the left property value pairs are
%      applied to the GUI before SWPTXCL_OpeningFcn gets called.  An
%      unrecognized property name or invalid value makes property application
%      stop.  All inputs are passed to SWPTXCL_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 SWPTXCL

% Last Modified by GUIDE v2.5 05-Jul-2010 14:56:06

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

% Choose default command line output for SWPTXCL
handles.output = hobject;

% Update handles structure
guidata(hobject handles);

% UIWAIT makes SWPTXCL wait for user response (see UIRESUME)
% uiwait(handles.figure1);


% --- Outputs from this function are returned to the command line.
function varargout = SWPTXCL_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 File_Callback(hobject eventdata handles)
% hobject    handle to File (see GCBO)
% eventdata  reserved - to be defined in a future v

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      28140  2010-07-05 12:14  图像处理作业\SWPTXCL.asv

     文件      15167  2010-07-05 14:56  图像处理作业\SWPTXCL.fig

     文件      27999  2010-07-05 14:56  图像处理作业\SWPTXCL.m

     文件      33120  2003-06-18 22:44  图像处理作业\灰度图像\bacteria.BMP

     文件      33118  2003-06-18 22:44  图像处理作业\灰度图像\bacteriagausslaplace.BMP

     文件      33118  2003-06-18 22:44  图像处理作业\灰度图像\bacteriaprewitt.BMP

     文件      33118  2003-06-18 22:44  图像处理作业\灰度图像\bacteriarobert.BMP

     文件      73160  2003-06-18 22:44  图像处理作业\灰度图像\blood1.BMP

     文件      73158  2003-06-18 22:44  图像处理作业\灰度图像\blood1gausslaplace.BMP

     文件      73158  2003-06-18 22:44  图像处理作业\灰度图像\blood1kirsch.BMP

     文件      73158  2003-06-18 22:44  图像处理作业\灰度图像\blood1robert.BMP

     文件      66616  2003-06-18 22:44  图像处理作业\灰度图像\Couple.bmp

     文件      42240  2003-06-18 22:44  图像处理作业\灰度图像\dragon1.bmp

     文件      66616  2003-06-18 22:44  图像处理作业\灰度图像\Miss.bmp

     文件      66614  2003-06-18 22:44  图像处理作业\灰度图像\Missprewitt.bmp

     文件      66614  2003-06-18 22:44  图像处理作业\灰度图像\Missrobert.bmp

     文件      66614  2003-06-18 22:44  图像处理作业\灰度图像\Misssobel.bmp

     文件      66614  2003-06-18 22:44  图像处理作业\灰度图像\result.bmp

     文件      66616  2003-06-18 22:44  图像处理作业\灰度图像\template.bmp

     文件     308278  2003-06-18 22:44  图像处理作业\灰度图像\view.bmp

     文件      66614  2004-06-29 23:26  图像处理作业\灰度图像\原始girl图像.bmp

     文件      55738  2010-07-04 10:46  图像处理作业\截图\1.jpg

     文件     155915  2010-07-04 14:21  图像处理作业\截图\10.jpg

     文件      26064  2010-07-04 14:26  图像处理作业\截图\11.jpg

     文件      72218  2010-07-04 14:27  图像处理作业\截图\12.jpg

     文件      83501  2010-07-04 14:31  图像处理作业\截图\13.jpg

     文件      55245  2010-07-04 14:36  图像处理作业\截图\14.jpg

     文件     106911  2010-07-04 14:37  图像处理作业\截图\15.jpg

     文件     127480  2010-07-04 14:39  图像处理作业\截图\16.jpg

     文件       9651  2010-07-04 10:59  图像处理作业\截图\2.jpg

............此处省略25个文件信息

评论

共有 条评论

相关资源