1、 i 本科毕业论文本科毕业论文 题题 目目 数字图像缩放技术研究 学学 院院 信息工程学院 专专 业业 电子信息工程 班班 级级 08 信工 3 班 学学 号号 姓姓 名名 指导老师指导老师 xx 1 摘摘 要要 本文先对当今数字电视的视频格式特点做了一个总结,以数字电视的视频 格式变换为基础,引出了数字图像缩放这一很重要的技术。接着在数学上从生 产实践上遇到的插值问题出发,对插值技术做了一个必要的介绍,指明了目前 数学的常见的插值类型。为了对算法进行实现,性能与运算量做一个分析,引 入了 MATLAB 这个功能强大的数学运算软件, 对其功能、 用途以及在数字图像 处理上常用的函数做了介绍。
2、数字图像缩放技术主要基于插值算法。本文在介绍插值算法时首先介绍了 最近邻插值、双线性插值和双三次差值三种传统插值算法,并从数学形态上分 析其插值核函数引起的计算量和处理效果的不同。在此基础上研究了当今比较 流行的 1 种缩放算法。 然后对三种传统算法和 1 种改进算法编写 MATLAB 程序 进行了数据实验,对四种改进算法分别进行必要的运算量与性能分析,并进行 对比。最后,对文中所述插值算法做了总结。 关键词:关键词:图像缩放,插值技术,分辨率变换,数字电视,图像处理 2 ABSTRACT This paper researches on image scaling technology in
3、 HDTV. Firstly, popular HDTV video formats and interpolation algorithms are summarized briefly. Then, MATLAB, a powerful mathematical software, is introduced. Base on introduction of related technologies, three kinds of traditional interpolation algorithms and features of their kernel function are a
4、nalyzed, including Nearest Neighbor Interpolation, Bilinear Interpolation and Bicubic Interpolation After that, one popular image scaling algorithms are researched, and all mentioned algorithms are programmed on MATLAB. Performances of each algorithm are compared after data experiments on MATLAB. Finally, interpolation algorithms used in image scaling are summarized. KEY WORDS: image scaling, interpolation techniques,