-
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
-
reticorr1
视网膜图像的归一化Matlab源代码程序(retinal images to a source of Matlab procedures)
- 2006-12-31 13:11:13下载
- 积分:1
-
bsubsamp
数字图像处理(冈萨雷斯)书中的边界链码实现,该程序通过取网格,简化了编码的数据量(Digital image processing (Gonzalez) the boundary chain code book, realize that the procedures through access grid, simplifying the coding of data)
- 2007-09-02 17:30:44下载
- 积分:1
-
Texture_sys
彩色图像纹理合成(基于Efros-Leung算法)(matlab中应用C的接口)(Implement the non-parametric texture synthesis algorithm of Efros-Leung)
- 2009-02-17 11:59:11下载
- 积分:1
-
RANSAC-Toolbox
图像处理中ransac算法使用工具,同图复制篡改检测(The image processing algorithm ransac tool tamper detection with FIG copy)
- 2017-05-02 11:18:07下载
- 积分:1
-
chazhi
利用matlab进行插值法亚像素边缘检测,提取零件轮廓(Subpixel edge contour extraction)
- 2019-03-14 15:00:10下载
- 积分:1
-
Gobor multi LBP
gabor_lpb纹理结合了gabor小波和LBP的特征,提取的纹理具有很好的鲁棒性(gabor_lpb texture combines gabor wavelets and LBP features extracted texture with a very robust)
- 2015-04-13 15:03:51下载
- 积分:1
-
fdct_wrapping_denoise
Curvelet变换进行图像去噪,Matlab7.0程序(Curvelet transform for image denoising, Matlab7.0 procedures)
- 2008-12-12 09:20:55下载
- 积分:1
-
SVM-Classification
Matlab写的SVM图像分类程序,是完整的可运行的图像分类程序,高手可以研究一下。(Matlab write SVM image classification procedure is complete working image classification procedures, experts can look at.)
- 2021-04-07 15:19:01下载
- 积分:1
-
123
主要适用于图像分割,用的是马尔科夫随机场,非常好用(Mainly applicable to image segmentation, using the Markov random field, very easy to use)
- 2017-05-05 08:13:06下载
- 积分:1