登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • attachment
    基于MATLAB图像处理的车辆检测与识别,很基础的,入门(moving detect)
    2020-06-29 17:40:02下载
    积分:1
  • Mag_Color_Snake
    使用双线性内插或二次曲面内插放大图像,然后使用彩色自蛇模型去除边缘模糊和锯齿效应(Using bilinear interpolation or quadratic surface interpolation to enlarge the image, then use the color removed from the snake model and the sawtooth effect of edge blur)
    2010-05-17 16:31:11下载
    积分:1
  • mygui
    设计GUI界面,方便用户录制原始语音信号,加入噪声并选择滤波器滤除噪声。(Designed GUI interface, user-friendly recording of the original speech signal, adding noise and select a filter to filter out noise.)
    2012-10-25 14:26:03下载
    积分:1
  • Image-Processing
    VC++图像程序处理 是由杨淑莹老师编写的 对于计算机视觉 等课程有重要作用 (VC++ image processing program written by Yang Shuying teacher courses for computer vision plays an important role)
    2011-11-07 17:27:35下载
    积分:1
  • fusion
    图像融合的算法集锦,遥感图像的小波融合等(Image fusion algorithm Collection, remote sensing image wavelet fusion)
    2020-12-21 19:29:07下载
    积分:1
  • Image Feature Extraction of Code
    该程序为一个小型的检索系统,通过提取颜色、边缘等特征进行图片检索。(The program is a small search system that retrieves images by extracting features such as colors and edges.)
    2018-05-23 19:23:13下载
    积分:1
  • Ms-matlab
    mean shift matlab源码,程序比较简单(mean shift matlab source code, the program is relatively simple)
    2008-04-22 11:17:13下载
    积分:1
  • DecodeString
    根据指定字符分割字符串,VC++精选编程源码,很好的参考。(According to the specified character segmentation character string, VC++ select programming source code, a good reference.)
    2013-12-03 10:56:22下载
    积分:1
  • 2
    说明:  采用haar小波实现二维图像的分解与重构(mallat算法):(Two-dimensional image using haar wavelet decomposition and reconstruction (mallat algorithm):)
    2013-07-16 11:38:37下载
    积分:1
  • bianyuantiqu
    对图像处理后,将图像中的目标边缘提取出来,然后添加到原图像上(After image processing, the image of the target edge extracted, and then added to the original image)
    2016-07-11 11:32:30下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载