搜索资源列表
motionEstDS
- 菱形搜索算法是在四步搜索算法的基础上采用菱形搜索路线得到的一种算法。它充分考虑了现实中的物体在水平和垂直这两个方向运动的概率比较大,图像的频谱多呈菱形。菱形搜索算法采用了两种搜索模式:大菱形搜索模式(LDSP)和小菱形搜索模式(SDSP)[6]。LDSP有一个中心点和它周围的8个搜索点构成,这九个点组成一个菱形,SDSP由5个搜索点构成
7种基于块匹配的运动估计算法比较
- 其中基于块匹配的运动估计算法MATLab源码,包括全搜索、三步法、四步法、新三步法、菱形搜索法、ARPs。
快匹配运动估计算法
- 其中基于块匹配的运动估计算法MATLab源码,包括全搜索、三步法、四步法、新三步法、菱形搜索法、ARPs。
yundong-guji-pipei.rar
- matlab平台的一些运动估计块匹配算法,包括3步法,新3步法,4步法,菱形搜索等等,motionsEstAnalysis.m——scr ipt to execute all Algorithms motionEstES.m——Exhaustive Search Algorithm motionEstTSS.m——Three Step Search Algorithm motionEstNTSS.m——New Three Step Search Algorithm motionEstSE
MotionSearch
- H.264运动搜索算法代码,包括三步法,改进的三步法,菱形搜索法,改进的菱形搜索法等算法的源码-H.264 motion search algorithm code, including three-step, improved three-step method, the diamond search method to improve the diamond search algorithm, such as source
motionmation
- 很好用运动估计算法,实现了菱形搜索算法的作用-Very good motion estimation algorithm used to realize the role of the diamond search algorithm
BasicMotionVectorEstimation
- 运动估计块匹配算法 以下是工程中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)
ds2
- 此文件包括了菱形搜索算法在visual studio 2010上的实现,里面详细介绍了菱形搜索算法的实现过程,此算法为研究MVFAST,PMVFAST等运动估计算法打下基础,只要把该算法实现过程研究透彻,其他算法都是小菜一碟。
DiamondSearch
- 本程序为块匹配算法的快速搜索策略,菱形搜索法,也叫钻石搜索法-This program is fast block-matching algorithm search strategy, diamond search, also called the diamond search method
ARPSpixel
- 实现了运动估计中的自适应扁平菱形搜索算法,在matlab中仿真,通过测试-Achieve an adaptive motion estimation flat diamond search algorithm in matlab simulation, test
MotionEstimation
- matlab编写的图像光流计算程序 基于块匹配法的全搜索 菱形搜索等各个搜索算法 以及最小绝对误差准则-matlab prepared based on the image optical flow calculation program full search block matching diamond search and other search algorithms and minimum absolute error criterion
mpeg-encoder
- MPEG1编码器四种运动估计算法全搜索算法,梯度下降法,菱形搜索算法,四步法-MPEG1 encoder four kinds of full search motion estimation algorithm algorithm, gradient descent method, diamond search algorithm, four-step
MotionEstimation
- 块匹配。十字搜索法,菱形搜索法,全局搜索法双十字搜索法-block matching
ss
- DS算法是在运动搜索中使用最为广泛的搜索算法之一,有的地方被翻译成钻石搜索,菱形搜索。不管是硬件还是软件的视频编码器中,都可以看到它的存在。下面文章的内容主要从学报上摘录,希望给视频算法的新手们有些许帮助。-DS algorithm in search of the most widely used one of the search algorithm, some places are translated into diamond search, diamond search. Whethe
diamond-search-algorithm
- 菱形搜索(DS)算法是目前快速算法中性能最优异的算法之一。块匹配误差实际上是在搜索范围内建立了误差曲面函数,全局最小点对应着最佳运动矢量。-diamond search algorithm for optical-flow
HMotionSearch
- H.264运动搜索算法代码,包括三步法,改进的三步法,菱形形搜索法,改进的菱形搜索法等算法的源码,已通过测试。 -H.264 motion search algorithm code, including a three-step method and improved three-step method, diamond-shaped search method, the source code of the modified diamond search algorithm has be
CrossDiamondSearch
- 视频运动估计中快速块匹配方法 十字菱形搜索-The video motion estimation based on fast block matching Cross Diamond Search
DiamondSearch
- 视频运动估计中快速块匹配方法 菱形搜索-The video motion estimation based on fast block matching Diamond Search
DiamondSearch
- 菱形搜索算法,高效,快速,是运动估计算法中最常用的搜索算法-DiamondSearch,high speed,
sport
- 一种改进的运动估计算法,使用 准十字菱形搜索算法(An improved motion estimation algorithm, using quasi-cross diamond search algorithm)