登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • camshift
    利用camshift方法实现对一个目标的跟踪,可直接运行,但是效果一般,希望大家能改进一下,相互学习(Achieve a target tracking camshift method, and can be run directly, but the general effect, I hope that we can improve it, and learn from each other)
    2021-04-01 15:49:08下载
    积分:1
  • Water-level-detection1111
    Water level detection1111 good
    2013-12-24 05:25:35下载
    积分:1
  • gkde
    Gaussian Kernel Density Estimation with Bounded Support
    2008-05-22 20:15:32下载
    积分:1
  • LSH_MATLAB
    Visual Tracking via Locality Sensitive Histograms.基于局部敏感直方图的目标跟踪算法,该算法在CVPR2013中出现,算法较简单但却非常有效,值得各位研究视觉跟踪算法的同行研究(Visual Tracking via Locality Sensitive Histograms)
    2013-10-03 22:16:22下载
    积分:1
  • PrimeBackgroundDetection
    基于主像素的背景建模方法。该方法对密集目标检测效果较好。(Based on the background of the main pixel modeling method. The method of intensive better target detection.)
    2008-02-25 16:09:20下载
    积分:1
  • BM3D
    BM3D图像去噪算法。当下较为先进的图像去噪算法,可以对图像进行较好的去噪。在代码中包含了彩色图像,运动图像等多种bm3d去噪。(BM3D image denoising. Present a more advanced image denoising algorithm, can be a good image denoising. Included in the code of color images, moving images, and other bm3d denoising.)
    2021-04-09 10:49:00下载
    积分:1
  • 1
    这是一个利用python里微信机器人,然后获取微信好友的照片,然后利用图像处理,把照片合成在一张照片里。(This is a use of the python Weixin robot, and then get the pictures of Weixin friends, and then use image processing to synthesize the pictures in a picture.)
    2019-05-26 17:42:23下载
    积分:1
  • 下载的代码
    说明:  水下图像处理方法之一的图像融合算法matlab实现(Matlab implementation of image fusion algorithm, one of the classical image processing methods)
    2020-09-05 14:58:05下载
    积分:1
  • random forest
    利用R语言编程实现高光谱遥感的随机森林分类(Random Forest Classification Based on Hyperspectral Remote Sensing Using R Language Programming)
    2019-02-28 10:13:01下载
    积分:1
  • demo_ASIFT_Win
    asift算法进行图像配准,具有较好的结果,调试完成,可用(image registration, asift algorithm has a better result, debugging is complete, the available)
    2013-01-28 17:30:40下载
    积分:1
  • 696518资源总数
  • 104670会员总数
  • 38今日下载