CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - jpeg压缩编码

搜索资源列表

  1. DCTJPEG

    3下载:
  2. 使用Matlab编程实现发送端信源编码(图像压缩)和接收端信源解码(图像重建),其中的编解码算法可采用基于DCT变换的JPEG图像压缩标准;测试图像加噪,然后对去噪后的图像进行压缩与重建,分析压缩性能;研究基于下采样和内插的图像压缩算法;可将8bit/pixel灰度图像扩展至24bit/pixel彩色图像,或者采用无损压缩算法对图像压缩。-Sender using the Matlab programming source coding (image compression) and the r
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-06-29
    • 文件大小:32768
    • 提供者:耿智能
  1. jpg_enc

    0下载:
  2. JPEG图像压缩 霍夫曼编码 学习交流 visual C-JPEG image compression Huffman coding to study the exchange of
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-06
    • 文件大小:415255
    • 提供者:lijingming
  1. yuv

    0下载:
  2. 评测JPEG或其他编码器压缩后的图像块效应程度的代码,其标准为流行的GBIM评测标准-Evaluation or other encoder JPEG compressed image block effect of the degree of code, its standard for evaluating GBIM popular standards
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-05
    • 文件大小:15619
    • 提供者:王悦
  1. HuffmanExp

    0下载:
  2. JPEG图像压缩过程中其中一部分:haffman编码。由于这一步在压缩中尤为重要,所以与大家共享-haffman code of jpeg compress,this step is very immportant for jpeg compress.
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2163446
    • 提供者:ladyin
  1. jpeg_1.07

    0下载:
  2. 图先压缩 jpeg 编码算法研究 jp2,j2c-Figure jpeg compression coding algorithm to study
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:131378
    • 提供者:guohufeng
  1. jpegcompressandexample

    0下载:
  2. JPEG图像的压缩算法,里面除了有JPEG编码源码外,还有它的实例程序!-JPEG image compression algorithm, which in addition to JPEG source coding, there are examples of procedures it!
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-09
    • 文件大小:16543623
    • 提供者:ouy
  1. jpegformat

    0下载:
  2. 数学原理不需要搞清. 能够通过这, 开始写自己的编码/解码程序. 或者看懂以有的代码. 对有损图形压缩有进一步了解. 自己能够改良 JPEG, 比如增加透明色的支持, 加快 JPEG 的解码速度.-Do not need to gain a clear understanding of mathematical principles. Can begin to write their own encoding/decoding process. Or understand to
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-08
    • 文件大小:14358
    • 提供者:金尧
  1. bcl-1.2.0

    0下载:
  2. RLE又叫Run Length Encoding,是一个针对无损压缩的非常简单的算法。它用重复字节和重复的次数来简单描述来代替重复的字节。尽管简单并且对于通常的压缩非常低效,但它有的时候却非常有用(例如,JPEG就使用它)。 RLE可以使用很多不同的方法。基本压缩库中详细实现的方式是非常有效的一个。一个特殊的标记字节用来指示重复节的开始,而不是对于重复非重复节都coding run。因此非重复节可以有任意长度而不被控制字节打断,除非指定的标记字节出现在非重复节(顶多以两个字节来编码)的稀有情况下
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:105790
    • 提供者:choi
  1. Screen

    0下载:
  2. VC编写的截屏程序,涉及到jpeg的压缩、哈弗曼编码等。-VC Screenshots written procedures related to jpeg compression, Ha Fuman coding.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:7669495
    • 提供者:Snake
  1. JPEGcodeProcess

    0下载:
  2. 关于JPEG图像的编码压缩以及解码处理。-guanyujpgtuxiangdebianmachuli
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:59544
    • 提供者:sunshine12358
  1. DCT

    0下载:
  2. JPEG标准中规定了4种压缩模式[15]:顺序编码(Sequential encoding),渐进编码(Progressive encoding),等级编码(Hierarchical encoding),无损编码(Lossless encoding)。应用最为广泛的为基于DCT变换的顺序编码,也称之为基准模式(Baseline mode),其它几种模式都以此为基础。这里,采用了JPEG基准模式对图像进行压缩,在基准模式中,熵编码采用哈夫曼编码方法。 -JPEG standard specif
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1177
    • 提供者:yxl
  1. Point-to-point-video-communication

    0下载:
  2. 本实验采用vfw完成视频捕获,通过MCI接口完成音频的采集,使用jpeg编码完成压缩解压缩过程,采用udp方式实现音视频的传输,-In this study, completed by vfw video capture, through the MCI interface to complete the audio of the collection, use jpeg compression and decompression code to complete the process, be
  3. 所属分类:Video Capture

    • 发布日期:2017-04-09
    • 文件大小:1220864
    • 提供者:刘常云
  1. 12

    0下载:
  2. 用JPEG等图象编码压缩各种算法实现图象压缩-JPEG image compression coding using a variety of other image compression algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:233517
    • 提供者:HUBO
  1. Wavelet(JPEG2000)

    0下载:
  2. 采用VC语言,利用小波变换算法实现对JPEG2000格式图象的压缩和编码-Using wavelet transform algorithm for compressing JPEG 2000 format image.
  3. 所属分类:波变换

    • 发布日期:2017-04-05
    • 文件大小:516551
    • 提供者:wangtao
  1. prg3

    0下载:
  2. DCT编码:实现有损压缩的一种编码方法,是JPEG标准的数学基础。-DCT Code: to achieve the lossy compressed coding method, is the JPEG standard mathematical foundation,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2174676
    • 提供者:宝宝余
  1. imjpeg

    0下载:
  2. jpeg编码,压缩图像,解压图像 对于初学者很好,没事下来看看,帮助-jpeg matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1236
    • 提供者:rita
  1. gezhongyasuo

    0下载:
  2. 多种视频压缩算法,包括霍夫曼编码,算术编码dct,jpeg,小波变换-A variety of video compression algorithm, including Huffman coding, arithmetic coding DCT, jpeg, wavelet transform
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:40944
    • 提供者:lucy
  1. 1231313131

    0下载:
  2. 对JPEG的压缩标准进行了仿真,主要过程DCT压缩,根据JPEG的量化矩阵对DCT结果进行量化,对量化结果进行Huffman编码。同时也实现了解压缩过程,即执行上述过程的逆过程-Matlab image compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:166382
    • 提供者:王阳
  1. jpegyasuo

    0下载:
  2. 实现JPEG的压缩和编码 (1)首先通过DCT变换去除数据冗余; (2)使用量化表对DCT系数进行量化; (3)对量化后的系数进行Huffman编码。 -Achieve JPEG compression and coding of the DCT (1) First remove the data redundancy (2) Use the quantization tables for DCT coefficients to quantify (3) Huffman c
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:7401
    • 提供者:yuying
  1. mJPEGzipa

    0下载:
  2. matlab编程实现现JPEG的压缩和编码 -matlab programming now JPEG compression and coding
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-26
    • 文件大小:748785
    • 提供者:hanrui95862
« 1 2 ... 15 16 17 18 19 2021 »
搜珍网 www.dssz.com