毕业论文 h264与avs插值算法比较.doc

约35页DOC格式手机打开展开

毕业论文 h264与avs插值算法比较,摘要视频分辨率变换在多媒体领域有着非常广泛的应用,在传统的插值算法中由于对图像边缘活纹理等细节信息考虑不足常常导致插值后图像出现模糊或锯齿的现象,所以论文对h.264/avc及avs进行了详细的分析 。本论文的主要目的就是比较h.264与avs插值算法,测试他们在图像处理上的优劣,利用matlab这一工具编写程序对同一...
编号:20-202438大小:1.05M
分类: 论文>数学/物理论文

内容介绍

此文档由会员 ljjwl8321 发布

摘 要
视频分辨率变换在多媒体领域有着非常广泛的应用,在传统的插值算法中由于对图像边缘活纹理等细节信息考虑不足常常导致插值后图像出现模糊或锯齿的现象,所以论文对H.264/AVC及AVS进行了详细的分析 。本论文的主要目的就是比较H.264与AVS插值算法,测试他们在图像处理上的优劣,利用MATLAB这一工具编写程序对同一图像进行处理。
本文分别从运算复杂度和性能两个方面进行了比较,在复杂度的分析中引入了复杂度分析模型,该模型从硬件设计的角度合理地量化了两种插值算法的复杂度。在比较两种插值算法的性能上,根据插值的运算特性给出了性能的评估指标。用上述复杂度模型和性能指标对H.264和AVS的插值算法进行分析和比较,实验结果表明H.264具有较好的性能,而AVS的性能开销比略好于H.264 。

关键词:MATLAB;插值算法;H.264;AVS





H.264 interpolation algorithm with AVS comparison

Abstract
Video resolution transform in multimedia field has a very wide range of applications, in traditional interpolation algorithm for image edges due to live texture detail information consider deficiency often result in interpolation fuzzy or after images appear serrated phenomenon so papers on H.264 / AVC and AVS were analyzed in detail. The main purpose of this paper is to compare with the AVS and H.264 interpolation algorithm, test their in image processing, advantage and disadvantage of the MATLAB this tool programming for the same image processing.
This paper respectively from two aspects of computing complexity and performance are compared, and the analysis of the complexity introduced into the complexity analysis model, this model from the hardware design Angle properly quantify two interpolation algorithm complexity. In comparing two interpolation algorithm performance, and according to the operation characteristics are given interpolation performance eva luation index. With the complexity of model performance index and H.264 and AVS interpolation algorithm analysis and comparison, the experimental results show that the H.264, and has better performance than the AVS performance overhead is slightly better than H.264.

Key Words:MATLAB;Nearest Neighbor Interpolation;H.264;AVS


目 录
摘 要 I
Abstract II
引 言 1
1 H.264与AVS的背景 2
1.1 H.264的背景 2
1.2 AVS的背景 2
1.3 H.264基本概述 2
1.4 AVS基本概述 3
2 插值复杂度分析 4
2.1 插值复杂度分析 4
2.2 H.264与AVS插值算法的复杂度分析 5
2.2.1 H.264亮度样本插值部分分析 5
2.2.2 H.264色度样本插值部分分析 6
2.2.3 AVS亮度样本插值部分分析 7
2.2.4 AVS色度样本插值部分分析 9
3 BMP图像解析 11
3.1 BMP概况 11
3.2 BMP文件结构 11
4 实验结果及分析 14
4.1 性能比较的方法 14
4.2 实验结果及分析 15
结论 18
参考文献 19
附录 程序 20
致 谢 27