-
JPEGCompression
编码:
(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)
- 2019-02-18 22:58:13下载
- 积分:1
-
popescu_resample
基于预测误差周期性的图像重采样检测程序。(Image resampling detection based on the periodicity of prediction error)
- 2020-08-12 11:28:26下载
- 积分:1
-
threhold-dealt
关于阈值处理的一部分参考文献,对于图像的二值化等很有帮助,是经过精心选择的参考文件。(References on the part of the processing threshold for image binarization helpful, is carefully selected reference files.)
- 2014-08-25 12:03:43下载
- 积分:1
-
ccb
说明: matlab工具箱,用于构建和重建可分离的正交可操纵金字塔。(a matlab toolbox for building and reconstructing separable quadrature steerable pyramids.)
- 2019-06-28 21:55:33下载
- 积分:1
-
NSCTimagefusion
NSCT轮廓波变换程序,用于图像融合,有图有解释说明(NSCT image fusion)
- 2020-09-02 16:58:08下载
- 积分:1
-
TIP_ASDS_IR
基于自适应的区域选择和自适应的正则化得图像去模糊和超分辨处理,试过可以用(Based adaptive region selection and adaptive regularization was image deblurring and super-resolution processing)
- 2012-10-16 15:00:18下载
- 积分:1
-
person1_256
超分辨率复原(分块处理)
将样本库中的高分辨率图象和低分辨率图象分别做分块处理,当新输入一幅低分辨率图象时,分成小块到样本库中寻找最匹配的高分辨率块,然后复原出高分辨率图象。(Superresolution recovery (block processing) for a sample of high-resolution images and low-resolution images respectively block , when the new importation of a low-resolution image, divided into small samples to find the most matching high-resolution block, then recovery from high-resolution images.)
- 2007-05-15 09:30:44下载
- 积分:1
-
qbic
介绍qbic图像处理工具的详细文档,如有兴趣请看看(Introduction qbic detailed documentation of image processing tools and, if interested please take a look)
- 2011-06-25 11:46:46下载
- 积分:1
-
wode1
是一个很好的图像拼接程序,先用sift算法提取两幅图片的特征点再用算法筛去错配点,把匹配点用线连接起来,注意:主函数是match.m,运行主函数后在命令框输入运行match( image1.jpg , image2.jpg )(Is a good image stitching program, the first two pictures with the sift algorithm feature extraction algorithm and then weed out the wrong point with point, the match point with a line linking Note: The main function is match.m, after running the main function Enter the run command box match (' image1.jpg' , ' image2.jpg' ))
- 2011-10-17 16:07:23下载
- 积分:1
-
ex_18_1
质心点求取,目标进行形跟踪,跟跟踪物体。希望高手指点(Centroid strike, shaped track)
- 2014-03-31 16:35:15下载
- 积分:1