登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • MATLAB-image-processing-(can-see)
    基于MATLAB图像处理的车辆检测与识别(可以看看)基于MATLAB图像处理的车辆检测与识别(可以看看(MATLAB image processing based vehicle detection and recognition (can see) MATLAB image processing based vehicle detection and recognition (can see)
    2021-05-13 22:30:02下载
    积分:1
  • unwrapfile
    说明:  用于相位解缠,提供好的解缠方法和解缠效果,能够更好的得到真实值(For phase unwrapping, unwrapping methods provide good wrapped around the effect of reconciliation that can better be the true value)
    2008-11-04 14:14:36下载
    积分:1
  • RGB2GRAY
    MATLAB图像处理程序,批量将彩色图片转换成灰色图像,用于其他图像处理程序(MATLAB image processing, batch convert color pictures of the gray image used for other image processing program)
    2012-02-04 17:05:46下载
    积分:1
  • ransac_1
    介绍ransac的matlab程序,用在图形图像基于特征点的配准中 可以有效的剔除错误的匹配点 (介绍ransac的matlab程序,用在图形图像基于特征点的配准中 可以有效的剔除错误的匹配点 )
    2012-03-22 13:11:26下载
    积分:1
  • 6
    说明:  基本卡尔曼滤波算法,用于目标跟踪,适用于毕业论文设计及工程人员参考 这个比较简单 易懂(The basic Kalman filter algorithm for target tracking, for design and engineering thesis is simple and easy to understand this reference)
    2011-08-07 14:45:14下载
    积分:1
  • code
    de-speckling of noise in medical ultra sound images...
    2013-08-14 18:54:36下载
    积分:1
  • NRSS
    用于无参考图像质量评价,用MATLAB语言编写(For no-reference image quality evaluation)
    2019-06-10 09:21:17下载
    积分:1
  • qualityMetricsCSF
    基于人类视觉系统的融合图像质量评价算法, 频域CFS滤波,分区加权(The CFS filter for the frequency domain ,fused image quality evaluation algorithm based on human visual system, partition-weighted)
    2013-04-27 16:45:34下载
    积分:1
  • 2-Matlab-SIFT
    说明:  SIFT特征提取演算法------可用于两张影像之特征点匹配(SIFT feature extraction algorithm-can be used for feature point matching of two images)
    2019-09-23 00:20:35下载
    积分:1
  • ex
    说明:  运行程序,得到不同伽马因子给图像的整体明暗程度带来的变化(Run the program to get the change of the overall brightness of the image with different gamma factors)
    2019-03-18 15:15:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载