1 / 48
文档名称:

基于matlab的数字图像处理毕业设计论文.doc

格式:doc   页数:48页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

基于matlab的数字图像处理毕业设计论文.doc

上传人:DOC KING 2011/12/1 文件大小:0 KB

下载得到文件列表

基于matlab的数字图像处理毕业设计论文.doc

文档介绍

文档介绍:毕业论文
基于matlab的数字图像处理
毕业设计
摘要
数字图像处理是一门新兴技术,随着计算机硬件的发展,数字图像的实时处理已经成为可能,由于数字图像处理的各种算法的出现,使得其处理速度越来越快,能更好的为人们服务。数字图像处理是一种通过计算机采用一定的算法对图形图像进行处理的技术。数字图像处理技术已经在各个领域上都有了比较广泛的应用。图像处理的信息量很大,对处理速度的要求也比较高。MATLAB强大的运算和图形展示功能,使图像处理变得更加的简单和直观。本文介绍了MATLAB 语言的特点,基于MATLAB的数字图像处理环境,介绍了如何利用MATLAB及其图像处理工具箱进行数字图像处理,并通过一些例子来说明利用MATLAB图像处理工具箱进行图像处理的方法。主要论述了利用MATLAB实现图像增强、二值图像分析等图像处理。
关键词:MATLAB,数字图像处理,图像增强,二值图像
Abstract 
Digital image processing is an emerging technology, with the development puter hardware, real-time digital image processing has e possible due to digital image processing algorithms to appear, making it faster and faster processing speed, better for People services .Digital image processing is used by some puter graphics image processing technology. Digital image processing technology has been in various areas have a relatively wide range of applications. Image processing large amount of information on the processing speed requirement is relatively high. MATLAB puting and graphics display capabilities, so that image processing es more simple and intuitive.
This paper introduces characteristics of MATLAB language and this MATLAB-based digital image processing environment, describes how to use the MATLAB Image Processing Toolbox for its digital image processing, and through some examples to illustrate the use of MATLAB Image Processing Toolbox for image processing method. Mainly discusses the use of MATLAB for image enhancement,2-numeric image and other image processing technologies.
Keywords: MATLAB, digital image processing,  image enhancement,
2-numeric image
目录
1 绪论 1
课题研究目的及意义 1
国内外研究现状 2
本课题研究工作与结构安排 3
2 数字图像处理的简介 4
什么是数字图像 4
数字图像处理概述 6
基本概念 6
研究内容 6
基本特点 8
主要应用 9
图像处理文件格式 10
MATLAB图像文件格式 10
图像类型 11
3 MATLAB基本知识介绍 13
MATLAB的概述 13
MATLAB产生的历史背景 13
MATLAB语言的特点 15
MATLAB在图像处理中的应用 17
4 图像增强 19
空域变换增强 19
增强对比度 19
图像求反 21
空域滤波增强 23
基本原理