登录
首页 » matlab » JPEGCompression

JPEGCompression

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

  • renlianpeizhun
    人脸图像配准,将同一场景的两幅或多幅图像进行对准,可以实现人脸归一化(Face image registration, the same scene two or more images for the alignment can be achieved face normalization)
    2013-11-08 16:23:40下载
    积分:1
  • 利用SVM或者其他机器学习算法进行分类识别 LBP
    (1)计算图像中每个像素点的LBP模式(等价模式,或者旋转不变+等价模式)。 (2)然后计算每个cell的LBP特征值直方图,然后对该直方图进行归一化处理(每个cell中,对于每个bin,h[i]/=sum,sum就是一副图像中所有等价类的个数)。 (3)最后将得到的每个cell的统计直方图进行连接成为一个特征向量,也就是整幅图的LBP纹理特征向量; 然后便可利用SVM或者其他机器学习算法进行分类识别了。((1) calculate the LBP pattern of each pixel in the image (equivalent mode, or rotation invariant + equivalent mode). (2) then the LBP eigenvalue histogram of each cell is calculated, and then the histogram is normalized (for each cell, for each bin, h[i]/=sum, sum is the number of all the equivalent classes in a pair of images). (3) finally, the statistical histogram of each cell is connected into a feature vector, that is, the LBP texture feature vector of the whole picture. Then, SVM or other machine learning algorithms can be used for classification and recognition.)
    2020-07-01 20:00:02下载
    积分:1
  • ICM
    利用ICM方法得到基于MRF场的SAR图像分割(Achieve market segmentation ICM s MRF)
    2010-08-19 19:12:22下载
    积分:1
  • PS
    说明:  可以读取输出浮点型、整型、复数型影像,对于遥感专业的所有影像读入输出MATLAB中有很大帮助。采用振幅离差阈值提取PS点(Can read floating-point, integer, and complex type of image, for all remote sensing professional images into the MATLAB will be very helpful)
    2017-09-19 19:33:44下载
    积分:1
  • MatlabSIFT
    MATLAB 计算医学图像的配准,融合 基于SIFT方法的配准()
    2007-08-03 21:49:20下载
    积分:1
  • FisheyeImCorr
    图片鱼眼畸变校正程序。用于处理图片桶形失真枕形失真。(Picture fisheye distortion correction program. Used for processing images barrel distortion pincushion distortion.)
    2012-10-12 14:38:29下载
    积分:1
  • HIAT2.0
    高光谱分析工具包 用于matlab环境中 可以比较省事实力的对高光普图像分析 很实用(hyperspectral analysis)
    2011-10-19 11:14:38下载
    积分:1
  • FUSION
    提出了基于小波变换的图像融合方法,并分析了可见光与红外图像的融合结果(An image fusion method based on wavelet transform is proposed, and the fusion results of visible and infrared images are analyzed.)
    2018-03-20 22:30:15下载
    积分:1
  • cs563_intro
    Understand state-of-the-art techniques for photorealistic rendering 􀂃 Become conversant with cutting edge graphics literature 􀂃 Hands-on exploration of one (or more) of the techniques encountered (a project). 􀂃 Learning and using raytracing to generate amazing pictures. 􀂃 Possibly extend one of the studied techniques, implement new ones
    2012-01-05 22:36:15下载
    积分:1
  • segmention-threshod
    说明:  一些关于图像阈值确定的matlab程序,包括迭代阈值,最小类内方差,最大熵,和用matlab库函数对图像进行边缘检测。可运行(Number of image thresholding matlab identified procedures, including iterative threshold, the smallest category of variance, maximum entropy, and the use of matlab library function of the image edge detection. Run)
    2008-10-15 17:29:57下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载