登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • pciidenoise
    %通过耦合神经网络结合中值滤波实现图像的降噪源代码( Through the combination of coupled neural network filtering image noise source code)
    2008-12-09 17:08:30下载
    积分:1
  • CImageObject
    我从网上经过搜索和整理得到了大家想要的图像处理类:CImageObject,这个类库中包含了两个完整类:CImageObject类和ImageLoad类,包中也包含有*.h,*.lib,*.dll等相应的文件。相信你一定用得着!它们可以处理BMP、GIF、PCX、TGA、JPG、TIF格式的图像文件。(I am from the Internet after a search and organize by the U.S. want to deal with categories of images: CImageObject, this library contains two types of integrity: CImageObject category and ImageLoad category, the package also contains*. h,*. lib,* . dll, such as the corresponding documentation. Trust that you will certainly need it! They can handle BMP, GIF, PCX, TGA, JPG, TIF format image files.)
    2007-10-23 00:30:33下载
    积分:1
  • ImageSegmentation
    说明:  多尺度分水岭变换分割图像,利用此编码可以编程计算在不同程度有效分割图像。(Image Segmentation)
    2010-04-24 12:26:17下载
    积分:1
  • matlab人脸识别样本片加代码模型和主成分.part8
    如题,里面有414张人脸图+matlab 图像重构代码和图像主成分代码(As the title says, there are 414 face pictures in it.+Model of image rebuild +Pca for Image code)
    2020-06-23 22:00:02下载
    积分:1
  • sslle
    semi-supervised learning 半监督局部线性嵌入(semi-supervised learning )
    2021-02-08 16:29:54下载
    积分:1
  • canny
    canny算法分割,本算法通过canny对图像进行分割,并提取边缘。()
    2011-10-09 09:24:44下载
    积分:1
  • reco
    MRI 读入k空间数据调整中心并进行傅里叶变换显示图像(MRI k-space data is read into the center and adjust the display image Fourier transform)
    2011-10-30 12:31:02下载
    积分:1
  • matlab-canny
    分别用一阶、二阶以及Canny边缘检测算法进行图像边缘检测(Respectively first, second, and Canny edge detection algorithm for image edge detection)
    2011-06-14 22:06:34下载
    积分:1
  • sar_rd
    说明:  使用matlab平台进行斜视角为0度的九点目标RD算法仿真(Simulation of nine point target Rd algorithm with 0 degree squint angle using MATLAB platform)
    2019-11-12 15:57:02下载
    积分:1
  • Par_bc
    说明:  天线方向图,贝叶斯加权,阵元不加权子阵不加权时的方向图(antenna pattern,beyliss ,array,Antenna pattern, Bayes weighted, the pattern of the unweighted sub-array of the array element)
    2020-12-03 21:39:25下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载