JIMI 发表于 20:50

图像插值算法研究

论文编号:DZXX202  论文字数:15692,页数:48
摘 要
 图像插值算法是数字图像处理中的重要内容。在数字图像处理中,插值是一种最基本、最常用的几何运算,他不仅应用广泛,而且插值的精度直接影响最终的图像处理结果,因此探求最佳插值算法在学术上和应用上都很重要。本文在图像缩放、图像扭曲和图像旋转中用到了3种图像插值算法,并用VC++实现,对3种算法进行了比较。
关键词:图像插值,插值算法,VC

ABSTRACT
 Image interpolation algorithm for digital image processing is an important element. In digital image processing, interpolation is a basic and most commonly used geometric computing, It is not only a wide range of applications, but also directly affect the accuracy of interpolation of the final image processing results, the best interpolation algorithm to explore the academic and applications are important. In this paper, image scaling, image distortion and image rotation has been used three kinds of image interpolation algorithms, and VC + + to achieve the three kinds of algorithms are compared .
Key words: Image interpolation ,the interpolation algorithm,VC

目录
摘 要 I
ABSTRACT II
第1章 引 言 1
1.1 课题研究背景及意义 1
1.2 图像插值算法研究现状 1
1.3为什么用C++来实现图像处理编程 2
第2章 数字图像 3
2.1什么是数字图像 3
2.2数字图像处理概述 4
第3章 图像几何变换 6
3.1三种常用算法 6
3.1.1最邻近插值 6
3.1.2双线性插值 7
3.1.3双三次卷积法 9
3.2图像缩放 10
3.3图像旋转 12
3.4图像扭曲 15
第4章 实验及结果 17
4.1 [实验一] 图像缩放 17
4.1.1具体方案 17
4.1.2 实验步骤 17
4.1.3 图像缩放效果比较 17
4.1.4 结论 20
4.2 [实验二]图像旋转 21
4.2.1具体方案 21
4.2.2 实验步骤 21
4.2.3 图像旋转效果比较 22
4.3 [实验三]图像扭曲 23
4.3.1具体方案 23
4.2.2 实验步骤 23
4.3.3 图像扭曲效果比较 24
第5章 结束语 26
5.1 存在的不足 26
5.2 今后研究工作的展望 27
致  谢 29
参考文献 30
附录 31
页: [1]
查看完整版本: 图像插值算法研究