登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • 摄影测量点云 Grid
    摄影测量点云,三维激光点云进行点云特征图像提取进行格网化代码(Photogrammetric point cloud, 3D laser point cloud, point cloud feature image extraction for grid code)
    2018-10-11 11:54:57下载
    积分:1
  • reconstruction_algorithms
    本代码主要给出了激光粒度仪颗粒散射光强分布以及4种粒度反演算法,以及4种算法之间的比较。四种反演算法为:TSVD、Chaine、Tikhonov和l1正则化。(The code gives the Zetasizer particle scattering intensity distribution, and four kinds of particle inversion algorithm, as well as a comparison between the four algorithms. Four kinds of inversion algorithm is: TSVD, Chaine, Tikhonov and l1 regularization.)
    2020-08-13 23:28:29下载
    积分:1
  • SIFT-PCA
    这是我花了很多时间收集的有关sift-pca资料哦,里面也包括了sift-pca的MATLAB代码(This is what I spent a lot of time to collect information about the sift-pca Oh, which also includes a sift-pca MATLAB code)
    2013-05-27 16:47:23下载
    积分:1
  • sprites
    说明:  sprites communication to windows in unix sys
    2020-06-20 23:40:01下载
    积分:1
  • 46597
    图象数据透明化源码,主要使用两种方法使图象透明显示:一种是用画板载入画图片,画出方式选择透明白色;另一种是将图象数据字节集化,并按高度和宽度逐一改变颜色使颜色透明。(Transparent image data source, the main use of the image transparent display two methods : one is to use Sketchpad loaded Picture , Draw Mode Select transparent white; the other is a set of bytes of image data , and press)
    2017-07-01 17:21:08下载
    积分:1
  • yundongguji
    运动估计中的各种搜索方法的源代码,方便实现运动估计(Motion Estimation in a variety of search methods of the source code to facilitate the realization of motion estimation)
    2008-05-27 17:05:31下载
    积分:1
  • 1335492_QRcode
    说明:  简单的介绍了基于matlab的QR码的识别,包括图像的预处理,图像定位,图像的识别等(This paper briefly introduces the recognition of QR code based on matlab, including image preprocessing, image positioning, image recognition and so on.)
    2019-04-19 17:04:13下载
    积分:1
  • textureseg
    用于图像的纹理分割,适合用于图像的纹理分割和图像特征分类,并且是基于MATLAB实现的纹理特征分割。(For image texture segmentation, texture suitable for image segmentation and image feature classification, and is based on the MATLAB implementation of the texture features segmentation.)
    2011-09-13 16:14:54下载
    积分:1
  • showline
    图像检测,目标检测简单来说就是找出图像中的目标并给定目标的位置,一般用矩形框定位出目标(In image detection, target detection is simply to find out the target in the image and give the location of the target. In general, the rectangular box is used to locate the target)
    2019-04-12 16:18:23下载
    积分:1
  • SIFT_Mosaic
    图像配准,基于sift的图像配准程序,配准效果良好,运行速度快。(image match)
    2015-02-11 11:50:14下载
    积分:1
  • 696518资源总数
  • 104662会员总数
  • 21今日下载