登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • fusion_IHS
    实现常用的IHS,PCA 加权三种图像融合算法(To achieve common IHS, PCA three-weighted image fusion algorithm)
    2009-01-05 15:54:47下载
    积分:1
  • reconsitution
    说明:  使用PCA将数据集降维,降维后将特征脸还原(Use PCA to reduce the dimension of the data set, reduce the feature face after dimension reduction)
    2019-11-21 11:53:10下载
    积分:1
  • Gale_Shapley_MN
    实现稳定婚姻算法过程,可进行M个男士与N个女士的稳定配对过程(To achieve a stable marriage algorithm process, can be carried out with the M N men and women s stable matching process)
    2020-07-06 20:48:58下载
    积分:1
  • ozzchapter9
    Evolve97的使用说明,很有用的一款软件,拥有结构优化(Evolve97 instructions for use, very useful piece of software, with structural optimization)
    2011-01-22 07:08:18下载
    积分:1
  • SFS
    基于物体灰度图像的物体三维形状恢复,修改图形路径和光源方向即可(Based on the three-dimensional shape of the object to restore the object grayscale image, modify the graphics path and direction of the light source can be)
    2014-02-27 21:53:53下载
    积分:1
  • facedetect521
    人脸检测 通过肤色建立模型,和计算欧拉数开运算等一系列处理可以检测出同一张图片中的多个人脸!效果不错哦(face detection through color model building, and calculation of Euler number opened a series of processing operations can be detected with a picture of the personal face! Oh, good results)
    2007-06-07 00:11:12下载
    积分:1
  • waveletTransform
    归一化互相关算法是传统的图像匹配算法,针对传统图像匹配算法运算量大、速度慢的缺点,提出了一种基于小波变换的多尺度图像匹配算法。(Normalized cross-correlation algorithm is the traditional image matching algorithm, proposed a wavelet transform-based multi-scale image matching algorithm for the large amount of computation of traditional image matching algorithm, slow disadvantage.)
    2013-04-07 15:14:15下载
    积分:1
  • SURF
    该算法可以应用于计算机视觉的物体识别以及3D重构中。(The algorithm can be applied to object recognition in computer vision and 3D Reconstruction.)
    2016-05-31 10:32:38下载
    积分:1
  • houghline
    说明:  hough 变换提取直线 MATLAB程序 可以很好的检测出一副图像中的直线(Extraction of straight line hough transform MATLAB program can detect a very good image of a straight line)
    2008-12-07 21:52:12下载
    积分:1
  • 67506241MM
    说明:  数学形态学对信号进行去噪,效果较好,信号扰动特征得到很好保留(Mathematical morphology to signal de-noising effect is better to be a good signal to retain the characteristics of disturbance)
    2009-08-05 12:03:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载