登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • AffineTrnasformation
    说明:  这是我编写的关于计算机视觉中的一种重要的变换---射影变换的matlab源代码,希望对您有用。(This is what I prepared on computer vision in an important transformation of the projective transformation--- matlab source code, I hope useful for you.)
    2009-08-07 12:05:29下载
    积分:1
  • fft-filter
    该程序为傅立叶变换,用来将时域信号进行频域信号分析,保护功率谱、能量谱等。(The program for the Fourier transform, time-domain signal to the frequency domain signal analysis, to protect the power spectrum, the energy spectrum.)
    2011-08-14 15:07:34下载
    积分:1
  • 直接序列扩频水印的嵌入与提取
    说明:  实现直接序列扩频水印的嵌入与提取。基于待嵌入消息生成二进制水印序列,生成扩频码,用消息序列调制生成水印序列。依次处理灰度图像的每一个载体图像像素,根据相应位置 水印序列完成嵌入修改。(Realize the embedding and extraction of direct sequence spread spectrum watermark. The binary watermark sequence is generated based on the message to be embedded, the spread spectrum code is generated, and the watermark sequence is generated by message sequence modulation. Each carrier image pixel of gray image is processed in turn, and the embedding modification is completed according to the corresponding position watermark sequence.)
    2020-12-06 20:19:23下载
    积分:1
  • IQA评估指标
    说明:  IQA评估指标包括PLCC,SROCC,KROCC,PSNR,SSIM (Structural Similarity),MSE (Mean Square Error),RMSE (Root Mean Square Error) ,信息熵 (Information Entropy)算法(IQA evaluation indicators include PLCC, SROCC, KROCC, PSNR, SSIM (Structural Similarity), MSE (Mean Square Error), RMSE (Root Mean Square Error) , Information Entropy (Information Entropy) algorithm)
    2021-04-06 10:09:03下载
    积分:1
  • chazhi1
    一个基本的拉格朗日插值法示例,做出了图像帮助直观理解(Examples of Lagrange interpolation)
    2013-05-20 05:22:51下载
    积分:1
  • Light-Spot
    针对空间发光点缩成光斑图像中心的高精度提取问题,本文提出一种亚像素提取方法。该方法简历了具有高斯能量分布的空间发光点的透视投影光斑图像灰度分部数学模型,证明了空间发光点能量中心的透视投影不变性。(Light-emitting points of space shrunk to spot high-precision center of the image extraction problem, we propose a subpixel extraction method. This method resumes a space with Gaussian energy distribution points of perspective projection spot light gray segment mathematical model to prove the energy center of the space light-emitting point perspective projection invariance.)
    2010-12-10 22:56:07下载
    积分:1
  • matlab
    索书号文字图像分割,粘连字符切分,彩色车牌分割 ,文字识别的结构特征提取子函数(Call text image segmentation, character segmentation, color plate segmentation, text recognition feature extraction Functions)
    2017-11-06 16:08:53下载
    积分:1
  • vif
    应用视觉保真度(VIF)的方法对图像增强方法的优劣做客观的评价。从而达到用客观的评价方法评价一种增强方法的优劣性。(The application of visual fidelity (VIF) to do an objective evaluation of the pros and cons of the image enhancement method. So as to achieve an enhanced method of objective evaluation methods evaluate the advantages and disadvantages.)
    2012-04-06 10:55:05下载
    积分:1
  • emd2003
    用经验模式分解分解出固有模式函数,从而得出瞬时频率和包络,适合进行特征提取(using empirical mode decomposition decomposition patterns inherent function, thereby reaching and instantaneous frequency envelope, suitable for feature extraction)
    2007-04-17 21:09:15下载
    积分:1
  • yuezhifenggedejizhngsuanfa
    在做图像处理时用遇到图像的阈值分割,这是几种图像的阈值分割方法(In doing image processing with experience image threshold segmentation, which is one of several image thresholding segmentation method)
    2013-11-22 16:01:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载