-
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
-
Roma_MATLAB
基于matlab的图像小波融合测试程序,选取四副位图文件为对比(Matlab wavelet-based image fusion test program)
- 2013-08-01 11:29:18下载
- 积分:1
-
CD_Data_Processing
说明: 合成孔径雷达成像算法与实现(仿真代码)
书中光盘所附带的数据处理源码(SAR imaging algorithm and implementation (simulation code))
- 2020-06-17 00:40:02下载
- 积分:1
-
source
心音诊断界面,读取一个既定的心音音频文件,可以显示波形,自动简易诊断。(Diagnosis of heart sounds interface, read a given heart sound audio files, you can display the waveform, automatic simple diagnosis.)
- 2021-03-13 15:39:24下载
- 积分:1
-
Lee
2、掌握Lee滤波与Refined-Lee滤波滤波效果ENL/ESI分析的原理及方法;
3、分析比较Lee滤波与Refined-Lee滤波的滤波性能;
4、分析滤波窗口与滤波效果的关系。
(2, master the principles and methods of filtering and Refined-Lee Lee filter filtering effect ENL/ESI analysis 3. Comparative analysis filtering performance Refined-Lee Lee filter and filter 4, analysis filtering window and filtering effect relationship.)
- 2015-05-01 17:00:49下载
- 积分:1
-
pinjie
本文用用Harris算子提取特征点,基于特征点的匹配,加权融合图像拼接(In this paper, feature extraction using Harris operator point, based on feature matching, weighted fusion image mosaic)
- 2010-07-28 15:53:38下载
- 积分:1
-
tuxiag
图像修复的一些常用模型,与tv模型,cdd模型,bscb模型,还有基于纹理的修复方法。(Some common model image restoration, and tv model, cdd model, bscb model, as well as repair method based on texture.)
- 2021-01-12 22:28:48下载
- 积分:1
-
HUGO
HuGO隐写算法,目前最流行的隐写算法之一(HUGO,Highly Undetectable Steganography Algorithm)
- 2020-11-03 16:29:57下载
- 积分:1
-
goldstein_filt_revised
说明: classic goldstein filter by matlab for interferogram phase noise filtering(classic goldstein filter by matlab)
- 2020-11-14 01:09:42下载
- 积分:1
-
131646463413
matlab实现区域生长算法。实现起来很简单,操作起来很方便。()
- 2008-05-03 11:02:31下载
- 积分:1