登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • ImageSegmentation
    说明:  实现多个阈值的图像分割及K-mean聚类的图像分割(Multiple threshold image segmentation or K-mean clustering image segmentation)
    2020-03-23 09:46:23下载
    积分:1
  • pipei
    改程序就代码可以找出从不同角度或区间的两幅遥感影像的同名点(Change the program code can find it from different angles of the same name point or interval of two remote sensing images)
    2014-05-17 15:48:13下载
    积分:1
  • 3
    说明:  基于小波变换的水下图像目标检测论文加matlab实现代码(Wavelet-based underwater image target detection papers plus matlab code)
    2013-09-12 22:16:31下载
    积分:1
  • RANSAC-Toolbox
    图像处理中ransac算法使用工具,同图复制篡改检测(The image processing algorithm ransac tool tamper detection with FIG copy)
    2017-05-02 11:18:07下载
    积分:1
  • 信号
    利用matlab来对数据进行其各种对应的变换和相位获取(Matlab is used to transform the data and acquire phase)
    2017-10-08 10:48:35下载
    积分:1
  • im_denoise
    几种经典的图像平滑去噪算法程序,其中包括小波软阈值和硬阈值处理。还附送三个图像质量评价程序(several classic image denoising smoothing algorithm procedures, which include thresholding wavelet soft and hard threshold processing. Also attached three image quality evaluation procedures)
    2006-11-06 10:02:10下载
    积分:1
  • 的读写MyBitmapImg
    本程序实现位图的读写,均衡化,滤波,LBP,LTP特征提取以及基于LBP,LTP和卡方距离,最近邻分类的人脸识别,批量给图片改名等功能(The program can read and write a bitmap, equalization, filtering, LBP, LTP feature extraction and nearest neighbor classifier for face recognition based on LBP, LTP and chi-square distance, rename picture and some other functions.)
    2013-09-18 10:05:23下载
    积分:1
  • OMP_SP
    本例程序包含OMP、SP、IRLS、CoSaMP等重构算法,比较性能优劣。(The example application consists of OMP, SP, IRLS, CoSaMP reconstruction algorithm, and compare performance advantages and disadvantages. )
    2013-07-04 10:35:27下载
    积分:1
  • shibie
    基于bp神经网络的车牌字符识别源程序,采用字符比对的方式进行切割(The structures of the neural networks were designed using a constructive algorithm where the basic idea was to start with a small network,then add hidden units and weights incrementally until a satisfactory solution be found .The higher efficiencies were for a 30×17×10 number network and letter network)
    2009-06-01 09:01:38下载
    积分:1
  • robort
    机器人的轨迹跟踪程序,修改参数可以重新建立自己想要的模型,可以看到末端轨迹的运动画面。(Robot trajectory tracking program, you can modify the parameters to re-establish the model you want, you can see the end of the trajectory of the moving picture.)
    2017-03-13 11:47:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载