-
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
-
MRF(matlab)
一个很好的马尔科夫随机场(MRF)模型应用实例。(Examples for the application of markov random field.)
- 2011-12-21 20:35:29下载
- 积分:1
-
NonlinearBayesianfilteringwithapplicationstoestima
非线性贝叶斯过滤与应用估算和导航,非常不错的粒子滤波英文论文(Nonlinear Bayesian filtering with applications to estimation and navigation)
- 2009-03-23 18:05:23下载
- 积分:1
-
tuxiangzengqiang
图像增强的C++源程序,效果非常好,彩图ok(Image enhancement of the C++ source code, the effect is very good, Wallpapers ok)
- 2009-12-16 22:44:06下载
- 积分:1
-
基于模板匹配的另一种人脸识别的算法
基于模板匹配的另一种人脸识别的算法,很实用,利用肤色建模来建立人脸皮肤模型(Another based on template matching algorithm for face recognition, very practical, using skin color modeling to create a human face skin model)
- 2020-06-27 10:00:02下载
- 积分:1
-
roi
利用matlab提取掌纹图像的感兴趣区域,ROI提取(Extract palmprint images using matlab region of interest, ROI extraction)
- 2021-04-06 10:19:02下载
- 积分:1
-
pic
说明: matlab函数进行图像轮廓处理,处理效果还是可以的。(matlab function detect the picture and scale the picture)
- 2020-06-16 12:28:32下载
- 积分:1
-
GPSDREKF
目标运动的真实轨迹和估计轨迹,以及所进行的误差分析(Target motion trajectory and estimate the true trajectory, and error analysis conducted)
- 2013-09-26 15:23:11下载
- 积分:1
-
image_segmentation马尔科夫随机场
基于马尔科夫随机场算法(MRF)的图像分割(Image segmentation of Markov random field algorithm)
- 2017-07-31 21:02:05下载
- 积分:1
-
curves-movement-by-level-set-method
本程序采用水平集方法,演示了一个心形曲线在曲率力的作用下,逐渐消逝的过程。(This procedure uses the level set method, shows the process of a heart-shaped curve s disappearing under the force of the curvature.)
- 2020-12-21 16:09:08下载
- 积分:1