CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - video compression 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. DCVS2009_Kang

    2下载:
  2. 基于Matlab的压缩感知视频编码程序。DCVS的最新理论算法程序。稀疏矩阵采用BWHT(沃尔什-哈达玛矩阵),重构算法用GPSR。-Matlab-based video compression perceptual coding process. DCVS the latest theoretical algorithm program. Sparse matrix with BWHT (Walsh- Hadamard matrix), reconstruction algorithm wit
  3. 所属分类:matlab例程

    • 发布日期:2013-11-16
    • 文件大小:1023183
    • 提供者:洋子
  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. watermark

    1下载:
  2. 在matlab环境下实现视频水印的嵌入,要求视频未被压缩处理过。-Matlab environment in the realization of embedded video watermark, the requirements of video compression is not treated.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:75509
    • 提供者:尉玉林
  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. JPEG

    0下载:
  2. 对一段原始视频图像序列做压缩,生成压缩文件;对此压缩文件做解压缩处理,生成显示图像;将此显示图像与原始图像做质量、压缩文件大小等各个方面做比较。-On the original video image sequence to do a compression to generate compressed file to do this compressed file decompression processing to generate display images this shows
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-18
    • 文件大小:5604013
    • 提供者:tosh
  1. Motion_Estimation_2_

    0下载:
  2. it performs video compression using motion compansation
  3. 所属分类:matlab

    • 发布日期:2017-06-01
    • 文件大小:14188061
    • 提供者:nehal
  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. mpeg-compresson

    0下载:
  2. video compression, mpeg, ex from bgu univesity
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3043
    • 提供者:itaybo
  1. Still-Image-and-Video-Compression-with-MATLAB

    0下载:
  2. an usefull book about İ mage compression with matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3160609
    • 提供者:f33744_k
  1. DCT-Video-Compression

    0下载:
  2. 基于matlab平台,通过DCT算法来对视频进行压缩。代码包括视频分解成帧,DCT算法压缩,帧合成视频,以及综合的视频压缩M文件,可以直接仿真。有相应的图片,以及压缩前后的视频,还有原理word报告。-Based on matlab platform, through DCT algorithm to compress the video. Code includes video decomposition framing, DCT compression algorithm, frame co
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-28
    • 文件大小:11201677
    • 提供者:魏路
  1. video-compression

    0下载:
  2. 视频压缩,用matlab来实现,视频压缩,用matlab来实现- video compression on matlab
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-25
    • 文件大小:8224213
    • 提供者:ranransun
  1. MATLAB图像与视频处理实用案例详解试读样章

    6下载:
  2. 详细讲解了25个MATLAB图像与视频处理实用案例(含可运行程序),涉及雾霾去噪、答题卡自动阅卷、肺部图像分割、小波数字水印、图像检索、人脸二维码识别、车牌定位及识别、霍夫曼图像压缩、手写数字识别、英文字符文本识别、眼前节组织提取、全景图像拼接、小波图像融合、基于语音识别的音频信号模拟灯控、路面裂缝检测识别、视频运动估计追踪、Simulink图像处理等多项重要技术(Explain in detail the 25 MATLAB image and video processing utility
  3. 所属分类:matlab例程

  1. matlab_code_for_video_compression

    0下载:
  2. video compression using matlab
  3. 所属分类:压缩解压

    • 发布日期:2017-12-27
    • 文件大小:68195328
    • 提供者:nivi
  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
  1. Matlab火焰烟雾检测(GUI)

    8下载:
  2. Matlab火焰烟雾检测(GUI) 本设计为基于matlab的烟雾火焰火灾识别系统,可读取视频或者图象,检测出是否有烟雾火焰,具备一个人机交互式GUI界面,功能强大,识别准确,同时配备相对应的操作说明和运行效果图,直接运行GUI文件即可完美运行。另外,诸如车牌,人脸,图象去雾,压缩,水印,疲劳检测,人数统计,声音信号处理等均可做技术交琉,欢迎一起探讨。(Matlab flame smoke detection (GUI) This design is a smoke and flame fi
  3. 所属分类:matlab例程

    • 发布日期:2020-09-19
    • 文件大小:12152832
    • 提供者:for Matlab
« 12 »
搜珍网 www.dssz.com