登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • pei
    在matlab环境下对两幅图像进行配准,输出配准参数,显示配准结果(In the matlab environment for registration of two images, output registration parameters, shows the registration results)
    2011-11-19 20:43:11下载
    积分:1
  • toolbox_tensor_voting
    用matlab实现Tensor voting算法(Implementation of Tensor voting algorithm with MATLAB)
    2018-01-16 18:47:44下载
    积分:1
  • readnc
    说明:  读取nc文件,可画出温度,盐度,水深和流场图(it can read NC files, and then draw the map of ocean water depth, temperature, salinity and flow quiver field)
    2020-03-04 18:10:08下载
    积分:1
  • Video-Demo
    该源码为目标检测和跟踪算法 包括: 1. 静态背景下的背景预测法目标检测 2. 静态背景下帧间差分法目标检测 3. Mean Shift目标跟踪方法 4. 重心多目标跟踪方法 (The source code for target detection and tracking algorithm include: 1 Static background background prediction target detection 2 Static background frame difference method for target detection 3. Mean Shift tracking method 4 multi-target tracking methods focus)
    2013-08-11 20:39:39下载
    积分:1
  • SparseMatrixOfExamples
    稀疏矩阵的实例,讲述如何用稀疏矩阵进行实际的编程。本例是以超市购物为实际背景。(Examples of sparse matrix)
    2010-07-29 09:57:15下载
    积分:1
  • MATLAB-image-processing-(can-see)
    基于MATLAB图像处理的车辆检测与识别(可以看看)基于MATLAB图像处理的车辆检测与识别(可以看看(MATLAB image processing based vehicle detection and recognition (can see) MATLAB image processing based vehicle detection and recognition (can see)
    2021-05-13 22:30:02下载
    积分:1
  • 维纳滤波与盲卷积算法代码 Wiener-and-blind-convolution
    维纳滤波与盲卷积算法代码,用于图像处理去燥 清晰化处理,自带图像还有附录讲解(Wiener filter and blind convolution algorithm code for image processing to dry clear processing, comes with the image there are appendix to explain)
    2017-05-11 16:10:01下载
    积分:1
  • 人脸识别考勤系统
    人脸识别考勤系统
    2020-12-03下载
    积分:1
  • 多目标跟踪的JPDA算法
    用来进行多目标跟踪的JPDA算法的的MATLAB程序包. 跟踪效果还行. (Used for multi-target tracking JPDA algorithm of the MATLAB package tracking performance is okay.)
    2021-04-22 15:38:48下载
    积分:1
  • PAPER7
    7主动轮廓模型的一种初始轮廓设定方法.PDF(An initial outline of seven active contour model setting method)
    2014-05-03 16:36:23下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载