搜索资源列表
3Ssearch
- 三步搜索法运动估计,用于视频处理的学习和论文
H.263DSP
- 本文的工作是实现一个视频监控系统的软件核心部分。在内容上首先对 H. 263视频编码标准进行叙述,接下来讨论实现快速运动估计的方法,针对块 匹配运动估计给出了一种改进的钻石搜索算法代替原有的三步搜索法。实验 结果证明,经算法改进优化的新钻石搜索法优于原先的三步攫索法,大大提 高了程序运行的效率。随后简单介绍了C64xx系列DSP和视频数据的AVI存 储方式,研究了用软件的方法实现 H. 263编码标准,以及将其移植
3Ssearch
- 三步搜索法运动估计,用于视频处理的学习和论文-Three-step search motion estimation for video processing of the study and thesis
motionEstTSS
- 三步法哪l是一种较好的搜索算法,快速而且高效,它是在对数法的基础上对 其进行了改进,提出在每一步搜索后搜索步长均减半的算法。它基本保持了FS的 性能,但其计算量只有FS的10%左右。TSS在会议电视和可视电话中应用较多, 它通过三步搜索,逐步较小搜索步长。若最大搜索范围为士7,搜索精度取一个像 素,则步长为4、2、1,共需三步即可满足要求,从而得名。 -L three-step method which is a b
H.263DSP
- 本文的工作是实现一个视频监控系统的软件核心部分。在内容上首先对 H. 263视频编码标准进行叙述,接下来讨论实现快速运动估计的方法,针对块 匹配运动估计给出了一种改进的钻石搜索算法代替原有的三步搜索法。实验 结果证明,经算法改进优化的新钻石搜索法优于原先的三步攫索法,大大提 高了程序运行的效率。随后简单介绍了C64xx系列DSP和视频数据的AVI存 储方式,研究了用软件的方法实现 H. 263编码标准,以及将其移植
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
my_3_STEP_search
- 标准三步搜索法,用matlab实现,经过实验效果还可以-Standard three-step search method, using matlab to achieve, after the experimental effect can also be
51478222fast_select
- 在快匹配运动估计算法中,它的计算复杂度可以描述成:运算量=搜索点×块匹配准则.该表达式可以这样解释,在快匹配准则确定的情况下,如果一个匹配点的单位运算量确定了,这时动动估计的动算量就有直接取于搜索的点数,也就是取决于运动估计的搜索算法,实现了三步搜索法-Match the fast motion estimation algorithm, its computational complexity can be described as:
Three_Step_Search
- 三步搜索算法是原始的比较经典的块搜索法,是块运动中比较常用且算法简单的搜索方法-Three-step search algorithm is a comparison of the original classic block search method is to block movement of the more common and simple algorithm search method
BlockMatch
- H.264中的运动估计中的BMA(块匹配算法),共有三种方法,三步搜索法,全局搜索法,二维对数搜索法-H.264 motion estimation in the BMA (fast matching algorithm), a total of three methods, three-step search method, global search method, two-dimensional logarithmic searc
KPP
- 使用块匹配法的三步搜索对视频中的两帧图象进行预测编码-Use block matching method for video of the three-step searching two fr a mes image forecast coding
BasicMotionVectorEstimation
- 运动估计块匹配算法 以下是工程中m文件的简单注释: main.m 可通过主函数调用各种基本的块匹配算法 FullSearch.m 全搜索法(又称为Exhaustive Search) ThreeStepSearch.m 三步搜索法(Three Step Search) NewTSS.m 新三步搜索法(New Three Step Search Algorithm) SESTSS.m 简便高效的三步搜索
ThreeStepSearch
- 运动估计中的经典三步搜索法源码以及实验结果,直接能用。-Motion Estimation of the classic three-step search method and experimental results of source, can be used directly.
costFun
- 针对视频中的运动估计的钻石搜索法,比三步搜索法好,有源码以及数据。-Motion estimation for video in the diamond search, better than the three-step search method, with source code and data.
treestep
- 针对视频的运动估计的新三步搜索法,内附源码及实验数据。-Motion estimation for video of the new three-step search method, containing source code and experimental data.
three-step
- 三步搜索法帧间预测匹配算法的源文件很全很完美的源文件-Three-step search method
threestep
- 三步搜索法运动估计的matlab仿真及实验报告-Three-step search method motion estimation of matlab simulation and experiment report
searsh-mothed
- 三步搜索法的步长从等于或者大于最大搜索范围的一半开始,在每一步中,比较九个搜索点,它们包括搜索正方形中心点和八个位于搜索区边界上的搜索点。每一步以后搜索步长减小一半,至搜索步长为一个像素时搜索结束。-Three-step search method is equal to or greater than the step from the largest range of half of the search starting at e
DVP
- 用C实现数字视频处理的全局搜索法 二维对数搜索法 三步搜索法-Digital video processing with C global search method the number of two-dimensional search method for three-step search method
三步搜索法
- 本实验的目的是学习Parzen窗估计和k最近邻估计方法。在之前的模式识别研究中,我们假设概率密度函数的参数形式已知,即判别函数J(.)的参数是已知的。本节使用非参数化的方法来处理任意形式的概率分布而不必事先考虑概率密度的参数形式。在模式识别中有躲在令人感兴趣的非参数化方法,Parzen窗估计和k最近邻估计就是两种经典的估计法。(The purpose of this experiment is to study the Parzen w