登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • FingerRecognition-CSDN-latent
    对指纹进行识别,通过gabor进行指纹增强,然后细化得到结果(Fingerprints were identified and enhanced with gabor, and the results were refined)
    2019-04-25 21:32:02下载
    积分:1
  • Azi_sim
    说明:  數據繪圖時候有時候必須處理資料矩陣轉向,該編碼詳細說明如何處理矩陣在三維度空間下進行轉向,而不是利用Curve Fitting Tools(Data drawing sometimes has to deal with the data matrix steering, which details how to handle the matrix to steer in a three-dimensional space instead of using Curve Fitting Tools)
    2020-06-22 19:40:02下载
    积分:1
  • Niblack
    图像二值化,采用Niblack算法,采用Matlab编写,可以做个参考。(It accomplishes the binary work to an imge, using Niblack algorithm.)
    2012-06-26 16:39:11下载
    积分:1
  • Defect-detection
    基于灰度图像进行傅立叶变换后的二值化处理(Binarization based on the Fourier transform after the gray image processing)
    2014-12-21 13:56:05下载
    积分:1
  • MoveTest
    对视频中的几帧进行移动目标检测,着重标记出移动目标。(Moving targets are detected for several frames in the video, with emphasis on the moving target.)
    2016-11-23 21:26:17下载
    积分:1
  • c_code_2d_3d
    说明:  打包的二维三维图形图像处理源代码 稀有资源(packed 2D and 3D graphics processing source of scarce resources)
    2006-05-05 08:09:19下载
    积分:1
  • dct11
    DCT1.m为一维离散余弦变换exp22.m为对一幅灰度图像进行离散余弦变换 exp23.m为对一幅彩色图像进行离散余弦变换(DCT1.m for the one-dimensional discrete cosine transform exp22.m for a gray image exp23.m discrete cosine transform for the color of an image discrete cosine transform)
    2021-04-22 16:48:49下载
    积分:1
  • lanxufa
    摄影测量源码,连续法的相对定向算法,提供实验数据和程序(Photogrammetric source, the relative orientation algorithm of the continuous method, the experimental data and procedures)
    2012-07-25 10:53:47下载
    积分:1
  • using_envi_create_evf
    IDL环境下的EVF矢量数据创建,代码清晰。(IDL environment EVF vector data creation, code clarity.)
    2013-08-15 11:19:48下载
    积分:1
  • Contourlet
    基于Contourlet变换和SVM的SAR图像目标识别 (Contourlet transform and SVM based on the SAR image target recognition)
    2021-04-01 09:19:08下载
    积分:1
  • 696518资源总数
  • 104666会员总数
  • 53今日下载