登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • LDA
    LDA 的matlab源码实现,Jonathan Huang编写的,是目前唯一可用于且正确的源码,可用于图像特征降维(LDA to achieve the matlab source, Jonathan Huang, prepared, is the only can be used and the correct source, can be used for image feature dimensionality reduction)
    2008-06-15 20:38:04下载
    积分:1
  • 09_Direct
    人民邮电出版社,《VC++数字图像处理典型算法及实现》-- 第9章图像分割。 包括图像的并行边界分割、串行边界分割、并行区域分割、串行区域分割、Canny算子的实现等源代码(Posts )
    2008-06-03 11:11:23下载
    积分:1
  • jiangcaiyang
    对图像进行降采样处理,将原图像变为五分之一大小。(The image down-sampling processing, the size of the original image into a fifth.)
    2010-01-10 22:42:51下载
    积分:1
  • TV
    说明:  全变分模型主要是依靠梯度下降流岁图像进行平滑处理的模型,希望在图像的内部对图像进行平滑,使得相邻像素的差值较小(The total variation model is mainly based on the gradient descent flow year image smoothing model, hoping to smooth the image inside the image, so that the difference between adjacent pixels is small)
    2020-12-12 19:40:20下载
    积分:1
  • 1
    说明:  运动补偿编码 matlab 源码 希望给大家有帮助(Motion compensation coding matlab Source want to give you help)
    2010-03-17 11:39:30下载
    积分:1
  • matlab
    提取不变矩提取hu不变矩,速度快,效率高,易用(matlab)
    2009-03-09 11:31:17下载
    积分:1
  • 2011-ImageInpainting
    图像修复算法 及 仿真程序代码 2011年《基于纹理特征的自适应图像修复算法》(the image inpainting algorithm and its matlab code “Adaptive Image Inpainting Algorithm Based On the Texture Feature” )
    2012-02-23 19:15:14下载
    积分:1
  • Fourier_Discriptor
    基于傅里叶描述子对旋转、平移等运动的不敏感性,识别目标(recognize the objects with rotation, translation, etc based on fourier descriptor.)
    2010-07-22 11:03:11下载
    积分:1
  • EDGE-Detection
    Image, Edge Detection, Code
    2013-03-20 13:16:32下载
    积分:1
  • Java-cube
    魔方源代码,用鼠标可以选择想要转动的面,按D顺时针旋转,按 S逆时针旋转。(Cube the source code, you can use the mouse to the face you want to rotate, press D to rotate clockwise, counterclockwise rotation S.)
    2016-05-10 23:19:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载