登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • face
    图像识别,包括人脸识别和虹膜识别,在数字图像中虹膜位置的有效定位是虹膜识别的关键问题。用一种基于主动轮廓线模型的方法定位虹膜的位置,先用灰度投影法检测出瞳孔内的一点作为瞳孔的伪圆心,该圆心只要能落在瞳孔内部即可。(Image recognition, including face recognition and iris recognition, iris position in the digital image of the iris recognition and effective positioning is the key issue. Using a model based on active contour method of positioning the iris position, the first gray projection method used to detect a point within the pupil as a pupil of the pseudo-center of a circle, the center of a circle can be as long as it falls within the pupil.)
    2010-03-11 09:11:24下载
    积分:1
  • histeqgray
    说明:  直方图均衡化,直方图均衡化vc++源代码(histogramequalization)
    2009-09-03 23:52:55下载
    积分:1
  • RANSAC_plane_single
    基于matlab的RANSAC算法,主要用来拟合二维直线,同时选出非直线的点用于后续曲线拟合。(The RANSAC algorithm based on MATLAB is used to fit two dimensional lines, and the point of non straight line is selected for the subsequent curve fitting.)
    2017-12-14 10:47:23下载
    积分:1
  • blur
    本文是中值滤波的一些应用,个人觉得中值滤波比一些算子滤波效果要好得多(This article is median filtering applications, personal feel median filter is much better than some of the filtering effect of the operator)
    2012-10-09 20:26:27下载
    积分:1
  • removecloud
    IDL程序,采用光谱融合法对遥感影像进行去云处理。(IDL procedures, the use of spectral fusion of remote sensing images to cloud processing.)
    2020-12-13 15:59:15下载
    积分:1
  • 偏最小二乘PLS和一些光谱预matlab程序
    说明:  可以对光谱数据进行预处理,除了偏最小二乘法之外,也有一些其他方法(Besides the partial least square method, there are also some other methods)
    2021-05-14 05:30:02下载
    积分:1
  • MATLAB车牌识别[算法对比,GUI]
    说明:  该课题为基于MATLAB的汽车出入库识别系统,带有丰富的人机交互GUI界面。目前毕业设计选题中,传统的中规中矩的车牌识别不易得到高分,必须要在此基础上有所创新方得可以避开其他雷同课题,不会轻易被导师被否决而导致毕设不过。因此建议在车牌识别基础上加入多种方法的对比,看看哪种方法的精度高。虽然目前有很多方法的车牌识别,但是都是在各自的测试库里面测试的,比如测试的车牌图像不同,字符库不同,导致无法做对比。整个设计在一个GUI界面上完成。(This project is based on MATLAB vehicle in and out of the warehouse identification system, with rich human-computer interaction GUI interface. At present, in the topic selection of graduation project, the traditional regular license plate recognition is not easy to get high scores, so it is necessary to innovate on this basis to avoid other similar topics, and it will not be rejected easily by the tutor, leading to the failure of graduation project. Therefore, it is suggested to add a variety of methods on the basis of license plate recognition to see which method has high accuracy. Although there are many methods of license plate recognition, they are tested in their own test library, for example, the test license plate image is different, the character library is different, so it can not be compared. The whole design is completed on a GUI interface.)
    2020-08-06 23:31:08下载
    积分:1
  • shepaishibie
    能进行车牌的识别,并把车牌的号码显示出来 (Able to identify license plates and license plate number displayed)
    2008-12-29 17:34:33下载
    积分:1
  • estimate
    对清晰图像加模糊并用时域和频域的方法分别实现对模糊参数的估计并将图像复原(其中用频域的方法实现对模糊角度的估计)(Clear picture of the additive fuzzy and time-domain and frequency domain methods, respectively, to achieve the estimated fuzzy parameters and image restoration (including the method used to achieve frequency domain point of view of fuzzy estimates))
    2009-05-23 21:51:47下载
    积分:1
  • gird
    用matlab实现图像的栅格化,可用于面向栅格模型的地图创建(Using matlab rasterized image, raster-oriented model can be used to create a map)
    2020-06-29 13:20:02下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载