登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • C# SCADA源码修复
    C# SCADA源码修复,完全可用
    2020-12-01下载
    积分:1
  • avisample
    生成avi视频截图序列。设置截图时长,截图频率,截图类型的参数。(Generate avi video sampling sequence.Screenshot duration, frequency and types of parameters are allowed to set freedom.)
    2013-07-10 17:18:11下载
    积分:1
  • JPEG-Enr
    基于matlab的JPEG编解码程序。里面有2个程序,一个是程序是编解码过程,一个纯编码过程。含解释。(Program based on Matlab JPEG codec. There are two programs, one program is the process of encoding and decoding, a pure coding process. Containing explained.)
    2012-03-27 09:40:04下载
    积分:1
  • msssim
    图像质量评价代码,用于评估两副图片的相似度(Image quality evaluation)
    2017-09-29 16:29:23下载
    积分:1
  • dsa
    说明:  用VC实现数字减影算法,通过模板匹配,再对两幅图像相减,即用盈片中减去蒙片,从而实现突出血管区域的目的。【源码加文档说明】(Using VC to achieve digital subtraction algorithm, template matching, and then the subtraction of two images, that the film with surplus minus mask, in order to achieve the purpose of highlighting vascular region. 【Source】 plus documented)
    2010-04-18 22:39:04下载
    积分:1
  • 06362230
    Continuous Birdsong Recognition Using Gaussian Mixture Modeling of Image Shape Features
    2013-07-09 10:13:22下载
    积分:1
  • feikuai
    可以设置图像分块的大小和分块数,然后来分块保存图像到文件目录下面(You can set the size of the image sub-block and sub-blocks, and then to block to save the image to a file directory)
    2009-10-16 18:39:53下载
    积分:1
  • 3
    说明:  采用考虑湍流内外尺度影响的退化模型来恢复大气湍流降质图像,运用包含了湍流内外尺度影响的波结构函数、折射率谱以及薄透镜成像的退化函数导出了新的退化模型。(A new degradation model includling the influence of outer-and inner-scale of turbulence is presented to restore atmospheric turbulence degradation images. )
    2014-01-22 16:49:22下载
    积分:1
  • mean_shift_v6
    在linux环境下,实用c++编写的有关实用mean shift进行视频跟踪,视频分割的很好的程序,运行良好……(Practical mean shift in the linux environment, practical C++ written in the video track, video segmentation procedures, good running ...)
    2012-03-15 11:10:14下载
    积分:1
  • cannyedgedetection.tar
    canny边缘检测的matlab实现,用到了基于Otsu算法的自适应阈值选取(canny edge detection)
    2012-05-02 22:43:55下载
    积分:1
  • 696518资源总数
  • 105250会员总数
  • 16今日下载