下载此文档

滤波器设计实验报告-一张图像的各种滤波器的设计与实现.doc


文档分类:办公文档 | 页数:约19页 举报非法文档有奖
1/19
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/19 下载此文档
文档列表 文档介绍
广东药学院

实验报告
实验九一张图像的各种滤波器的设计与实现
班级: 生物医学工程09
姓名:
学号:

2011年12月21日
1实验目的 1
1
2
GUI界面的形成: 2
: 4
. 三维转二维 4
. 加入椒盐噪声 5
. 图像读入 6
. 图像信息查询 6
. 进行高斯滤波 7
. 进行sobel滤波 8
. 进行prewitt滤波 9
. 进行拉普拉斯滤波 10
. 进行高斯拉普拉斯滤波 11
. 进行均值滤波 12
. 进行模糊滤波 13
. 进行高通高斯滤波 14
. 进行中值滤波 15
. 彩色图像转灰度图像 16
. 灰度图像转为索引图像 17
. 图像转为二值图像 17
: 18
1实验目的
1学会使用MATLAB的M文本和GUI界面的设计



1、位图格式图像基本操作
2、图像的读取
3、各种滤波器的实现
4、滤波器效果的比较。

GUI界面的形成:
实验代码:
function varargout = untitled(varargin)
% UNTITLED M-file for
% 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',hObject,eventData,handles,...) calls the local
% function named CALLBACK in 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_OpeningFunction gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to 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 13-Dec-2011 20:58:27
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct('gui_Name', mfilename, ...
'gui_Singleton', gui_Singleton, ...
'', @, ...
'', @, ...
'', [] , ...
'gui_Callback', []);
if nargin & isstr(varargin{1})
= str2func(varargin{1});
end
if nargout
[varargout{1:nargout}] = (gu

滤波器设计实验报告-一张图像的各种滤波器的设计与实现 来自淘豆网m.daumloan.com转载请标明出处.

非法内容举报中心
文档信息
  • 页数19
  • 收藏数0 收藏
  • 顶次数0
  • 上传人3346389411
  • 文件大小0 KB
  • 时间2013-01-01