登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • renlianpeizhun
    人脸图像配准,将同一场景的两幅或多幅图像进行对准,可以实现人脸归一化(Face image registration, the same scene two or more images for the alignment can be achieved face normalization)
    2013-11-08 16:23:40下载
    积分:1
  • weics
    此程序用于伪彩色图象的处理,实现程序的增强功能.(procedure for the pseudo-color image processing, and process enhancements.)
    2007-05-30 09:34:43下载
    积分:1
  • rgb
    说明:  利用matlab提取图片像素点的RGB值(Using MATLAB to extract RGB value of image pixels)
    2021-04-13 10:28:56下载
    积分:1
  • partical-filter
    粒子滤波 图像处理程序,内有5个用于图像处理的程序(partical filter)
    2012-01-03 20:59:34下载
    积分:1
  • adpmedian
    自适应中值滤波程序 自己根据mathworks网站的源程序 改进而来 非常详细 拿来即可用(Adaptive median filter in accordance with the procedures themselves MathWorks Web site to improve from a very detailed source code can be used with)
    2008-06-07 14:17:30下载
    积分:1
  • MR8-Filter-bank
    图像处理领域有很多滤波器,好的滤波器可以很快的提取有效的特征,MR8是一组特别好的滤波器组,比gabor filter更好,这里是MR8的源码,有需要的可以下载一用!(There are a lot of image processing filter, a good filter can quickly extract effective feature, MR8 is a particularly good filter group, better than gabor filter, here is MR8 source, there is a need to download a use!)
    2020-12-16 17:59:13下载
    积分:1
  • DepthBasics-D2D
    使用KINECT获取深度图像的源码,在vs平台下使用C++编写。(Use KINECT obtain depth image source, written using C++ in vs internet.)
    2015-06-18 10:27:05下载
    积分:1
  • 119964782gmm_utilities
    实现混合高斯的功能,再次基础上可进行任意操作(The function of mixed Gaussian can be realized, and any operation can be carried out on the basis of it again.)
    2019-06-19 16:46:43下载
    积分:1
  • 特征选择与提取zch
    自编的用于图像特征提取的源程序,解压后直接运行就ok了(writing for Feature Extraction source, unpacked directly ok on the run)
    2020-06-30 02:00:02下载
    积分:1
  • NJW
    NJW算法,普聚类算法,利用3种拉普拉斯矩阵,作用在自制的数据集上(failed to translate)
    2011-09-19 12:23:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载