登录
首页 » matlab » JPEGCompression

JPEGCompression

于 2019-02-18 发布
0 173
下载积分: 1 下载次数: 7

代码说明:

说明:  编码: (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)

文件列表:

JPEGCompression, 0 , 2018-04-16
JPEGCompression\123.jpg, 585964 , 2018-04-16
JPEGCompression\123.png, 21735 , 2018-04-13
JPEGCompression\CalMSE.m, 334 , 2018-04-03
JPEGCompression\Compratio.m, 1185 , 2015-12-14
JPEGCompression\Compress.m, 612 , 2018-04-03
JPEGCompression\Decompress.m, 104 , 2018-04-03
JPEGCompression\Image1.bmp, 304182 , 2015-12-14
JPEGCompression\imdisplay.m, 317 , 2015-12-14
JPEGCompression\img2jpg.m, 1223 , 2018-04-03
JPEGCompression\jpg2img.m, 1668 , 2018-04-03
JPEGCompression\kids.tif, 95162 , 2013-09-26
JPEGCompression\my.m, 2228 , 2018-05-13

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 0056357
    读取与显示JPG等格式图像文件,Visual C++编程技巧精选,很好的参考资料。(Read and display JPG format image files, Visual C++ programming skills selected, a good reference.)
    2013-11-17 06:26:42下载
    积分:1
  • 作业5
    理解频域处理与空间域处理的等效关系与步骤,掌握频域相乘与空间域循环卷积之间的对等关系,理解DFT运算中补零的效果。(Understand the equivalent relationship and steps of frequency domain processing and space domain processing, understand the reciprocal relationship between frequency domain multiplication and space domain circular convolution, and understand the effect of zero padding in DFT operation.)
    2020-11-10 18:19:45下载
    积分:1
  • image-convert
    MATLAB图像处理,直方图均衡和一些基本的滤波器(包括中值滤波器)。(MATLAB image processing, histogram equalization, and some basic filters.)
    2012-05-09 20:04:06下载
    积分:1
  • jpegyasuo
    jpeg压缩代码 An example for jpeg compression and the restoration。(The attached utility is a work I ve submitted to the university. It shows what a jpeg compression is all about.)
    2013-11-19 11:35:58下载
    积分:1
  • VisualSFM_windows_cuda_64bit
    说明:  很好用的三维重建软件,VisualSFM软件允许上传一系列图像,它从这些图像中找到每一个图像的特定特征,利用这些特征信息重建出3D模型的稀疏点云,而后还可进行稠密点云重建。(The VisualSFM software, a good 3D reconstruction software, allows uploading a series of images. It finds the specific features of each image from these images, and USES these feature information to reconstruct the sparse point cloud of the 3D model, and then it can reconstruct the dense point cloud.)
    2019-05-16 16:00:52下载
    积分:1
  • 维数计算的matlab
    说明:  对二维图像进行分形维数的计算,采用差分盒维数进行计算,并且进行了拟合误差的计算(The fractal dimension of two-dimensional image is calculated by using the differential box dimension, and the fitting error is calculated)
    2021-04-23 15:59:45下载
    积分:1
  • yaogan
    遥感数字图像处理基础 遥感数字图像处理基础(yao gan shu zi tu xiang chu li ji chu)
    2010-10-26 16:19:28下载
    积分:1
  • Imagesembalance
    图像相似度计算,利用hog特征,不变矩,包含canny因子计算 来计算两张图片的相似度。可以用来进行图片检索(Image similarity calculation, hog characteristics, invariant moments contain a canny factor to calculate the similarity of two images. Can be used for image retrieval)
    2012-12-17 14:56:44下载
    积分:1
  • yumen
    数字图像处理应用程序,包括灰度化,点运算等(Digital image processing applications, including graying, point operations, etc.)
    2010-05-15 08:52:56下载
    积分:1
  • ReferenceWhite
    利用改进的“参考白”算法对彩色图像进行光照补偿(Using improved "reference white" algorithm to compensate illumination of color image.)
    2011-06-09 19:46:43下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载