-
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
-
The-level-set-C-V-model
说明: 水平集C-V模型,用水平集算法实现三幅图像的自动分割。(The level set C- V model,with the level set algorithm to realize three image segmentation)
- 2011-03-09 22:29:43下载
- 积分:1
-
DR_LDA
基于LDA降维的遥感图像分类,LDA算法函数程序,可与各种分类算法结合,提高图像分类的速率(remote sensing image cut down dimension algorithm based on LDA.)
- 2014-08-26 18:06:30下载
- 积分: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
-
logpolar
用matlab实现的对数极坐标转换图像配准算法,实验证明效果不错(Using matlab realize logarithmic polar coordinate conversion image registration algorithm, experiments show good results)
- 2021-04-21 20:48:49下载
- 积分:1
-
DigitalPic_bighomework
读入人脸图像,根据图像的水平,垂直灰度积分情况,将人眼范围取出,背景可以较复杂。(Reading into the human face image, according to the image of horizontal, vertical gray points, which will remove the scope of the human eye, the background can be more complicated.)
- 2007-12-17 15:58:31下载
- 积分:1
-
SR-ridge
读入一副图片,提取其脊线(含有噪声,除噪声需另外编程实现)(Get the ridge of a picture (with noise))
- 2020-08-11 19:28:26下载
- 积分:1
-
RD-运动补偿
距离多普勒成像算法,包含运动补偿距离徙动回波构造距离压缩方位压缩(Distance Doppler imaging algorithm, including motion compensation distance migration echo structure compression compression azimuth compression)
- 2018-04-21 16:35:48下载
- 积分:1
-
ShapeRecognition
Shap Context based Shape recognition
- 2010-05-12 14:15:29下载
- 积分:1
-
image_mva
基于图像的纹理特征参数的MVA的提取,该方法使用方便,理解简单。(Image-based texture feature extraction parameters of MVA, the method easy to use, easy to understand.)
- 2010-02-23 20:13:57下载
- 积分:1