登录
首页 » matlab » JPEGCompression

JPEGCompression

于 2019-02-18 发布
0 158
下载积分: 1 下载次数: 7

代码说明:

说明:  编码: (1)进行颜色转换,将RGB格式转换为YUV格式。 (2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。 (3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。 (4)对变换系数进行量化。 (5)进行Z字形重排 (6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。 解码: (1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。 (2) 进行反Z字型重排 (3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。 (4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。 (5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。 (6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)

文件列表:

JPEGCompression, 0 , 2018-04-16
JPEGCompression\123.jpg, 585964 , 2018-04-16
JPEGCompression\123.png, 21735 , 2018-04-13
JPEGCompression\CalMSE.m, 334 , 2018-04-03
JPEGCompression\Compratio.m, 1185 , 2015-12-14
JPEGCompression\Compress.m, 612 , 2018-04-03
JPEGCompression\Decompress.m, 104 , 2018-04-03
JPEGCompression\Image1.bmp, 304182 , 2015-12-14
JPEGCompression\imdisplay.m, 317 , 2015-12-14
JPEGCompression\img2jpg.m, 1223 , 2018-04-03
JPEGCompression\jpg2img.m, 1668 , 2018-04-03
JPEGCompression\kids.tif, 95162 , 2013-09-26
JPEGCompression\my.m, 2228 , 2018-05-13

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Fourier
    实现了读取一个bmp图片的傅里叶变换 使用C语言实现 读取一个 24位 图 转换为8位灰度图后,进行傅里叶变换处理(二维) 采用快速傅里叶变换——蝶形算法 北航图像处理作业~需要进一步交流 请联系qq 422563357(Reads a bmp image to achieve a Fourier transform using C language Northern image processing operations)
    2020-10-27 21:20:03下载
    积分:1
  • ZhifangtuJunheng
    该程序为直方图均衡化程序,附有GUI界面,操作简单,可现实处理前后图像对比及处理前后的直方图分布情况显示,使用方便。(The program for histogram equalization program, with GUI interface, simple operation, the histogram distribution around the reality that is processing the image before and after treatment, easy to use.)
    2016-02-27 11:37:45下载
    积分:1
  • DecodeString
    根据指定字符分割字符串,VC++精选编程源码,很好的参考。(According to the specified character segmentation character string, VC++ select programming source code, a good reference.)
    2013-12-03 10:56:22下载
    积分:1
  • lvboqi
    对图像进行模糊处理前的第一步设计操作,然后进行加强滤波处理(Fuzzy image processing operation prior to the first step in the design and then proceed to strengthen the filter processing)
    2008-12-29 15:10:12下载
    积分:1
  • anisodiffusion
    说明:  都是各向异性扩散用于图像去噪的文章,中文文献,看起来比较方便(Are anisotropic diffusion for image denoising article, Chinese literature, it seems more convenient)
    2010-05-05 11:21:37下载
    积分:1
  • bpsko_analysis
    基于小波分析的BPSK的OFDM的分析,将对其的频谱进行分类及预测,(Based on the wavelet analysis of the analysis of BPSK OFDM, will the classification and prediction of the spectrum。 )
    2012-03-22 21:41:32下载
    积分:1
  • ImageCoding
    该程序是数字图像处理中一个常用的算法,研究在VC6.0下调试通过,并且达到了非常好的效果,希望对大家能有点帮助。(The program is a digital image processing algorithms commonly used to study under VC6.0 debugger through and achieved very good results, in the hope that we can to some extent.)
    2009-04-26 19:58:05下载
    积分:1
  • ist-algorithm
    基于压缩感知的图像重构算法啊,很适合用初学者的,本人就很受益(ist algorithm)
    2012-07-18 17:48:37下载
    积分:1
  • tvdenoise
    超声医学图像去噪代码,用TV法实现偏微分方程去除斑点噪声(Ultrasonic medical image denoising code, with TV method to achieve partial differential equations to remove speckle noise)
    2008-01-15 15:13:18下载
    积分:1
  • affineOF
    基于仿射变换的图像匹配程序,这是基于mablab的一个主程序(Affine transformation based on the image matching process, which is based on a main mablab)
    2009-05-19 17:36:46下载
    积分:1
  • 696518资源总数
  • 105531会员总数
  • 4今日下载