登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • 2006011437_HW_2
    陆文凯老师数字图像处理第二次作业,前景背景分割和前景区域面积计算(Wen-Kai Lu a teacher of digital image processing a second operation, the background segmentation and the prospects for the future size of the area calculation)
    2009-12-27 23:30:54下载
    积分:1
  • Video_ShakeProof
    利用块匹配稳像算法实现视频去抖动。 主程序入口位于shakeproof.m(shakeproof.m main function. emba.m exhaustive macro block matching algorithm. splitmv.m split mv field into backgroud and foreground. hist2d.m 2d histogram function.)
    2020-11-10 11:39:45下载
    积分:1
  • WT1
    通过小波包变换进行工业系统中的故障识别,去噪(Wavelet Transform)
    2013-05-11 12:35:58下载
    积分:1
  • Latent SVM算法实现行人检测opencv
    Latent SVM算法实现行人检测opencv(Latent SVM Pedestrian Detection Based on Algorithms opencv)
    2020-06-25 15:20:02下载
    积分:1
  • icaML
    说明:  用最大相似性方法实现独立分量分析算法的matlab代码,可用于盲信号处理和图像滤波器构造。(with the greatest similarity method independent component analysis algorithm Matlab code can be used to blind signal processing and image filter structure.)
    2005-10-09 23:23:55下载
    积分:1
  • 051907210649363
    说明:  织物疵点检测,有GUI界面,可自动识别疵点并分类(Fabric defect detection, GUI interface, automatic defect identification and classification)
    2020-04-11 14:11:36下载
    积分:1
  • OrderStatisticFilter
    四个IMAGE窗口,分别对图像进行读取,最大值滤波,最小值滤波及中值滤波。(Four IMAGE window, read the image, respectively, maximum filter, the minimum filter and median filter.)
    2010-11-10 16:23:03下载
    积分:1
  • harrisSAM
    光谱角(Spectral Angle)衡量像素间的相关性存在着差异,本程序用于计算光谱角,及光谱角匹配(Spectral Angle (Spectral Angle) to measure the correlation between pixels there are differences, the process used to calculate the spectral angle, and spectral angle matching)
    2020-11-05 19:19:50下载
    积分:1
  • guiyihua
    虹膜归一化的代码,只要给出定位好的虹膜图片,就可以很好的进行归一化,使用的极坐标变换。(Normalized iris code, as long as the position is given a good iris image, you can be a good uniform, the use of the polar coordinate transformation.)
    2009-05-31 08:35:07下载
    积分:1
  • multiquadric
    输入控制点对,即可得到畸变校正系数。 此例中使用最近临插值。如要得到更好效果,可换用双线性或3次插值。(Input control point right, you get distortion correction factor. In this case, using the most recent clinical interpolation. To get better results, can be used for bilinear interpolation or 3 times.)
    2008-02-23 22:32:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载