Description: 新三步搜索算法对三步算法进行了适当的改进,在一定程度上弥补了TSS算法在估计细小运动时的不足,并加入了半途中止的策略,进一步提高了搜索精度
-The new three-step search algorithm for three-step algorithm to improve the appropriate, to a certain extent make up for the TSS algorithm in estimating the inadequacy of a small movement, and joined the mid-suspension strategy to further improve the search accuracy Platform: |
Size: 2048 |
Author:赵光 |
Hits:
Description: Implementation of the TSS (three step search) algorithm in matlab which is used for motion estimation and compensation technique for macro blocks. Platform: |
Size: 2048 |
Author:naim12345 |
Hits:
Description: 运动估计块匹配算法
以下是工程中m文件的简单注释:
main.m 可通过主函数调用各种基本的块匹配算法
FullSearch.m 全搜索法(又称为Exhaustive Search)
ThreeStepSearch.m 三步搜索法(Three Step Search)
NewTSS.m 新三步搜索法(New Three Step Search Algorithm)
SESTSS.m 简便高效的三步搜索法(Simple And Efficient TSS)
FourSS.m 四步搜索法(Four Step Search)
DS.m 菱形搜索法(Diamond Search)
ARPS.m 自适应路径搜索法(Adaptive Root Pattern Search)
costFuncMAD.m 绝对误差均值函数
minCost.m 宏块间代价最小块
motionComp.m 图像重建
imgPSNR.m 计算图像的PSNR值-Block matching motion estimation algorithm The following is a simple project m file comments: main.m calls through the main function of basic block matching algorithm FullSearch.m full search method (also known as the Exhaustive Search) ThreeStepSearch.m three-step search method (Three Step Search) NewTSS.m new three-step search method (New Three Step Search Algorithm) SESTSS.m simple and efficient three-step search method (Simple And Efficient TSS) FourSS.m four-step search method (Four Step Search) DS. m diamond search method (Diamond Search) ARPS.m adaptive path search method (Adaptive Root Pattern Search) costFuncMAD.m mean absolute error between the cost of the function minCost.m macroblock most small motionComp.m calculated image reconstruction imgPSNR.m image PSNR value Platform: |
Size: 4724736 |
Author:alan |
Hits: