登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • 16QAM-blind-equlization-for-cma
    基础的盲均衡算法,16相位正交调幅恒模盲均衡算法。(A basic blind equlization algorithm ,named as 16 QAM blind equlization for CMA. )
    2020-10-21 16:47:24下载
    积分:1
  • video-read-and-coding
    在matlab中读入视频序列,并显示出来。对视频流文件进行按帧读取,并计算帧与帧之间差值,并统计差值的分布。(Read into the video sequence in matlab, and displayed. Streaming video, read the press frame, and calculate the difference between frames, and statistical difference between the distribution.)
    2012-07-11 22:08:34下载
    积分:1
  • VehicleTrack
    视频车辆检测,主要是介绍视频中的车辆运动目标的检测和跟踪计数(The detection of video vehicle mainly introduces the detection and tracking of moving targets in video)
    2017-07-24 20:29:34下载
    积分:1
  • diffration
    超高斯光束在自由空间中的衍射传播,利用角谱理论。(Super-Gaussian beam diffraction propagation in free space, the use of the angular spectrum theory.)
    2014-05-25 22:18:33下载
    积分:1
  • 现菲涅耳数字全息的方里面包括同轴和离轴
    实现菲涅耳数字全息的方里面包括同轴和离轴 欢迎大家下载(feinieer shuziquanxi··)
    2020-12-08 20:59:20下载
    积分:1
  • find_target
    求取一幅二值图像包含目标区域的最小矩形框,返回矩形框的上下左右边界,然后根据边界坐标在图上画出目标区域。(Strike the rectangle that contains the smallest rectangular target area in a binary image, return to the top and bottom rectangular box around the border, and then draw the boundary on the map coordinates of the target area.)
    2010-11-08 11:36:21下载
    积分:1
  • AreaMeasure
    本文件包含连通区域标记以及面积测量的matlab源代码(This document contains the connected component labeling, and area measurement of the source code matlab)
    2011-06-03 20:45:36下载
    积分:1
  • matlab运算
    说明:  最简单的进行两图像的加减和异或,同或,运算。(The simplest operation is to add and subtract two images, and to add and subtract two images.)
    2019-02-27 15:56:16下载
    积分:1
  • myprogs
    基于HIS空间的彩色烟雾图像分割算法,包含粗分,细分割与连通域提取(HIS color space based on image segmentation algorithm smoke contains coarse points, fine segmentation and connected domain extraction)
    2008-12-13 11:23:33下载
    积分:1
  • fastcdd_pubian
    基于CDD模型的快速数字图像修复算法 matlab版 (CDD model based on fast digital image restoration algorithm matlab version)
    2011-11-08 22:06:19下载
    积分:1
  • 696518资源总数
  • 105678会员总数
  • 22今日下载