CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - video compression for matlab

搜索资源列表

  1. matlab-videoread.rar

    0下载:
  2. 用matlab进行视频读取的程序,并附有c语言程序,很有价值。,Using matlab to read the procedures for video, together with c language program, very valuable.
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:19197
    • 提供者:zhang
  1. MPEG_souce-code

    0下载:
  2. Mpeg压缩的C++源代码,对于图像压缩,视频压缩,图像编码领域的朋友很有用-Mpeg compression of the C++ source code, for image compression, video compression, image coding friends useful
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:40424
    • 提供者:郝人
  1. VideoDemosA

    0下载:
  2. code for video compression using simulink
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-09
    • 文件大小:16436058
    • 提供者:swathi
  1. 9854125413

    0下载:
  2. 运动估计是视频编码的关键技术,其最基本的原理是利用相邻帧间的时间 相关性,通过预测来减少时间冗余度。在实际编码中,为了节省码率,并不传 输每一帧的全部数据,而是利用运动估计求出每一帧与其预测参考帧之间的差 值。运动估计越准确,差值的分布越趋近与零,差值块的能量越小,经过变换、 量化和熵编码后所产生的码流的比特位率也越少。因此,运动估计搜索的准确 程度直接影响到了编码的压缩性能。 -Motion estimation is the key to video encodin
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:17511
    • 提供者:罗鹏
  1. BlockMatchingAlgoMPEG

    0下载:
  2. This paper is a review of the block matching algorithms used for motion estimation in video compression. It implements and compares 7 different types of block matching algorithms that range from the very basic Exhaustive Search to the recent
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:252563
    • 提供者:vikas
  1. MPEG

    0下载:
  2. 这个程序实现了MPEG2的视频压缩,用于Internet上视频流的处理(IP流还没有实现),程序的注释相对比较少,所以可能比较难理解些。下载后请先看说明。-This program implements MPEG2 video compression, video streaming for the Internet, the processing (IP flow has not yet achieved), program notes relatively small, it may be
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:2913085
    • 提供者:李亓
  1. compressioncodes

    0下载:
  2. this zip file consists of matlab code for various compression algorithms used for video and audio compression and cdma technology
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:5219
    • 提供者:selva
  1. VcDemo

    0下载:
  2. Video Compression using Content-Based Motion Compensation --------------------------------------------------------- This demo Requires MATLAB (and the Image Processing Toolbox) Tested on MATLAB 7.0 (R14). Run one of the following thr
  3. 所属分类:matlab

    • 发布日期:2017-06-11
    • 文件大小:19206845
    • 提供者:mohammad665
  1. full-search-ME

    0下载:
  2. matlab 对于块全搜索运动估计 源代码 视频压缩技术h.264-matlab block full search motion estimation for the source code h.264 video compression technology
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2910
    • 提供者:杨超凡
  1. H_264_AVC

    1下载:
  2. matlab编写的h.264,压缩和解压缩avi格式视频,压缩效果较好,适用于学习-h.264 matlab prepared avi format video compression and decompression, compression is better for learning
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-11
    • 文件大小:2885637
    • 提供者:宋延杰
  1. TT-LATS-Tran-Manh-Tuan-2013

    0下载:
  2. Ebook about Motion Estimation for Video Compression using Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:504143
    • 提供者:Lam Nguyen
  1. motionEstNCDS

    0下载:
  2. matlab programming for a New Cross Diamond Search algorithm for video compression
  3. 所属分类:matlab

  1. scds

    0下载:
  2. matlab programming for a small cross diamond search algorithm for video compression
  3. 所属分类:matlab

  1. CDS

    0下载:
  2. MATLAB PROGRAMMING ON A CROSS DIAMOND SEARCH BLOCK MATCHING ALGORITHM FOR VIDEO COMPRESSION
  3. 所属分类:matlab

  1. hd701

    0下载:
  2. 实现了图像的灰度化并进一步用于视频监视控,用MATLAB实现动态聚类或迭代自组织数据分析,包括压缩比、运行时间和计算复原图像的峰值信噪比。- Achieve a grayscale image and further control for video surveillance, Using MATLAB dynamic clustering or iterative self-organizing data analysis, Including compression ratio, imag
  3. 所属分类:matlab

    • 发布日期:2017-12-16
    • 文件大小:5120
    • 提供者:梁鸣
  1. CABAC-

    0下载:
  2. Context-adaptive binary arithmetic coding (CABAC) is a form of entropy encoding used in the H.264/MPEG-4 AVC and High Efficiency Video Coding (HEVC) standards. It is a lossless compression technique, although the video coding standards in which it is
  3. 所属分类:数学计算

    • 发布日期:2017-12-18
    • 文件大小:16384
    • 提供者:rezajava
  1. h-264

    1下载:
  2. 视频压缩协议h.264的编码和解码例程,用MATLAB编辑(Coding and decoding routines for video compression protocol H.264, edited with MATLAB)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:9092096
    • 提供者:sunjianwei729
搜珍网 www.dssz.com