搜索资源列表
motion_estimation
- 运动估计算法比较,在vc6.0中实现。 实现的算法有: FS、4SS、BBGDS、DS、HS、CDHS、MVFAST、PMVFAST、ARPS、ARPS3
123
- 运动估计方法比较 实现的算法: FS、4SS、BBGDS、DS、HS、CDHS、MVFAST、PMVFAST、ARPS、ARPS3 -Motion estimation methods to achieve algorithms: FS, 4SS, BBGDS, DS, HS, CDHS, MVFAST, PMVFAST, ARPS, ARPS3
MotionEstimation
- 运动估计算法vc代码实现实现的算法: FS、4SS、BBGDS、DS、HS、CDHS、MVFAST、PMVFAST、ARPS、ARPS3 原本想实现UMHexagonS和EZPS算法,但这两种算法都针对H.264做了特殊的优化。本程序只考虑了16*16块的方式,对其实现的结果是不公平的。 另:AVPS是自己的算法,没有写完。有兴趣请参考,实际上跟PMVFAST、EZPS很想像。。 -Vc code motion estimation algorithm to achieve th
ds2
- 此文件包括了菱形搜索算法在visual studio 2010上的实现,里面详细介绍了菱形搜索算法的实现过程,此算法为研究MVFAST,PMVFAST等运动估计算法打下基础,只要把该算法实现过程研究透彻,其他算法都是小菜一碟。
FS-4SS-BBGDS-DS-HS
- FS、4SS、BBGDS、DS、HS、CDHS、MVFAST、PMVFAST、ARPS、ARPS3等多种运动估计算法的比较及对H.264中估计算法的优化。-Comparison of the FS, 4SS, BBGDS, DS, HS, CDHS, MVFAST, PMVFAST, ARPS, ARPS3 other motion estimation algorithm and H.264 estimation algorithm optimization.