-
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
-
imagequality
图像质量评价代码:
灰度平均梯度
边缘能量
方差
点锐度(image quality evalution method)
- 2014-04-13 15:42:39下载
- 积分:1
-
5656754rtfg
MATLAB编写的图像处理程序,主要用于对于目标的检测和跟踪。效果比较好,适合新手。(Image processing program written in MATLAB, mainly used for target detection and tracking. The results were better suited to the novice.)
- 2012-07-05 12:33:27下载
- 积分:1
-
chepaishibie
基于matlab的语言的汽车牌照显示,其中内容主要是和数学形态学相关的操作。(Matlab language based on license plate display, which were mainly related to the operation and mathematical morphology.)
- 2011-06-08 16:32:34下载
- 积分:1
-
shearlet
此程序为shearlet程序,用于对图像进行分解变换,有兴趣的可以下载(This procedure for shearlet program for image decomposition transform, are interested can download)
- 2020-11-23 15:19:34下载
- 积分:1
-
recall_precision
图像处理的查准率和查全率的代码,适合用于图像图像的检测,目标的检测的评估(Image processing precision and recall rate code)
- 2013-09-14 10:36:02下载
- 积分:1
-
Local
说明: 用于虹膜图像处理过程中的定位过程,采用二值化结合hough变化方法进行虹膜区域的定位(For the iris image processing positioning process, combined with the use of binarization methods hough change the positioning of the iris region)
- 2008-11-12 10:57:39下载
- 积分:1
-
NMF-of-beta-divergence
这是著名的“Algorithmes de factorisation en matrices non-négatives fondée sur la beta-divergence”这篇文章算法的matlab源代码(This is the famous article " Algorithmes de factorisation en matrices non-ngatives fonde sur la beta-divergence" algorithm matlab source code)
- 2013-04-08 15:33:20下载
- 积分:1
-
xtx
本代码是基于数学形态学的多尺度多结构算子的腐蚀与膨胀算法(This code is corrosion and expansion algorithm based on mathematical morphology of multi-scale multi-structure operator)
- 2013-03-13 14:48:37下载
- 积分:1
-
Image-restoration
基于小波变换的图像修复算法,对比了FDM和TV算法。(Image restoration algorithm based on wavelet transform)
- 2021-05-09 12:48:34下载
- 积分:1