登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • IDL教程
    说明:  一种ENVI编程语言,用于ENVI二次开发便于处理高光谱图像(An envi programming language, used in the secondary development of envi, easy to process hyperspectral images)
    2021-01-24 23:01:02下载
    积分:1
  • BandeletsTutorial[1]
    The second generation bandelets [Peyr´ e and Mallat 2005c] is a orthogonal multiscale transform that is able to capture thegeometric content of images and surfaces.
    2012-06-07 11:44:26下载
    积分:1
  • SARAutoFocus
    基于点目标的自聚焦SAR成像算法!带图形显示!(point target on the autofocus algorithm for SAR imaging! With graphics!)
    2007-01-17 00:58:15下载
    积分:1
  • gauss
    本程序给出一个利用高斯法近似求解病态方程的解的例子(This program gives a Gaussian approximation method for solving equations morbid examples)
    2014-08-16 22:31:02下载
    积分:1
  • 小波去噪
    运用小波阈值实现图像去噪,同时有小波的分解与重构。(Wavelet threshold is used to realize image denoising and wavelet decomposition and reconstruction.)
    2017-11-27 22:38:26下载
    积分:1
  • shapefromshading_varynoise
    estimate shape of a noisy image from the shading information
    2013-09-12 17:40:57下载
    积分:1
  • thinning
    基于Matlab程序的图像细化算法基于Matlab程序的图像细化算法(Matlab program based on the image thinning algorithm based on image thinning algorithm Matlab program)
    2020-10-24 12:47:21下载
    积分:1
  • 2017-6-2
    基于 halcon做的单相机+机械手图像拼接(Image stitching of single camera + manipulator based on Halcon)
    2017-09-08 11:38:02下载
    积分:1
  • JPEGCompression
    说明:  编码: (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)
    2019-02-18 22:58:13下载
    积分:1
  • otsu
    可以去除不均匀光照、噪声的预处理算法,利用双边滤波和中值滤波的优势。(You can remove the uneven illumination, noise preprocessing algorithm, taking advantage of bilateral filtering and median filtering.)
    2020-11-04 16:29:51下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载