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

搜索资源列表

  1. SaveJPEG

    0下载:
  2. 提示: JPEG压缩分为三个部分: 1.JPEG压缩原理及算法(RGB/YCbCr,DCT/IDCT,量化,Z字型编码,用DPCM对DC/用RLE对AC编码/Huffman编码) 2.JPEG标记格式 3.JPEG图片文件的组织形式(位于SOS后的图像压缩数据是由MCU块怎样排列的,特别是使用了DRI之后) 还有许多细节问题: 1.解码过程中遇到“FF 00”当“FF”处理,否则忽略“FF” 2.进行DCT前YCbCr要减128,进行IDCT前要加128(相当于Y减128,YCbCr不需要加12
  3. 所属分类:图形图象

    • 发布日期:2014-02-27
    • 文件大小:283686
    • 提供者:
  1. 2006171034042857

    0下载:
  2. 用于电视编码,解码,比较各种图像压缩算法的优缺点,给出基于DCT变换的图像压缩软件程序-for video encoding, decoding, compare various image compression algorithm advantages and disadvantages DCT is based on the image compression software
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4495694
    • 提供者:陈兵
  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. RWJpegExp

    0下载:
  2. MFC 读取BMP图像信息,然后进行二维DCT变换,再量化,Z字型扫描,实现BMP到JPEG的转换-the encoding and decoding of JPEG and the specific realization of program on vc++ platform. The encoding part of this program can encode a picture whose format is BMP and save relevant data as binary
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:275388
    • 提供者:王志伟
  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. jpeg_encode+decoderhojoon

    1下载:
  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-03-29
    • 文件大小:2938
    • 提供者:Ho Joon Lee
  1. rgbquadtreehojoon

    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-03-29
    • 文件大小:128452
    • 提供者:Ho Joon Lee
  1. CadTool_ETRI_Final

    1下载:
  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. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:189368
    • 提供者:Ho Joon Lee
  1. 2005-12-29_22-34-9_93

    0下载:
  2. 用VHDL实现dct.离散余弦变换(DCT)在图像编解码方面应用十分广泛,至今已被JPEG、MPEG1、MPEG2、MPEG4和H26x等国际标准所采用。由于其计算量较大,软件实现往往难以满足实时处理的要求,因而在很多实际应用中需要采用硬件设计的DCT处理电路来满足我们对处理速度的要求-Using VHDL implementation dct. Discrete cosine transform (DCT) in image decoding application of very exten
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3299
    • 提供者:yangjing
  1. encodinganddecoding

    0下载:
  2. 实现对视频图像的游程编码和解码。过程包括:二维DCT变换、量化及游程编码。 一般来讲对于视频的I帧进行恢复,其信噪比可达到38DB以上。-Implementation of the video image encoding and decoding run-length. Process includes: two-dimensional DCT transform, quantization and run-length encoding. In general, I frame for
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:6947
    • 提供者:zrs
  1. mpegcode_matlab

    0下载:
  2. 对单幅图像进行编解码程序,经过DCT,量化,扫描,编码及其逆过程实现编解码-Single image codec on the program, after DCT, quantization, scanning, coding and decoding achieve reverse process
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-04
    • 文件大小:11871
    • 提供者:guojing
  1. image-compression

    0下载:
  2. 使用分块DCT变换实现图像的压缩编码和解码。-Using the block DCT transform image compression coding and decoding.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:1004991
    • 提供者:wangyanan
  1. 02

    0下载:
  2. 该文提出了一种在基于离散采弦变换(DCT,Discrete Coslne‘nansform)压缩域进行纹理图 像分类的方法.此方法主要利用了DCT域能量具有方向性的特电,直接在辩程长编码(RLE,Rlm I。ength E眦ollⅢg)形成的码流中根据这种方向性来提取、组织特征矢址,对纹理图像进行分粪.此方法只需对压缩 【封像世行简单的Hu圩maⅡ解码.要处理的数据量较少,处理速度快实验结果表明.这种分类方法具有较高 的准确性.-This paper presents a str
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:298902
    • 提供者:刘东
  1. bianma

    0下载:
  2. 根据jepg压缩的基本原理,先进行分块,该 模拟JPEG压缩过程 实验读取的是图像前4*4的小块,然后对其进行DCT变换,将空间域变换到频域中,再除以量化系数,减小数据量。并进行取整操作。然后根据量化后的数值矩阵进行解码操作。-First conduct a block, the experiment is to read the image the first 4* 4 small pieces, then its DCT transform, the space domain to
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:593
    • 提供者:serena
  1. Embedded-in-the-DCT-coefficients-

    0下载:
  2. 在图像的DCT系数上嵌入信息,图像为常见的512*512大小的灰度图(实验所用图像为LENA.BMP)。嵌入的信息为一二进制Logo图(实验所用logo图为tj-logo.bmp),该图大小为32*32,共1024个Bit。 1. 在LENA图中嵌入水印,输出嵌入后的水印图像。 2. 对水印图像解码,输出解码后得到的logo图,并统计错误率。 3. 使用不同的嵌入强度进行嵌入,观察其对作品直觉效果和解码效果的影响,绘制相应的曲线。 4. 使用加入噪声、改变对比度、JPEG压缩等攻
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:986494
    • 提供者:lsc
  1. STDM

    1下载:
  2. 在图像的DCT系数上嵌入信息,图像为常见的512*512大小的灰度图(实验所用图像为LENA.BMP)。嵌入的信息为一二进制Logo图(实验所用logo图为LOGO.bmp),该图大小为64*64,共4096个Bit。 1. 使用STDM方法在LENA图中嵌入水印,输出嵌入后的水印图像。 2. 对水印图像解码,输出解码后得到的logo图,并统计错误率。 3. 在相同的量化步长下,观察不同强度的噪声攻击下系统性能的变化 4. 在相同的量化步长下,观察不同强度的JPEG压缩下系统性能
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:850494
    • 提供者:lsc
  1. code

    1下载:
  2. 针对灰度图像的编码和解码程序,包括分块,DCT,量化和zigzag扫描过程,内附测试图集。-For grayscale image encoding and decoding procedures, block, DCT, quantization and zigzag scanning process includes, enclosing test portfolio.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-29
    • 文件大小:56591
    • 提供者:gh
  1. JPEG

    0下载:
  2. 基于DCT的JPEG图像压缩处理程序,能够实现bmp格式RGB图像编码解码,使用编码函数使得算法简单易懂,灵活使用哈夫曼编码表,减少传输数据-DCT compression processing program based on JPEG images can be achieved bmp format RGB image encoding and decoding, encoding function makes the algorithm easy to understand, flexi
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:878862
    • 提供者:程波
  1. test

    0下载:
  2. 程序功能:模拟DCT编码解码过程,生成带“块效应”的图像 实验图片:lena.jpg(512*512) 步骤:彩色图像→灰度图像→DCT→量化→反量化→IDCT→重构图像并保存- Program features: Analog DCT encoding and decoding process, generated with the " block effect" image Experimental Image: lena.jpg (512* 512)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:858
    • 提供者:kuiliping
  1. JPEG

    4下载:
  2. 使用matlab实现的jpeg基本系统,输入为灰度图像,输出为使用‘0’‘1’字符表示的字符串。 包括dct编码与解码、量化与反量化,Huffman编码与解码(The JPEG basic system implemented with MATLAB is entered into a gray image, and the output is a string represented with a '0' '1' character. Including DCT coding and de
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:224256
    • 提供者:笨笨木木
搜珍网 www.dssz.com