-
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
-
Epilepsy-EEG-report---
在学习了数字信号处理、信号与系统、建模与仿真及其医学应用等课程的基础上,
学习一类典型的生物医学信号--脑电的测取、FFT 频谱分析、以及应用数字滤波方法提
取脑电的频带(8-13Hz)信号及其特性分析。(Epilepsy section of the brain wave extraction and analysis of characteristics of the course design report
)
- 2011-11-14 12:54:00下载
- 积分:1
-
figurebianma
说明: 本程序是用来做图像编码的,主要采用的算术编码的思想(This procedure is used for image coding, the main idea used in arithmetic coding)
- 2010-04-21 20:28:02下载
- 积分:1
-
MSR
matlab代码实现的MSR图像增强,有参考图片(MSR image enhancement matlab code, reference picture)
- 2021-05-10 00:18:34下载
- 积分:1
-
PCNN-Algorithm
本程序是运用脉冲耦合神经网络(PCNN)算法进行图像分割的一个实例。基于PCNN的图像分割是一种图像像素相似度临近相似性的图像分割方法,已被广泛应用于图像平滑,分割及边缘检测等图像处理领域。(This program is an instance of the algorithm for image segmentation using pulse coupled neural network (PCNN). PCNN-based segmentation of an image pixel similarity near the the similarity image segmentation method has been widely used in image smoothing, segmentation and edge detection image processing applications.)
- 2020-07-03 10:40:02下载
- 积分:1
-
saliency
视觉注意机制一种新型的目标检测方法,该文给出了一种比较有效的处理策略(Visual attention mechanism to target a new detection method, the paper gives a more effective treatment strategies)
- 2010-10-06 10:07:13下载
- 积分:1
-
las_tools
一个非常实用的las文件处理工具,可以实现很多功能,如读写las文件,分类,分块,抽稀,合并,生成边界线,生成DEM,点云高度归一化,数据格式转换,波形数据压缩等(A very useful the las file processing tools, you can achieve a lot of features, such as read and write las file classification block Rarefy merge to generate the boundary line, generated DEM point cloud height normalized data format conversion, waveform data compression, etc.)
- 2021-01-24 20:58:38下载
- 积分:1
-
energie_cliquesIsing2
click energie of image , we can use it to calculate markov field ... and other
- 2013-10-20 03:57:14下载
- 积分:1
-
particle-filter--algorithm-code
文件中含有粒子滤波完整代码以及几种改进粒子滤波算法代码,运行主函数可以分别看到粒子滤波算法和改进后的算法运行效果,适合初学者学习应用(The file contains the complete code of particle filter and several improved particle filter algorithm code, run the main function algorithm performs the particle filter algorithm and the improved see respectively, suitable for beginners to learn to use
)
- 2014-04-21 09:50:17下载
- 积分:1
-
compute_E
该程序利用MATLAB语言计算本质矩阵和基本矩阵,其中有用到ransac八点算法(The program utilizes the MATLAB language, the nature of the matrix and the fundamental matrix, which is useful to ransac eight algorithms)
- 2013-04-15 17:24:01下载
- 积分:1