登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • Burch
    burch型全息图,经测试能正常运行,结果含原图,全息图,再现图(Burch-type hologram, by testing the normal operation, the result with image, hologram, reproduce Figure)
    2008-07-07 11:37:46下载
    积分:1
  • Image-binarization
    说明:  图片自适应二值化处理,二值化处理使用简单方便。(Adaptive binarization image processing, binary processing easy to use.)
    2011-03-01 01:16:18下载
    积分:1
  • regiongrow
    说明:  通过选取初始种子点,进行图像的阈值分割,通过对比计算该点8领域灰度值是否符合阈值条件来对图像边缘进行分割(The image edge is segmented by choosing the initial seed point and comparing the gray value of the 8 domains of the point with the threshold condition.)
    2018-12-24 16:09:11下载
    积分:1
  • ShapeRecognition
    Shap Context based Shape recognition
    2010-05-12 14:15:29下载
    积分:1
  • gkde
    Gaussian Kernel Density Estimation with Bounded Support
    2008-05-22 20:15:32下载
    积分:1
  • souce-code
    数字图像处理与机器视觉(光盘),共13章源代码(Digital image processing and machine vision code)
    2012-04-06 19:43:41下载
    积分:1
  • ase
    GM(1,1)的程序,要用就下啥,可以预测的,里面有详细的说明,很容易看懂的!,(GM (1, 1) program, want to use is what, predictable, there are detailed instructions, it is easy to understand!)
    2017-08-02 07:46:00下载
    积分:1
  • HillClimbingSegment.1.0
    程序实现Matlab下爬山法(hill-climbing)方法,用于彩色图像分割。(mage is first converted to CIE lab color space and the 3d color histogram is generated. Hill-climbing algorithm is used to find the local maximums in lab histogram, which is used to automatically decide the cluster number K as well as initial seeds for )
    2009-06-09 18:27:49下载
    积分:1
  • RGB
    基于RGB的彩色图像分割方法,可在matlab里直接使用(Study of color image segmentation algorithm)
    2018-04-10 10:31:23下载
    积分:1
  • test_plot_time
    IDL编写的以时间为变量的散点图代码,值得新手学习(IDL prepared time-variable scatter plot code, novice worth learning)
    2016-04-24 04:49:00下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载