取决于运动估计的搜索算法我要分享

Search algorithm depending on motion estimation

运动估计 搜索

关注次数: 187

下载次数: 0

文件大小: 1KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

在快匹配运动估计算法中,它的计算复杂度可以描述成:运算量=搜索点×块匹配准则。该表达式可以这样解释。在快匹配准则确定的情况下,如果一个匹配点的单位运算量确定了,这时动动估计的动算量就有直接取于搜索的点数,也就是取决于运动估计的搜索算法,实现了三步搜索法。


English Description:

In the fast matching motion estimation algorithm, its computational complexity can be described as: computation = search point × Block matching criteria. The expression can be interpreted this way. When the fast matching criterion is determined, if the unit computation of a matching point is determined, the computation of motion estimation is directly taken from the number of search points, that is, the search algorithm depends on motion estimation, and a three-step search method is realized


代码预览