-
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
-
OSEM_improve
医学图像重建算法中OSEM算法的Matlab程序(MATLAB Program of OSEM Algorithms)
- 2020-12-23 15:19:07下载
- 积分:1
-
FRFTfenshujie
二维分数阶傅立叶变换程序,可用于图像,信号的处理,博士师兄编写,亲测可用(2-D Fractional Fourier transform)
- 2021-01-25 12:18:42下载
- 积分:1
-
zhongxinchafenfa
详细描述了中心差分法的原理,并举例说明的中心差分法的应用(The principle of the central difference method is described in detail and examples illustrate the application of the central difference method)
- 2021-02-21 14:49:42下载
- 积分:1
-
multiotsu
otsu s multilevel thresholding method
- 2008-04-14 22:24:24下载
- 积分:1
-
hongmo2
说明: 进一步讨论怎么样进行虹膜眼睛的位置确认,区域生长法确定内圆轮廓(To further discuss how to confirm the position of the iris eye and determine the inner circle contour by region growth method)
- 2019-04-01 14:09:10下载
- 积分:1
-
MRIbrainscan
matlab实现图像处理的程序,这是一个关于脑扫描图像分割的程序,很完整(matlab image processing procedures to achieve, this is a brain scan on the image segmentation process, it is a complete)
- 2009-05-23 23:32:12下载
- 积分:1
-
edge
边沿检测轮廓跟踪,在图像处理中非常重要的边缘检测轮廓跟踪算法。(Edge detection contour tracking, image processing in a very important edge detection contour tracking algorithm.)
- 2008-03-23 17:01:03下载
- 积分:1
-
readwu
读取gpr数据,并且对数据进行成像,没有进行任何数据处理(Read the GPR data and image the data without any data processing)
- 2018-10-11 15:52:42下载
- 积分:1
-
ml1
使用matlab实现的,基础单变量以及多变量梯度下降算法,和信号分类以及信号归一化部分算法,是机器学习领域最基本的代码,希望大家多多交流(matlab implementation of basic univariate and multivariate gradient descent and signal classification algorithms, machine learning basic code, hope that more exchanges)
- 2013-10-29 15:34:24下载
- 积分:1