登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • image-segmentation-program
    给予matlab的图像分割例程,内附相关图片及程序。(Image segmentation routine MATLAB, containing the relevant pictures and program. )
    2013-08-05 17:12:56下载
    积分:1
  • five-methods-to-denoise
    均值、中值、维纳、TV、小波五种图像去噪方法(matlab).均经过运行调试。包括对五种方法的研究报告(word)。 (Mean, median, Wiener, TV, xiaobo five kinds of Wavelet Image Denoising (Matlab). Have been run debug. including The study of five ways (word).)
    2012-07-01 21:08:13下载
    积分:1
  • WPSNR
    能计算一幅噪声图像的加权峰值信噪比,以评价各种图像去噪方法的效果(Can calculate an image of the weighted noise PSNR to evaluate the effect of image denoising methods)
    2008-04-25 17:07:40下载
    积分:1
  • GetLunKuo
    说明:  能精确的提取数字图像的轮廓。不管图形的形状如何,都能达到预期的效果。并且能将边界的坐标输出到一个文件中,供使用者分析数据。(Able to extract precise contours of the digital image. Regardless of the shape of how graphics can achieve the desired effects. The coordinates of the border and is capable of output to a file, for users to analyze data.)
    2008-12-03 13:31:51下载
    积分:1
  • dct-svd
    digital color image watermarking based on dct-svd usinf differential evolution
    2015-03-22 20:01:07下载
    积分:1
  • PseudoColor
    灰度图像到RGB彩色的伪彩色图像的转变程序(Gray-scale image to RGB color of the pseudo-color image change procedures)
    2007-12-25 20:32:09下载
    积分:1
  • taotao51
    图像分割 自适应阈值法,otsu法,区域生长法,最大熵法,贝叶斯法,kMeans法,MeanShift法。(Adaptive threshold image segmentation method, otsu method, region growing method, the maximum entropy method, Bayesian method, kMeans law, MeanShift law.)
    2014-04-04 08:59:07下载
    积分:1
  • SR-CODE
    超分辨率图像重建matlab 源码,实现了超分辨率图像重建算法(super-resolution image reconstruction)
    2011-08-02 20:27:52下载
    积分:1
  • general_hough_transform_shape_detection
    说明:  根据:一种可识别破碎图形的特殊广义Hough变换方法 论文,在matlab上做的实验源码,有模版生成,广义哈夫变换代码(In accordance with: A broken identifiable graphics special generalized Hough transform methods papers, in matlab to do experiments on the source, there are template generation, generalized Hough transform code)
    2008-09-08 17:51:51下载
    积分:1
  • ImageProcessing
    说明:  用C语言实现图像的平滑,锐化及双线性内插算法的实现,效果很好(Using C language to achieve image smoothing, sharpening and bilinear interpolation algorithm to achieve good results)
    2008-11-25 19:10:19下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载