登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • lbp(1)
    说明:  是一种纹理描述算子用于快速提取图像的纹理特征,应用于医学图像检索,场景分类等.(Is a texture description operator for rapid extraction of texture features, used in medical image retrieval, scene classification.)
    2010-05-02 14:40:46下载
    积分:1
  • shuzituxiang2-2
    数字图像处理,dct频谱,低通滤波,高通滤波之后的图像。(Digital image processing, DCT spectrum, low pass filtering, high-pass filtering after the image.)
    2012-12-05 21:34:33下载
    积分:1
  • matlabThree-dimensionalReconstruction
    内容为matlab的三维重建程序,达人可进来看,不适合初学者(Matlab says the three-dimensional reconstruction procedures, Tatsu can come watch, not suitable for beginners)
    2008-07-08 15:17:37下载
    积分:1
  • JPEGJsteg
    说明:  Jsteg_Mu可批量对JPEG图像进行Jsteg隐写。 Jpeg_Or 为jpeg密写的原始图像的文件夹, Jpeg_Di 为jpeg密写后密写了的图像的文件夹,code_file 为密写的文件,rate 为密写嵌入率.(Jsteg_Mu JPEG images can be batch Jsteg on steganography. Jpeg_Or jpeg steganography for the original image folder, Jpeg_Di as jpeg steganography written after the close of the images folder, code_file written document for the dense, rate for the steganography embedding rate.)
    2010-04-09 11:07:58下载
    积分:1
  • ctrackclimbf
    说明:  模拟飞机爬升的仿真程序,可输出各种飞行姿态,很不错(Simulating an aircraft climb of the simulation program can output a variety of flight attitude, very good)
    2008-12-02 15:27:49下载
    积分:1
  • lab颜色空间分割
    很好的将lab空间中各颜色分量区分开,亲自使用过修改即可使用(It is very good to separate the color components in lab space.)
    2018-08-18 10:54:23下载
    积分:1
  • sift
    SIFT 算法的实质上是提取局部特征的算法, 该算法在尺度空间寻找极值点, 然后根据极值点来获得尺度、旋转不变量和位置等特征。(In essence, the SIFT algorithm is an algorithm to extract local features. The algorithm finds the extreme points in the scale space and then obtains the characteristics of scale, rotation invariant and position according to the extreme point.)
    2018-05-10 08:13:41下载
    积分:1
  • sar_modified
    说明:  matlab实现sar图像雷达成像运行代码,亲测可用(Matlab SAR image radar imaging code, pro test available)
    2021-01-29 16:11:33下载
    积分:1
  • homework
    应用于计算机视觉领域,运用单应性矩阵信息将两幅图片合成为一张(Used in the field of computer vision, using homography information will be combined into a two picture)
    2009-09-14 22:19:39下载
    积分:1
  • textureseg
    用于图像的纹理分割,适合用于图像的纹理分割和图像特征分类,并且是基于MATLAB实现的纹理特征分割。(For image texture segmentation, texture suitable for image segmentation and image feature classification, and is based on the MATLAB implementation of the texture features segmentation.)
    2011-09-13 16:14:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载