登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • matlab回归法做变化
    matlab回归法做图像变化检测。有图片有结果,有论文说明,可参照使用(Matlab regression method for image change detection. There are pictures of the results, there are papers, can refer to use)
    2017-10-25 17:39:39下载
    积分:1
  • GVF
    使用snake算法寻找图形的轮廓,GVF梯度代替传统方法取得了很好的效果。(Snake algorithm to find the outline of the graphics, GVF gradient instead of the traditional methods achieved good results.)
    2012-08-19 09:57:05下载
    积分:1
  • patchwork_wangying
    利用matlab实现Patchwork算法,包括各种处理攻击(Using matlab Patchwork algorithm, including the attack of various treatment)
    2012-03-19 16:44:43下载
    积分:1
  • image_processing3
    图像工程作业3:基于视词袋模型的场景识别 (Scene recognition with bag of words)(Image Engineering Job 3: Scene Recognition Based visual bag of words (Scene recognition with bag of words))
    2021-04-20 16:58:50下载
    积分:1
  • smooth
    图像的平滑函数,对指定区域的图像,并有门限值和魔板大小限制。(the smooth of a bmp image)
    2013-09-19 21:16:46下载
    积分:1
  • main
    使用matlab对交通标志进行定位,用MATLAB强大的计算功能和各种功能齐全的函数,图像工具箱来进行道路交通标志的识别(Using MATLAB to locate traffic signs)
    2019-03-18 14:59:14下载
    积分:1
  • Distributed-SAR
    说明:  分布式合成孔径雷达成像仿真,包含像素级配准。(Distributed Simulation of synthetic aperture radar imaging, including pixel-level registration.)
    2009-08-16 10:45:23下载
    积分:1
  • assignment3
    编制一个通用的边缘提取函数。通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测。 实验图像任选 (Preparation of a common edge extraction function. By entering different parameters to achieve the Sobel operator, Prewitt operator, Roberts, operator, operator of Marr and Canny edge detection. Experimental image optional)
    2020-07-02 06:00:02下载
    积分:1
  • DSIFT_EF
    说明:  用于处理亮度不一样或者曝光时间长短不一样的图像,通过图像融合增强图像效果。(Used to process images with different brightness or different exposure time, and enhance the image effect through image fusion.)
    2020-11-02 15:15:43下载
    积分:1
  • zhenjiancha55
    帧间差法实现视频对象的分割,进行运动目标的检测小程序。(The frame difference method of video object segmentation, moving target detection procedures.)
    2020-07-02 08:20:01下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载