搜索资源列表
运动估计算法
- 运动估计的算法源程序,搜索精度为半精度,方法是对整像素搜索到的匹配位置的领域像素进行内查,然后进一步搜索,找到更精确的匹配位置- In the movement estimate algorithm source program, the search precision is half precision, the method is the match position domain picture element which searches to the entire picture
ch5Motion
- ch5 运动估计算法,vc 数字图像编码,欢迎下载使用-ch5 motion estimation algorithm, vc digital image coding, welcomed downloading
avi2mpg1_src
- VC++基础上的MPEG1运动估计及补偿预测算法实现,这里面既包括了P图像的预测算法又包含了B图像的双向预测算法
motion_estimation
- 运动估计算法比较,在vc6.0中实现。 实现的算法有: FS、4SS、BBGDS、DS、HS、CDHS、MVFAST、PMVFAST、ARPS、ARPS3
H.263H.263+
- 本文对 H.263/H.263+视频编解码系列的基本原理、系统结构和压缩方法等做了简 要分析,并对运动估计方法作了算法上的改进,提出了一种提前预测运动矢量分级搜索 的方法,该算法搜索点少,运算量小,精度也比较高。在此基础上,以H.263/H.263+视 频编解码算法为核心,结合Winsock编程和多线程处理等技术,在局域网内实现了基于 PC机的图像实时传输。另外,结合TI公司的高性能定点处理芯片TMS320C6416的结 构和特点,利用多种优化方法,对H.263/H.263
H.263DSP
- 本文的工作是实现一个视频监控系统的软件核心部分。在内容上首先对 H. 263视频编码标准进行叙述,接下来讨论实现快速运动估计的方法,针对块 匹配运动估计给出了一种改进的钻石搜索算法代替原有的三步搜索法。实验 结果证明,经算法改进优化的新钻石搜索法优于原先的三步攫索法,大大提 高了程序运行的效率。随后简单介绍了C64xx系列DSP和视频数据的AVI存 储方式,研究了用软件的方法实现 H. 263编码标准,以及将其移植到 DSP后 的优化问题,最终达到了在 DSP上实时编码
jm模型
- 学习H.264的工具代码,做差错隐藏,运动估计,优化算法的程序原型
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
MATLAB
- 全搜索 运动估计 多媒体视频压缩 包含motion矢量算法和test文件进行运动估计-Full search motion estimation includes motion vectors of multimedia video compression algorithms and test files motion estimation
ch10
- 将YUV源码转换为H.263类型文件,运动矢量估计采用全搜索算法-YUV source to be converted to H.263 types of documents and motion vector is estimated using full search algorithm.
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
VLSL-Design-of-High-Performance-Full-search-Block-
- 给出了一种用于H.264变换尺寸全搜索快匹配算法的运动估计电路的改进结构,并完成了VLSI设计。通过脉动阵列和全流水线的设计,达到最高的数据重用率、最小的I/O引脚和100 的硬件计算效率。-An improved architecture for H.264 full-pel motion estimation using variable block size full-search block-matching algorithm is proposed in this paper. To
Motion-estimation-method-is
- 基于h.264标准,各种运动估计代码算法代码-H.264-based standards, various motion estimation algorithm code code
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
BlockMatch
- 任选一种快速的块匹配运动估计算法进行实现,画出其运动场及残差图,给出均方误差(MSE)或绝对值误差(MAD)。-block match
me_optimize
- 将两篇新论文中的264运动估计算法进行移植,对原来的x264运动估计算法进行相当的优化。-The two new papers in 264 motion estimation algorithm for transplant, the original motion estimation algorithm x264 considerable optimization.