登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • MATLAB
    实验2绿叶变色,实验3图像数字化显示,实验4图像类型转换,实验5对比度增强,实验6直方图均衡化和规定化,实验7噪声添加和空域滤波,实验8边缘增强和边缘检测,实验9彩色图像增强,fft,dct,dwt变化及压缩,滤波器,实验20运动退化和维纳波复原,实验21图像的几何畸形校正等实验的代码和报告(Experiment 2 leaves change color, 3 digital image display, the image type conversion, 4 5 contrast enhancement experiment, the experiment 6, histogram equalization and regulations 7 noise adding and spatial filtering experiment, experiment and edge enhancement and edge detection, the experiments of 9 color image enhancement, FFT and DCT, DWT and compression, filter, degradation experiment of 20 movement and wiener recovery, experiment 21 image geometric deformity correction code and report)
    2016-05-11 21:12:47下载
    积分:1
  • jiangcaiyang
    对图像进行降采样处理,将原图像变为五分之一大小。(The image down-sampling processing, the size of the original image into a fifth.)
    2010-01-10 22:42:51下载
    积分:1
  • 3
    [Wang 1998]Spiral CT Image Deblurring for Cochlear Implantation
    2013-10-31 23:00:01下载
    积分:1
  • image
    可以打开各种图像格式,并显示,很好很强大(Can open a variety of image formats)
    2012-05-18 22:18:42下载
    积分:1
  • fiulan_v60
    实现了图像的加水印,去噪,加噪声等功能,基于kaiser窗的双谱线插值FFT谐波分析,用于建立主成分分析模型。( Realize image watermarking, de-noising, plus noise and other functions, Dual-line interpolation FFT harmonic analysis kaiser windows, Principal component analysis model for establishing.)
    2017-01-18 11:44:38下载
    积分:1
  • DIB_USE
    打开BMP图像 IHS Brovey图像融合(Open the BMP image IHS Brovey Image Fusion)
    2010-06-28 14:10:45下载
    积分:1
  • test3
    利用Artoolkit实现了虚拟现实的算法,VS2008下测试通过(Use Artoolkit algorithm to achieve a virtual reality, VS2008 under test)
    2013-12-12 12:39:48下载
    积分:1
  • histeq
    image processing and image statistics
    2015-01-22 18:51:54下载
    积分:1
  • ex
    运行程序,得到不同伽马因子给图像的整体明暗程度带来的变化(Run the program to get the change of the overall brightness of the image with different gamma factors)
    2019-03-18 15:15:54下载
    积分:1
  • xihua
    本程序的细化算法要应用于含线条的黑白二值图像才可以看出细化效果。(This procedure should be applied to the thinning algorithm with two lines of black-and-white image before thinning effect can be seen.)
    2009-03-18 08:29:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载