-
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
-
image_segmentation马尔科夫随机场
基于马尔科夫随机场算法(MRF)的图像分割(Image segmentation of Markov random field algorithm)
- 2017-07-31 21:02:05下载
- 积分:1
-
ju
说明: 图像特征提取,不变矩。hu矩。f1~f7.用于物体识别。(hu)
- 2009-08-20 14:42:49下载
- 积分:1
-
Basic-knowledge-of-image-processing3
This program contains some basic image processing things, such as: 256 colors to grayscale, contrast stretching, anti-color, brightness change, etc.
- 2012-01-20 12:37:56下载
- 积分:1
-
newgabordetect
为GABOR小波的详细MATLAB实现代码,详细分析了该小波的各种性能()
- 2008-05-29 11:29:40下载
- 积分:1
-
lowcomplexitymc
A Low Complexity Motion Compensated
Frame Interpolation Method
- 2011-11-09 00:18:53下载
- 积分:1
-
GHT
自己编写的广义霍夫变换,里面有测试图片,可以作为学习霍夫变换的入门(I have written a generalized Hough transform, there are test images, the Hough transform can be started as a learning)
- 2011-10-21 18:47:33下载
- 积分:1
-
1111222223333334444445533332345554
VC计算机图形学原理及算法教程
VC计算机图形学入门教程(VC theory and algorithms of computer graphics computer graphics tutorial Tutorial VC)
- 2013-11-18 15:30:26下载
- 积分:1
-
interactive-3D-graph-cut
用于分割2D、3D图像的可交互graph cut程序,纯matlab实现,不含C++(An interactive graph cut program segmenting 3D images)
- 2017-05-12 10:18:42下载
- 积分:1
-
一篇重要的角点检测文献的配套Matlab源码corner_detector_2004
这是2004年一篇重要的角点检测文献的配套Matlab源码。该算法的效果比SIFT、Harris、Susan等算法的检测效果更好。本压缩包中有从Matlab官方网站下载的源码,以及2004年那篇文献,对该算法做了详细解释。(This is 2004, an important corner detection literature supporting Matlab source code. Of the algorithm is better than SIFT, Harris, Susan, such as better detection algorithm. The compressed package from the official website to download the Matlab source code, and in 2004 came across the literature, the algorithm to do a detailed explanation.)
- 2021-01-09 17:48:51下载
- 积分:1