登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • code
    手指照片的特征点提取程序与算法,从而进行手指指型的匹配(Finger pictures of Feature Points Extraction procedures and algorithms, which refers to a finger-type matching)
    2009-02-16 21:41:48下载
    积分:1
  • 水平集
    水平集边缘检测代码,利用了变分法进行优化和处理,实现了图像的快速边缘检测(Level set edge detection code is optimized and processed by using variational method, and fast edge detection of image is realized.)
    2020-12-17 21:09:11下载
    积分:1
  • LSM_Match_2010-5-1
    说明:  最二小乘影像匹配,精度可以达到0.01个像素,也可以最二小乘影像模板匹配。经过修改后可以直接用,只要调用一个函数就搞定,函数参数的说明很清楚,绝对不会有任何困难,非常好用。(Most two Theravada image matching accuracy can reach 0.01 pixel images can also be the most two Theravada template matching. After modifications can be directly used, as long as is you call a function, function parameters, the description is clear and will not have any difficulties, very easy to use.)
    2010-04-30 16:42:22下载
    积分:1
  • siftmatlab
    纯MATLAB代码,不需要在使用SIFTWIN32可以直接运行的代码(100 code of MATLAB,u neednot SIFTWIN32 desinge the map)
    2009-12-02 20:27:01下载
    积分:1
  • OSS
    迭代傅里叶变换(Iterative Fourier Transform,IFT)的一种算法,用HIO和ER混合迭代求解(Iterative Fourier transform (Iterative Fourier Transform, IFT) of an algorithm, using iterative solution mixed HIO and ER)
    2013-06-28 08:56:08下载
    积分:1
  • exposure_fusion
    利用matlab实现不同曝光成度的图像融合,matlab实现HDR功能(Using matlab to realize image fusion with different exposure degrees, and using MATLAB to realize HDR function)
    2021-04-09 16:38:59下载
    积分:1
  • match_version_1.3
    该程序主要功能是实现两幅图像特征点的匹配。首先用harris角点检测算法检测出图像角点,然后使用ssd算法筛选匹配的角点,最后将匹配的角点用线连接起来(The program is to achieve two main functions of image feature points of the match. First, with harris corner detection algorithm to detect image corners, then use the ssd corner matching algorithm selection, the final match of the corner will be connected with a line)
    2011-11-21 12:01:22下载
    积分:1
  • main
    利用形态学,霍夫(Hough)变换,实现畸变QR码的4个角点的定位。(To correct the distortion of the QR code,use morphology operation, Hough transform, to locat the positioning of the four corner points)
    2012-03-14 15:17:57下载
    积分:1
  • Research-of-FCM---based-on--swarm
    本文是基于最新的模糊C均值彩色图像分割方法改进得来的新算法(This article is based on the fuzzy c-means clustering color image segmentation method of the latest paper)
    2013-05-03 08:55:27下载
    积分:1
  • canny边缘检测
    说明:  基于Robert算子、Sobel算子、Prewitt算子、Log算子、Canny算子的边缘检测代码(Edge detection code based on Robert operator, Sobel operator, Prewitt operator, LOG operator and Canny operator)
    2021-01-18 13:15:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载