登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • PM-code
    利用经典PM模型在matlab上运行的图像降噪程序(Image denoising program based on classical PM model)
    2021-03-31 18:19:09下载
    积分:1
  • TCPView_second
    This is a Scaling function definition Image cutoff ratio for H = 3
    2015-08-06 21:31:01下载
    积分:1
  • Images
    图像处理中常用的的标准图像,已经分类,包括PNG、BMP、TIFF、JPG等,未进行二次处理(The image processing used in the standard image has been classified, including PNG, BMP, TIFF, JPG, not second)
    2012-03-11 09:37:00下载
    积分:1
  • Tsallis-entropy
    图像的阈值分割,基于matlab的一维非广延熵Tsallis熵算法的灰度图像分割(Image segmentation, matlab-based one-dimensional non-extended entropy Tsallis entropy algorithm gray-scale image segmentation)
    2017-05-07 20:50:56下载
    积分:1
  • xijunmishi-PSO
    细菌觅食算法与粒子群优化算法相结合的程序,可以实现适应度函数的最值计算,有很好的参考价值。(Bacterial Foraging algorithm and particle swarm optimization combined program, you can achieve the best fitness function value, and have a good reference value.)
    2013-08-26 09:40:40下载
    积分:1
  • Source_image_processing_edge_detection
    图像处理技术边缘检测源码Source image processing edge detection(Image processing edge detection source Source image processing edge detection)
    2010-08-04 17:47:52下载
    积分:1
  • patternrecgnition
    模式识别应用范围广泛,在机器学习,图像处理,运动目标检测与跟踪方面具有较大的应用价值。是本好书,值得推荐。(pattern recognition applied extensively in machine learning, image processing, moving target detection and tracking with greater value. Is a book worth recommending.)
    2007-05-09 16:24:53下载
    积分:1
  • threshold
    采用最小交叉熵,最大熵,OTSU阈值分割(Using minimum cross entropy, maximum entropy, OTSU thresholding)
    2011-07-01 15:21:27下载
    积分:1
  • yichuansuanfaimageseg
    遗传算法与BP神经网络结合,可以进行彩色图像和灰度图像的分割。(Genetic algorithm and BP neural networks that can be color images and gray-scale image segmentation.)
    2008-12-24 17:04:47下载
    积分:1
  • IDB
    这是图像恢复中的盲反卷积迭代算法的matlab的源程序,对于学习数字图像有很大的好处!(This is image restoration in the Iterative Blind Deconvolution algorithm matlab source for the study of digital image has a lot of benefits!)
    2009-03-10 20:34:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载