搜索资源列表
me1
- 几篇最经典的运动搜索算法的IEEE论文:A1. Enhanced Hexagonal Search for Fast Block Motion Estimation;A2. Hexagon-based search pattern for fast block motion estimation;A3. Predictive Motion Vector Field Adaptive Search Technique (PMVFAST)等
motion_estimation
- 运动估计算法比较,在vc6.0中实现。 实现的算法有: FS、4SS、BBGDS、DS、HS、CDHS、MVFAST、PMVFAST、ARPS、ARPS3
PMVFAST.rar
- 钻石搜索法可以在帧间预测中准确的收索到匹配的宏块或者是子块,从而有效的降低码率和改善图像质量,Diamond Search interframe prediction method can accurately claim to match the collection of sub-macroblock or block, so as to effectively reduce the bit rate and improve image quality
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等运动估计算法打下基础,只要把该算法实现过程研究透彻,其他算法都是小菜一碟。
MPEG4-ASP
- 硕士毕业论文《MPEG4-ASP视频编码器算法设计 及DSP实现》:研究和实现了MPEG4-ASP视频编码标准的关键算法——运动估计和全局运动估计,掌握了视频压缩编码的核心技术以及在通用DSP平台上实现视频编码器的技术要点并实现了编码器的原型,为MPEG4-ASP编码在嵌入式领域的实际应用和开发奠定了基础。 -In chapter one and two, we mainly introduce the basic principle of video compression and t
pmvfast
- MPEG-2/H263中用到的经典PMVFAST运动估计算法实现,支持16x16,16x8,8x8宏块大小,代码可直接运行,由C编写,方便移植-a motion estimation method of PMVFAST in MPEG-2/H.263,support 16x16,16x8,8x8 mb size
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.