基于小波变换的彩色图像压缩编码算法的MATLAB实现.doc

上传人:飞*** 文档编号:30657677 上传时间:2018-01-31 格式:DOC 页数:49 大小:3.60MB
返回 下载 相关 举报
基于小波变换的彩色图像压缩编码算法的MATLAB实现.doc_第1页
第1页 / 共49页
基于小波变换的彩色图像压缩编码算法的MATLAB实现.doc_第2页
第2页 / 共49页
基于小波变换的彩色图像压缩编码算法的MATLAB实现.doc_第3页
第3页 / 共49页
基于小波变换的彩色图像压缩编码算法的MATLAB实现.doc_第4页
第4页 / 共49页
基于小波变换的彩色图像压缩编码算法的MATLAB实现.doc_第5页
第5页 / 共49页
点击查看更多>>
资源描述

《基于小波变换的彩色图像压缩编码算法的MATLAB实现.doc》由会员分享,可在线阅读,更多相关《基于小波变换的彩色图像压缩编码算法的MATLAB实现.doc(49页珍藏版)》请在金锄头文库上搜索。

1、(2009 届)本科毕业设计(论文)资料题 目 名 称: 基于小波变换的彩色图像压缩编码 算法的 MATLAB 实现 学 院(部): 计算机与通信工程学院 专 业: 通信工程 学 生 姓 名: 李娜 班 级: 通信 052 班 学号 0540820211 指导教师姓名: 刘立 职称 副教授 最终评定成绩: 湖南工业大学教务处 2009 届本科毕业设计(论文)资料第一部分 毕业论文(2009 届)本科毕业设计(论文)基于小波变换的彩色图像压缩编码算法的 MATLAB 实现学 院(部): 计算机与通信工程学院 专 业: 通信工程 学 生 姓 名: 李娜 班 级: 通信 052班 学号 054082

2、0211 指导教师姓名: 刘立 职称 副教授 最终评定成绩 2009 年 6 月 湖南工业大学本科毕业设计(论文)I摘 要随着信息技术的发展,图像以其信息量丰富的特点,成为通信和计算机系统中信息传输的重要载体,而图像信息占据了大量的存储容量,因而图像压缩编码是图像存贮的一个重要课题。图像压缩是用最少的数据量来表示尽可能多的原图像信息的一个过程。小波变换是当前数学中一个迅速发展的新领域,在 MATLAB 中,图像压缩是其应用领域中的一个方面。论文首先介绍了图像压缩编码的研究背景和论文的研究内容及结构安排,然后详细地从理论上介绍了图像压缩,并讲解了小波变换的由来、定义和特点,以及在分析中所涉及到的

3、连续小波变换、离散小波变换、二维小波变换,同时说明了当前小波变换在图像方面的各个应用领域和研究的意义。接着介绍了其研究工具 MATLAB 的组成和特点。通过小波变换的理论研究,应用 MATLAB 来实现了一般彩色图像的压缩,最后利用小波分析的工具箱来实现相关小波变换的应用。论文对程序中用到的主要函数给予了说明, 较直观的探讨了小波变换在图像压缩中的应用。由于小波变换在图像中有许多的优点,因此小波变换在各个应用领域也越来越广。关键词:图像压缩,小波变换, MATLAB,彩色图像湖南工业大学本科毕业设计(论文)IIABSTRACTWith the development of informatio

4、n technology, image,rich features of its information, has become in an important carrier of information transmission in the communications and computer systems. And as the image information occupy a large amount of storage capacity, the image compression is an important issue of the image storage.Im

5、age compression is a process using the amount of data at least as much as possible to show that the original image information. Wavelet Transform is a new field rapidly developing in present mathematics. In MATLAB, the image compression is a respect of its application. The research background of ima

6、ge coding and the research content and structure of this paper are introduced firstly. Then in terms of theory, we elaborate upon the image compression, the origin of the wavelet transform, the definition and the characteristics, and explain the wavelet continuous transform, the discrete wavelet tra

7、nsform, the two dimensional wavelet, which are involved in analyzing. At the same time, the application fields of Wavelet Transform in the aspect of image are described in detail, and the meaning of its research has got cleared. This text has introduced its research tool MATLAB and relevant composit

8、ion and characteristics. Through the theoretical research of the Wavelet Transform, this paper use MATLAB to implement the compression, and this can implement something about the Wavelet Transform of application and realize the anticipated purpose basically.And more intuitively explore the applicati

9、on of wavelet transform in image compression by giving a description of the procedures for the main function that were used. Because there are a lot of advantages in wavelet image, Wavelet Transform will be applied much wider in each field.Keywords: Wavelet Transform , Image Compression, MATLAB, Col

10、or Image湖南工业大学本科毕业设计(论文)III目 录第 1 章 前言 .11.1 研究背景 .11.2 研究内容 .21.3 文章结构安排 .2第 2 章 系统理论基础 .32.1 图像压缩 .32.2 小波变换 .32.2.1 小波变换的由来 .42.2.2 小波变换的基本思想 .52.2.3 小波变换的特点 .62.2.4 常用的小波变换 .72.2.5 小波变换在图像压缩中的应用 .102.2.6 小波变换在图像处理中的其他应用 .112.3 离散余弦变换 .122.3.1 离散余弦变换的定义 .122.3.2 离散余弦变换应用于图像压缩 .132.4 其他重要理论 .14第 3 章 系统设计 .153.1 设计思想 .153.2 MATLAB 简介 .153.2.1 MATLAB 小波工具箱 .153.2.2 MATLAB 用户图形界面 .173.3 系统功能模块 .18第 4 章 系统实现 .20湖南工业大学本科毕业设计(论文)IV4.1 系统的使用方法 .

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 行业资料 > 其它行业文档

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号