当前位置:
首页 资源下载
搜索资源 - block matching motion estimation on matlab
搜索资源列表
-
0下载:
全搜索算法寻找运动矢量,基于MATLAB实现,Full-search motion vector search algorithm, based on the MATLAB implementation
-
-
1下载:
用MATLAB实现基于块匹配算法的运动估计,使用的算法是EBMA,能运行处结果的。-Using MATLAB to achieve block-matching algorithm based on motion estimation, using the algorithm is EBMA, can run office results.
-
-
0下载:
This function calculate block motion vectors (with integer pel accuracy), using hierarchical block matching algorithm.
%An example of main function calling this function is "MEMBA", which can be entered on the command window.
%The function also u
-
-
0下载:
本程序是用来进行运动估计的全搜索块匹配方法-This procedure is used for motion estimation of the full search block-matching method
-
-
0下载:
】在对目前运动估计快速块匹配算法研究的基础上, 描述了运动估计的基本原理 揭示了提高运动估计效率的关键技术, 并对相关的算法进行了分析和比较 提出了运动估计算法今后的研究方向。-] In the current fast block-matching motion estimation algorithm based on the descr iption of the basic principles of motion estimation revealed to enhance the e
-
-
1下载:
运动估计块匹配算法
以下是工程中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)
-
-
0下载:
block matching for motion estimation techniques using the full search
-
-
0下载:
函数的作用是执行1/4像素精度的运动估计
f1是参考帧,f2是匹配帧
函数首先对初始图像进行分辨率提高4倍的双三次插值
再进行基于块匹配的全搜索运动估计-Full search block matching based motion estimation
-
-
1下载:
视频处理的二维运动估计中的穷尽块匹配算法(Exhaustive Block matching algorithm)
基于matlab环境,输出对锚定帧的预测帧,PSNR,以及运动向量。包括了整数像素精度和半像素精度的算法-The Exhaustive Block matching algorithm of Two-Dimensional Motion Estimation in video processing based on Matlab. Output the predicted fr
-