登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • MatlabBitPlaneDecomposition
    该压缩包里包括了一幅图像的位平面解,即一幅灰度图像可以分成八个位平面。利用它可以转化到彩取色图像中去,很有用处的。(The bag includes a compressed image bit-plane solution, that is, a gray image can be divided into eight bit-plane. Use it can be transformed into the color check color images, and useful.)
    2007-08-19 18:00:30下载
    积分:1
  • hyperIcaEea
    适用于高光谱图像目标检测的端元提取,该方法效果好(HYPERICAEEA Performs the ICA-Endmember Extraction Algorithm HyperIcaEea performs the ICA-EEA algorithm to generate abundance maps and find pure pixels. This function utilizes FastICA.)
    2012-03-30 08:43:27下载
    积分:1
  • Semnale_primare_pe_linii_Adrian_Preda
    You can generate image with colored bars and u can analise signals of image
    2013-01-11 05:29:01下载
    积分:1
  • Lsm_match
    最小二乘图像影像匹配方法,一个很详细的源码例程,有过程有结果,希望对初学者有帮助。高斯解方程,以及最小二乘匹配,里面都很详细。(Squares image image matching method, a very detailed source code routines, the outcome of the process, I hope to help beginners. Gaussian solution of equations, and least squares matching, which is very detailed.)
    2013-07-18 16:52:41下载
    积分:1
  • tuxiang
    实现指纹图像增强,直方图均衡化等空域增强后,在频域也进行增强。开发环境为MATLAB软件。(The realization of fingerprint image enhancement, histogram equalization, such as enhanced airspace, in the frequency domain also enhanced. Development environment for the MATLAB software.)
    2009-05-26 13:29:18下载
    积分:1
  • 1
    说明:  基于matlab的车牌识别,预处理。定位。识别.qiege(License plate recognition system based on MATLAB)
    2018-01-27 16:14:57下载
    积分:1
  • WenLiLiJiaophoto
    该程序为离焦模糊参数识别的方法,通过canny算子检测边缘,用hough变换检测直线的方法求离焦半径。(The program for the defocus blur parameter identification method by canny operator edge detection using hough transform line detection method for the defocus radius.)
    2021-01-12 16:48:49下载
    积分:1
  • epipolar_line
    同名核线的提取,完整的c++代码,注释详细易懂,并且已经验证过(Line of the same name as the nuclear extract, complete c++ code, comments, detailed and easy to understand, and have been verified)
    2020-07-21 18:18:45下载
    积分:1
  • A-kind-of-image-texture-segmentation
    基于MALTAB实现的舌象纹理特征提取,程序不大但是使用(ongue like texture feature extraction matlab implementation tongue like texture feature extraction matlab implementation)
    2020-08-14 10:08:27下载
    积分:1
  • scramble
    说明:  基于相邻像素间位异或的图像置乱算法,效果很好,改变图像直方图(Between the adjacent pixels based on the XOR bit of image scrambling algorithm, well, change the image histogram)
    2008-09-21 14:41:03下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载