文件名称:音视频编码技术-课程作业2
介绍说明--下载内容来自于网络,使用问题请自行百度
全搜索算法重构图。像顾名思义,穷尽法就是对搜索范围内的每个位置都进行计算并比较,从原图像块中找到与待匹配块最相似(误差最小)位置的方法。对于一个搜索范围为[-7,7]的区域来说,x,y两个方向全部搜索一遍需要进行 15X15 = 225 次计算。穷尽法的缺点很明显就是计算量太大,速度很慢,另一方面,由于全部范围都进行了计算,其匹配精度是最高的。(Reconstruction graph of full search algorithm. As the name implies, the exhaustive method is to calculate and compare each position within the search range, and find the most similar (least error) position with the block to be matched from the original image block. For an area with a search range of [- 7,7], 15x15 = 225 calculations are required for searching both directions X and Y once. The disadvantage of exhaustive method is that the calculation is too large and the speed is very slow. On the other hand, the matching accuracy is the highest because all the ranges are calculated.)
相关搜索: 全搜索算法
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
1.jpg | 18303 | 2019-11-19 |
2.jpg | 18391 | 2019-11-19 |
3.jpg | 18226 | 2019-11-19 |
BasketballPass_IYUV.avi | 15068672 | 2012-04-05 |
costFuncMAD.m | 637 | 2019-11-19 |
imgPSNR.m | 598 | 2019-11-19 |
minCost.m | 988 | 2019-11-19 |
motionComp.m | 1651 | 2019-11-19 |
motionEstES.m | 3470 | 2019-11-19 |
work2.asv | 1588 | 2019-11-19 |
work2.m | 1588 | 2019-11-19 |
音视频编码技术-课程作业2.pdf | 119888 | 2019-10-14 |
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.