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

搜索资源列表

  1. Compression

    0下载:
  2. 几种常用的压缩算法 本程序包含以下功能: 1、 Arithmetic coding 2、 Huffman coding 3、 LZ77 coding 4、 LZ78 coding 5、 LZW 6、 RLE 7、 DCT 8、 Furie transform
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1149030
    • 提供者:王若
  1. H.265_X86_DEMO

    1下载:
  2. ZPAV(小名H265),凝集 形态,分形,模糊,小波,数字图象处理学 等数学精华, 我 感受到了她的威猛的能量,听到了她的呐喊!她如春雷, 震撼着 单薄数学(DCT+ME+HUFFMAN等)的MPEGxx和H26xx的古老统治! ZPAV (H.265) 基本算法 :V0,V6 用了 二维小波;V8 用了 三维小波;V9 用了 四维小波; P帧(ME) 使用了 小波域运动估计;声音(A0,A6,A8,A9), 运动矢量(MV) 使用了 广义小波。 Z
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2714774
    • 提供者:彭珍
  1. JPG

    0下载:
  2. 本论文主要介绍了JPEG的编码和解码过程。该程序的编码部分能把一张BMP格式的图象进行JEPG编码,压缩成以二进制形式保存的文件;通过相应的解码程序又可以把图象解压缩出来。在图象传送过程中,我们经常采用JPEG格式对静态图象进行编码。JPEG基本系统是一种有损编码,无法完全恢复出原图象,信息有一定的丢失,称为有损压缩。尽管我们希望能够无损压缩,但是通常有损压缩的压缩比(即原图象占的字节数与压缩后图象占的字节数之比,压缩比越大,说明压缩效率越高)比无损压缩的高。JPEG编码先把图象色彩RBG变成亮
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2843992
    • 提供者:徐晓明
  1. compressjpeg

    0下载:
  2. 对图像进行压缩,并利用计权网络及huffman算法和DCT算法对此进行了实现.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5027
    • 提供者:政委
  1. JPEG

    0下载:
  2. 实现JPEG的压缩和编码 (1)首先通过DCT变换去除数据冗余; (2)使用量化表对DCT系数进行量化; (3)对量化后的系数进行Huffman编码。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1806
    • 提供者:李雅
  1. JPEG

    1下载:
  2. 使用DCT算法huffman编码来压缩静止图像 是很好参考源码-Huffman coding using the DCT algorithm to compress a still image is a good reference source
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-09
    • 文件大小:267375
    • 提供者:hyl
  1. jpeg2avihojoon

    0下载:
  2. This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN -
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1448
    • 提供者:Ho Joon Lee
  1. duomeiti

    0下载:
  2. 老师的多媒体课件,演示实例,dct量化,dpcm编码、ezm、huffman编码等-Multimedia teachers, demonstration examples, dct quantization, dpcm coding, ezm, huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-30
    • 文件大小:12625308
    • 提供者:luozhihui
  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. dct_final

    0下载:
  2. Un codage type Huffman ou arithmétique continue la compression des données. La dernière étape de la compression JPEG est le codage de la matrice DCT quantifiée. Ce codage est réalisé sans perte d informations, en utilisant des mécanismes économ
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:887
    • 提供者:lamine
  1. JPEG-Encoder-Decoder

    0下载:
  2. JPEG图像压缩,包括了DCT变换,Z扫描,量化和Huffman编码-JPEGimagine compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:59647
    • 提供者:qiancongrong
  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. tuxiangyasuo

    1下载:
  2. (1)试利用函数dct2,对该图像进行压缩。压缩时可尝试对DCT 变换后的系数采用不同取舍方法,比较其压缩性能。(函数dct2在matlab本身是有的,可以help dct2看看) (2)结合课本例8.7.2 的量化方法,对每一个经DCT变换后的8×8 矩阵量化(Huffman编码部分可省略),从而实现图像压缩。在一定压缩比的情况下,和⑴给出的图像质量相比较。 (3)用所给的子子程序fast_LOT.m 实现对该图像的变换与压缩,并和(1)得出的图像质量相比较-(1) Test usin
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:201725
    • 提供者:zrf
  1. DCTJPEG

    2下载:
  2. blkproc.m,DCHuffmanEncoding.m,ACHuffmanEncoding.m,zigzag.m,PSNR.m, 对灰度图像进行DCT变换,量化,ZigZag扫描,Huffman编解码,反量化,反DCT变换而重建图像。 其中,blkproc.m为分块DCT变换函数; DCHuffmanEncoding.m,ACHuffmanEncoding.m分别为DC和AC变换系数的Huffman码表函数; zigzag.m为ZigZag扫描函数;PSNR.m为求图
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-23
    • 文件大小:3072
    • 提供者:吴魏
  1. JPEG

    1下载:
  2. 实现图像的JPEG压缩和解压,包含DCT、Zigzag、Huffman等算法。-Implement JPEG image compression and decompression, including the DCT, Zigzag, Huffman algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-18
    • 文件大小:70520
    • 提供者:qi
  1. HSDCTcode

    0下载:
  2. 心音信号的DCT域变换压缩编码,LLoyld最佳量化与霍夫曼编码,利用心电R波进行分帧,在不到1 左右失真度的情况下达到了6.0以上的压缩比-Heart sound signals on DCT transform coding, LLoyld optimal quantization and Huffman coding, the use of ECG R wave sub-frame, less than about 1 in the case of distortion to achie
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:799337
    • 提供者:Sun
  1. JPEGDCT

    0下载:
  2. 基于JPEG的图像压缩代码,包含DCT变换,色度量化,霍夫曼编码,zig扫描等详细过程-Based on the JPEG image compression code, including DCT, color quantization, Huffman coding, zig scanning process in detail
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:336280
    • 提供者:Ewin
  1. JPEG_Codec

    0下载:
  2. This a JPEG codec with AC/DC Huffman entropy coding, 4:2:0 Sampling, RGB/YCbCr converter. 2D-DCT and Quantization is included in the JPEG_Main. There also a Huffman table list in .txt, two sample testing picture and the bitrate-PSNR , Compressi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-03
    • 文件大小:828381
    • 提供者:Chao-Tin Wu
  1. work

    1下载:
  2. 图像压缩编码码matlab实现:DM编码、变换编码、算术编码、行程编码、Huffman编码、线性预测编码-image compression coding matlab code to achieve. Including: DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Huffman coding
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:183188
    • 提供者:zhch76
« 1 2»
搜珍网 www.dssz.com