登录
首页 » matlab » JPEGCompression

JPEGCompression

于 2019-02-18 发布 文件大小:824KB
0 144
下载积分: 1 下载次数: 3

代码说明:

  编码: (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)

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

发表评论


0 个回复

  • shaweiheji
    本人搜集的沙威老师关于CS所有的资料,包括代码,论文,评论等等,希望对大家有用。(Javert I have collected all of the teachers on the CS data, including code, papers, comments, etc., want to be useful.)
    2011-08-23 11:41:08下载
    积分:1
  • kmeans1
    基于K-means的优化聚类中心的图像分割算法,改进了FCM算法的缺点(Based on the optimization of K-means clustering center image segmentation algorithm to improve the shortcomings of the FCM algorithm )
    2017-05-03 15:12:46下载
    积分:1
  • H-noise_low_pass_bayer
    说明:  Pixel design for H-noise cal; imageJ platform ; test done
    2020-06-22 16:00:01下载
    积分:1
  • antvrptw
    算法程序可以求解带时间窗的车辆路径问题,期望大家上传的都是有说明的可以使用的程序(the program for the vehicle routing problem with time windows)
    2014-12-03 20:36:20下载
    积分:1
  • dct-svd
    说明:  dct-svd域水印算法,实现数字水印图像在载体DCT-SVD域的隐藏(a kind of watermarking algorithm in DCT-SVD domain)
    2010-04-18 21:48:32下载
    积分:1
  • evaluate
    图像处理实现计算信噪比功能,Image processing functions to achieve SNR calculation(Image processing functions to achieve SNR calculation)
    2013-05-27 14:47:08下载
    积分:1
  • FusionEvaluation
    说明:  几种图像融合评价指标,AG,EN,FMI,MI,Qab,Qw,SF,SSIM,即平均梯度AG、信息熵EN、特征互信息FMI、互信息MI、边缘信息保持量Qab、加权融合质量评价因子Qw、空间频率SF和相似性指数SSIM。能较好的描述图像融合结果,稳定性较好。(Several evaluation indexes of image fusion, Ag, en, FMI, MI, qAB, QW, SF, SSIM, namely average gradient AG, information entropy En, feature mutual information FMI, mutual information MI, edge information retention qAB, weighted fusion quality evaluation factor QW, spatial frequency SF and similarity index SSIM. It can describe the result of image fusion well and has good stability.)
    2019-11-14 22:05:07下载
    积分:1
  • Axisch
    各个坐标系之间的坐标变化:地心大地坐标到地心空间大地直角系,地心系和测站系,测站系和测站系等之间的变化,旋转,平移。(Coordinate changes between the various coordinate systems: geocentric geodetic coordinate system to the geocentric Cartesian space earth, geocentric system and station lines, change the station, such as lines and lines between stations, rotation, translation)
    2013-12-31 23:31:40下载
    积分:1
  • c_code_2d_3d
    说明:  打包的二维三维图形图像处理源代码 稀有资源(packed 2D and 3D graphics processing source of scarce resources)
    2006-05-05 08:09:19下载
    积分:1
  • PhaseCongruency
    提取图像相位一致性特征,进行图像配准,内附实验图片(Image feature extraction phase coherence)
    2013-05-30 20:38:17下载
    积分:1
  • 696518资源总数
  • 104976会员总数
  • 7今日下载