CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 宏块

搜索资源列表

  1. BasicMotionVectorEstimation

    1下载:
  2. 运动估计块匹配算法 以下是工程中m文件的简单注释: main.m 可通过主函数调用各种基本的块匹配算法 FullSearch.m 全搜索法(又称为Exhaustive Search) ThreeStepSearch.m 三步搜索法(Three Step Search) NewTSS.m 新三步搜索法(New Three Step Search Algorithm) SESTSS.m 简便高效的三步搜索法(Simple And Efficient TSS)
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4724753
    • 提供者:alan
  1. H.264

    0下载:
  2. H.264宏块编码模式解析,讲解很清晰明了-H.264 Macroblock encoding pattern analysis
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:133555
    • 提供者:mediative
  1. x264-study

    0下载:
  2. 学习h264上网查找到的比较好的学习资料,包含宏块知识等的说明-H264 Internet search to learn good study materials, including the descr iption of the macro block knowledge
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:1401008
    • 提供者:hanahwa
  1. psnr

    0下载:
  2. 计算YUV文件的PSNR值,分别计算Y分量,U,V分量的PSNR值,还有宏块级的PSNR值-PSNR value calculated YUV file
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:987
    • 提供者:谭晶晶
  1. ssim_MB

    0下载:
  2. 关于视频质量评测内容,宏块级的SSIM值计算-Video quality evaluation on the contents of the macro block level SSIM value
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2466
    • 提供者:谭晶晶
  1. motionEstES

    0下载:
  2. 采用全搜索算法计算每个宏块的运动适量,其中返回值为每个宏块对应的运动适量和平均每个宏块所需的搜索点数目。-Computes motion vectors using exhaustive search method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1104
    • 提供者:ld
  1. pmvfast

    0下载:
  2. 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
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1514465
    • 提供者:徐歌行
  1. 61IC_H4231

    0下载:
  2. PAV (H265) 是 音视频 压缩解压 协议,非常不同于H264/MPEG4,ZPAV (H265) 的基本算法 是 小波,多级树集合群,广义小波,数学形态小波,...... ZPAV (H265) 基本算法 : 1,图象与声音分解与合成 :小波 ; 2,图象与声音前处理 :小波子带零交叉降噪,目标纹理处理,语音处理 ; 3,速率控制 :小波子带熵速率控制 ; 4,量化与反量化 :小波子带熵量化与反量化 ; 5,低频分量和高频分量的降维 :小波子带邻域交
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-17
    • 文件大小:4825704
    • 提供者:李阳
  1. 264-summary-of-sentence-and-syntax

    0下载:
  2. H.264句法和语法总结, 包括宏块,子宏块,残差,自适应等-264 summary of sentence and syntax...
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-17
    • 文件大小:235853
    • 提供者:viviChow
  1. Motion-estimation-and-testing

    0下载:
  2. 运动估计与识别运动估计的基本思想是将图像序列的每一帧分成许多互不重叠的宏块,并认为宏块内所有象素的位移量都相同,然后对每个宏块到参考帧某一给定特定搜索范围内根据一定的匹配准则找出与当前块最相似的块,即匹配块,匹配块与当前块的相对位移即为运动矢量。视频压缩的时候,只需保存运动矢量和残差数据就可以完全恢复出当前块。-Motion estimation and testingMotion estimation and testingMotion estimation and testingMotion
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:2401240
    • 提供者:
  1. quansousuo

    0下载:
  2. 编写针对一个搜索点宏块比较的下面两个匹配函数:均方误差(MSE)、绝对值误差(MAD)。函数名直接使用简写。要求当前帧和参考帧的数据均采用二维数组表示。-Writing for a search point macroblock compare the following two matching functions: the mean square error (MSE), absolute error (MAD). The function name directly using short
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:95301
    • 提供者:chu
  1. 介绍了h264中常用的概念

    0下载:
  2. 包括:1、GOP解释2、skip宏块 direct模式 CBP的区别和联系 3、率失真优化 4、YUV 5、码率控制
  3. 所属分类:文档资料

  1. interpre

    1下载:
  2. 基于matlab的帧内16*16宏块预测代码实现,采用全搜索算法,后面有简化的DCT变换和量化过程-inter prediction of 16*16 macroblocks using Full Search Algorithm based on matlab, followed with simplified process of DCT transform and quantization
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:1619
    • 提供者:haha
  1. Inter_8_16_final

    0下载:
  2. 基于matlab的帧内8*16块预测,相比于宏块有更高的精度-inter prediction of 8*16 blocks based on matlab, acquiring a higher accurancy
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:1691
    • 提供者:haha
  1. fmo

    0下载:
  2. h.264视频压缩标准中灵活的宏块序列fmo算法的c程序-h.264 video compression standard a flexible macro the block sequence fmo algorithm c procedures
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-23
    • 文件大小:4100
    • 提供者:赵煌
  1. H.264-hongkuaibianma

    0下载:
  2. H.264宏块编码模式解析,值得推荐的好资料-H.264 macroblock coding mode analysis, it is recommended good information
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-11-11
    • 文件大小:142448
    • 提供者:shengronghui
  1. asd

    0下载:
  2. 一种复杂度约束下基于宏块优先顺序的运动估计优化算法-A complex Degree Constraint macroblock-based motion estimation priority optimization algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:132849
    • 提供者:王明聪
  1. TML

    0下载:
  2. TML-9编码工程文件,包含宏块层编码,块层编码,运动矢量估计,区块滤波器等功能-TML-9 coding project file that contains the macroblock layer coding, block layer coding, motion vector estimation, block filters and other functions
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2475237
    • 提供者:大海
  1. print_yuv

    0下载:
  2. 按照宏块的顺序打印YUV文件,方便查看每个宏块的每个像素的值,用于视频压缩、解压缩软件的调试。-print yuv file in MB order to a .txt file, for check very macroblock, used in developing video codecs.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:2368
    • 提供者:heaven
  1. block-merging

    0下载:
  2. HEVC中基于残差能量判别错误宏块合并进行错误隐藏的方法,对错误隐藏方法有很大创新。-We propose a motion-compensated error conceal- ment method for HEVC and implement the method in reference software HM. The motion vector the co-located block will be refined for motion compensation. B
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:339495
    • 提供者:april
« 1 23 »
搜珍网 www.dssz.com