登录
首页 » matlab » JPEGCompression

JPEGCompression

于 2019-02-18 发布 文件大小:824KB
0 213
下载积分: 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 个回复

  • wavefusionagrithom
    小波融合算法,提供了一个实现两幅图像融合的小波算法(wave fusion agrithom)
    2009-02-22 10:23:40下载
    积分:1
  • exposure_fusion
    利用matlab实现不同曝光成度的图像融合,matlab实现HDR功能(Using matlab to realize image fusion with different exposure degrees, and using MATLAB to realize HDR function)
    2021-04-09 16:38:59下载
    积分:1
  • POCS
    超分辨率POCS(投影到凸集集合理论复原方法)算法代码(The POCS super-resolution algorithm code)
    2012-07-06 17:00:35下载
    积分:1
  • ICP
    一种点云数据的配准算法,可用于进一步的三维建模处理,配准效果良好。(One kind of point cloud data registration algorithm, three-dimensional modeling can be used for further processing, registration to good effect.)
    2013-06-22 12:59:17下载
    积分:1
  • cuyscrjtuplejinformation
    数据挖掘讲义第一章基础知识,PDF文件大小约400K()
    2017-11-30 07:56:17下载
    积分:1
  • Goldstein_Filter_for_InSAR
    说明:  Goldstein滤波方法matlab的实现,可用与ESPI电子散班,Insar条纹图,指纹图滤波使用!(Goldstein realization matlab filtering method can be used with the ESPI electronic dispersion classes, Insar fringe pattern, the use of fingerprint filtering!)
    2021-02-28 22:59:35下载
    积分:1
  • fenshuiling_2
    改进的分水岭算法,利用基于重建的开闭算法,有效的解决了过分割问题,尤其适用与医疗血细胞的分割问题(Improved watershed algorithm, based on the reconstruction of the opening and closing algorithm, effectively resolved the issue of over-segmentation, in particular with the medical application of the division of blood cells)
    2007-12-26 15:27:37下载
    积分:1
  • LBP
    提取图像的lbp纹理特征,然后进行向量表示( Lbp extracted texture features of the image, and then vector representation)
    2015-11-09 20:22:55下载
    积分:1
  • SP_Liu_TCSVT_code2014
    说明:  用于显著性检测的对比算法SP的MATLAB版本,比较新的是2013年的,亲测可用(MatLAB version of SP, a contrast algorithm for saliency detection, is relatively new in 2013, and pro-test is available.)
    2020-06-16 19:00:02下载
    积分:1
  • HE+AHE+CLAHE+运行结果+QQ1109720378
    直方图均衡(HE),自适应直方图均衡(AHE),限制对比度的直方图均衡(CLAHE)的图像处理算法,运行无错误,效果还不错。包含循行结果对比。(Histogram equalization (HE), adaptive histogram equalization (AHE), and contrast-limited histogram equalization (CLAHE) image processing algorithm run without error, and the effect is good. Include line-by-line results comparison.)
    2021-01-27 12:08:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载