登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • SR
    说明:  生成显著图方法,一种基于空间频域分析的显著性分析算法(Spectral Residual,SR算法)的matlab实现代码(Matlab code generated saliency map method based on the spatial frequency domain analysis of significant analysis algorithm (Spectral Residual, SR algorithm))
    2013-03-15 16:26:23下载
    积分:1
  • zhezhongThreshhold
    说明:  比较硬阈值、软阈值法图像去噪,并提出折中阈值法去噪(Comparison of hard thresholding, soft thresholding image denoising, and put forward a compromise threshold denoising)
    2008-10-06 14:53:19下载
    积分:1
  • wavepaste
    说明:  WAVEPASTE将系数放在小波分解结构中。(WAVEPASTE Puts coefficients in a wavelet decomposition structure.)
    2019-05-11 15:54:06下载
    积分:1
  • src
    说明:  边缘检测技术用于医学图像的边缘检测, 对特定目标分割前做边缘定位(objective edge detectiong for medical AI platform.)
    2020-12-24 15:09:05下载
    积分:1
  • luwusheng
    陆吾生教授的压缩感知材料,PPT格式,开始学习基础知识的同学有帮助。(Professor Lu Wusheng compressed sensing materials, PPT format.)
    2012-12-20 10:11:35下载
    积分:1
  • hough
    异步被动传感器系统模糊Hough变换航迹起始算法,模式识别,图形图像处理的经典算法(Asynchronous passive sensor system, fuzzy Hough transform track initiation algorithm, pattern recognition, graphics, image processing algorithm of the classical)
    2009-05-22 20:02:04下载
    积分:1
  • List-VCDProperties
    IMAGING 工业相机图像灰度特征处理源代码,文件源码中集成了三方组件,非常有价值(IMAGING industrial camera image grayscale image processing source code, the source code to integrate the three party components, very valuable)
    2016-06-20 14:27:50下载
    积分:1
  • m_map用法详解
    m_map使用方法详细介绍,采用matlab下载世界地图,可以获取海岸线等数据库(M_map uses the method to introduce in detail, uses the MATLAB to download the world map.)
    2018-05-14 10:10:46下载
    积分:1
  • psoOptions
    说明:  pso粒子群优化算法参数设置,是工具箱中结合部分的核心。(PSO PSO algorithm parameter settings, Toolbox is part of the integration of the core.)
    2006-04-04 21:38:10下载
    积分:1
  • fusion
    用于实现基于压缩感知在傅里叶系数域上的图像融合(For image fusion based on compressed sensing in the domain of Fourier coefficients)
    2021-04-02 22:49:06下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载