登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • DIP_vc
    用c语言编写的数字图像处理程序,图像读取,图像增强,图像复原,傅里叶变换,离散余弦变换都有(With the c language digital image processing, image scanning, image enhancement, image restoration, Fourier transform, discrete cosine transform has)
    2013-11-30 20:23:27下载
    积分:1
  • SURFmex
    surf特征提取算法,较sift优良,包括示例和实验图片,还有算法原文(surf feature extraction algorithms, the more sift fine, including examples and experimental images, as well as the original algorithm)
    2009-11-19 10:41:29下载
    积分:1
  • jpeg_quality_score
    基于JPEG压缩的无参考图像质量评价算法,输入一幅图像,输出图像的评价值,值在0-100之间,越接近0图像的质量越好(JPEG-based compression algorithm for no-reference image quality assessment, an input image, the output image uation value, a value between 0-100, closer to 0 the better the image quality)
    2014-11-27 14:12:41下载
    积分:1
  • deblurr
    利用多用方法进行数字图像去模糊实例,便于初学者理解反卷积去模糊、伪逆去模糊等基本算法(Example scripts for image debluring, try to give general introduction of some basic algorithms, such as pseudo inverse debluring.)
    2013-05-11 14:35:55下载
    积分:1
  • tiduchahzi
    利用梯度插值算法实现图像的去马赛克,图像质量大大提高(Using gradient interpolation algorithm to achieve image mosaic, image quality is greatly improved)
    2015-11-13 11:09:26下载
    积分:1
  • PTZVY57
    matlab的gui设计程序,有关<信号与系统>课程的辅助教学设计(Matlab GUI design, the relevant & lt;)
    2017-08-03 04:08:10下载
    积分:1
  • RD
    说明:  一个机载SAR的成像算法,SAR的点目标RD成像算法(An airborne SAR imaging algorithm, SAR point target imaging algorithm RD)
    2008-04-29 09:23:48下载
    积分:1
  • cedif
    改进后的非线性各向异性扩散用于图像中的保边去噪,增加了二阶导数,是滤波效果更好(Improved nonlinear anisotropic diffusion for edge preserving image denoising, an increase of second derivative, is a better filtering effect)
    2010-09-28 16:21:59下载
    积分:1
  • spfilt1
    首先生成如下形式的图片:图中的白条为7象素宽,210象素高,白条间的宽度为17象素。 应用多种滤波器进行处理:算术均值,几何均值,谐波均值,逆谐波均值,中值滤波,中点滤波,最大值、最小值滤波等。注意,需改变模板大小。详细比较上述的结果,并分析原因。 (First generation following form images: figure IOUs 7 pixels wide, 210 pixels high, the width is 17 pixels between IOUs. Using a variety of filters for processing: the arithmetic mean, geometric mean, harmonic mean, inverse harmonic mean, median filtering, filtering midpoint, maximum, minimum filtering. Note that the need to change the template size. A detailed comparison of these results and analyze the reasons.)
    2013-12-03 16:17:19下载
    积分:1
  • viola_jones
    这个是最成熟的人脸检测算法viola-jones的matlab版本实现,适合搞研究的同学们(a matlab implementation of the viola-jones face dection!)
    2012-02-19 16:13:31下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载