登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • bianyuantiqu
    基于数学形态变换的骨骼CT边缘提取 Canny算子(Transformation of bone based on mathematical morphology edge detection Canny operator CT)
    2010-08-26 17:35:18下载
    积分:1
  • loci
    实现用帧差法画质心轨迹 高斯背景建模 可以运行的程序 opencv(Picture frame difference method implemented by the loci of Gaussian background modeling)
    2014-05-19 21:27:37下载
    积分:1
  • photo
    vc++6.0进行编程实现对图像的平移处理(vc++6.0 program to achieve the translation of the image processing)
    2009-04-26 10:26:37下载
    积分:1
  • defog
    基于全局直方图均衡图像增强和暗通道优先理论相结合的去雾方法。(The priority theory based on global histogram equalization image enhancement and dark channels combined to fog.)
    2013-03-17 21:20:27下载
    积分:1
  • colorbin
    统计一幅图像的颜色直方图特征,用于进行图像检索的一中方法。(Color histogram statistics of an image, for performing a method for image retri .)
    2015-12-03 15:56:55下载
    积分:1
  • WATERMARKING
    基于差值的可逆水印算法源码,及详解说明。还包括一篇英文论文和该作者的一些理解和解释,希望对大家有帮助(Reversible watermarking algorithm based on difference of source code, and the Detailed Description. Also includes an English papers and some of the author' s understanding and interpretation, we hope to help)
    2020-09-21 17:17:52下载
    积分:1
  • EZW
    图像压缩经典EZW算法 可提初学者学习参考使用(image compression EZW)
    2013-10-12 14:22:16下载
    积分:1
  • video_avg33_filter
    图片采用3x3均值滤波,用Verilog语言描述,输入输出分别使用外同步(Pictures are filtered with 3x3 mean and described in Verilog language. Input and output are synchronized with each other.)
    2019-06-03 13:54:54下载
    积分:1
  • pcnnfilter
    PCNN实现降噪的不错 PCNN是很好的自动分割工具 PCNN是很好的自动分割工具(PCNN是很好的自动分割工具,)
    2009-06-20 15:47:19下载
    积分:1
  • Tamuratexture
    图像纹理特征提取,是图像处理中一另一个非常重要的底层特征,matlab实现(Image texture feature extraction, image processing are very important to one another underlying characteristics, matlab implementation)
    2009-02-24 12:06:09下载
    积分:1
  • 696518资源总数
  • 104622会员总数
  • 14今日下载