登录
首页 » matlab » JPEGCompression

JPEGCompression

于 2019-02-18 发布
0 284
下载积分: 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 个回复

  • POCS-SuperResulution
    说明:  用POCS方法对图像进行超分辨率重构,matlab源码,有解释(POCS method using super-resolution reconstruction of images, matlab source code, to explain)
    2021-03-19 19:39:19下载
    积分:1
  • POCS
    关于超分辨率图像恢复的凸集投影算法,运行结果正确。(code about super-resolution based on POCS)
    2021-03-19 19:29:18下载
    积分:1
  • scotch_6.0.0.tar
    一个很强大的图形计算处理软件,包括图像聚类,矩阵计算等(Scotch is a software package for graph and mesh/hypergraph partitioning, graph clustering, and sparse matrix ordering )
    2013-07-09 16:35:42下载
    积分:1
  • pca
    在尽可能好的代表原始数据的前提下,PCA通过线性变换将高维空间中的样本数据投影到低维空间中。(In the best possible on behalf of the original data, under the precondition of PCA through linear transformation in the high-dimensional space sample data projection to low dimensional space)
    2012-12-20 10:11:23下载
    积分:1
  • Machine-Vision
    机器视觉,贾云得编著,科学出版社出版,2000年版(Basic knowledge of machine vision)
    2015-04-09 12:21:19下载
    积分:1
  • quzaochengxu
    通过阈值去噪,最关键的就是要确定最佳阈值T 的大小.如果阈值太小,可以保留更多的小波系数,但同时噪声也被保留;相反,阈值太大,可以消除更多的噪声,但重要图像特征又将被滤掉,引起偏差.目前使用的阈值分为全局阈值和局部阈值.全局阈值对各层所有的小波系数或同一层内的小波系数都是统一的;局部阈值则是根据当前系数周围的局部情况来确定合适的阈值,具有灵活性.(Threshold denoising, the most critical is to determine the optimal threshold T s size. If the threshold is too small, you can retain more of the wavelet coefficients, but the noise was retained the contrary, the threshold is too large, can be eliminatedmore noise, but the important image features in turn be filtered out, causing bias current threshold is divided into a global threshold and local threshold. global Threshold the wavelet coefficients of all the wavelet coefficients of the layers or on the same floorare unity local threshold is based on the local situation of the current coefficient around to determine the appropriate threshold, with flexibility.)
    2012-05-22 21:33:43下载
    积分:1
  • 20060418083529571
    彩色车牌的一种新的阈值分割算法的实现,可以参考实现其他型状的彩色分割 (color plates of a new threshold segmentation algorithm achieved, we can make reference to the achievement of other shapes color segmentation)
    2006-08-10 16:38:32下载
    积分:1
  • 灰度
    对加载的图像进行灰度处理,简单处理matlab程序,效果不错,利于后面对图形进一步加工处理(Gray-scale processing of loaded images)
    2019-06-18 08:06:13下载
    积分:1
  • CameraLink_Kintex7-andTMS320C6678
    面向CameraLink接口的Kintex7与TMS320C6678视觉图像处理系统硬件设计说明(Hardware design of Kintex 7 and TMS320C3378 with CameraLink interface)
    2015-06-30 21:42:00下载
    积分:1
  • duojieguoyuansu
    本程序是多结构元素形态学滤波的探讨,通过选择不同的结构元素多尺度序列Bi,来得到最合适的结果(This program is a multi-structure elements of morphological filtering by selecting different multi-scale structure elements sequence Bi, get the most appropriate results)
    2013-04-10 10:19:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载