登录
首页 » matlab » JPEGCompression

JPEGCompression

于 2019-02-18 发布
0 85
下载积分: 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 个回复

  • mat
    Car Plate recognition for trail for learn
    2011-04-22 04:50:40下载
    积分:1
  • code
    de-speckling of noise in medical ultra sound images...
    2013-08-14 18:54:36下载
    积分:1
  • cloud
    本篇论文主要介绍地基云的自动检测!采用阈值分割!(This paper describes the automatic detection of the foundation of cloud! Using thresholding!)
    2013-11-25 21:47:35下载
    积分:1
  • 特征检测与匹配
    说明:  特征检测与匹配的目标是识别一个图像中的关键点与另一个图像中的对应 点之间的配对。(The goal of feature detection and matching is to identify the key points in one image and the corresponding points in another image)
    2020-12-04 10:39:34下载
    积分:1
  • c#联合halcon自定义直线卡尺
    c#联合halcon自定义直线卡尺
    2020-05-09下载
    积分:1
  • A30001
    用SAV函数实现分析图像数据的实用程序,功能上基本可以实现的。(with HBV Function analysis of image data of practical procedures, the basic function can be realized.)
    2007-03-10 23:08:34下载
    积分:1
  • ImgZoom
    图像局部放大功能。包括主要的三个消息处理函数,由鼠标拖动画出需放大区域,松开即将图像局部放大到整个客户区,能够实现层层放大。(enlarge images partial function. Including the three main message processing function, the mouse scrolling painted by the need to enlarge the regional, Loosen the forthcoming local enlarge images of the entire client area, can be achieved at every level to enlarge.)
    2007-01-28 22:55:21下载
    积分:1
  • 5476544333
    易语言仿彗星真彩PNG按钮源码,易语言写的图形图象编程,很好的参考。(Easy language imitation comet true color PNG button, easy graphics programming language to write, a good reference.)
    2013-09-20 00:30:12下载
    积分:1
  • OFDMPAPRCCDF
    描述OFDM高峰均功率比(PAPR)的CCDF曲线,用MATLAB仿真的结果(Description OFDM peak-average power ratio (PAPR) of the CCDF curve, the results of simulation using MATLAB)
    2020-11-01 19:29:54下载
    积分:1
  • MFC4pic
    说明:  在MFC中显示各种格式的图片,jpg.png(Display pictures in various formats in MFC, jpg.png)
    2020-09-02 21:58:16下载
    积分:1
  • 696524资源总数
  • 103957会员总数
  • 51今日下载