-
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
-
sicplay
用来对2维信号的频域进行sinc插值处理,以放大图像。插值的结果较为理想(Used for 2-D frequency domain signal processing to sinc interpolation in order to enlarge the image. Interpolation more satisfactory results)
- 2007-12-22 15:02:44下载
- 积分:1
-
Texture-Image-Segmentation-
纹理图像分割matlab程序,附带测试纹理图像图像,另外还有一篇高质量相关英文论文和一篇中文论文,供研究纹理分割的同学学习。(Texture image segmentation matlab, the supplementary test texture image image, in addition to a high quality related English papers and a Chinese paper, for research students texture segmentation study.
)
- 2012-03-13 15:02:06下载
- 积分:1
-
report-of-tuxingxue
实验一 直线生成算法
实验二 圆弧生成算法
实验三 窗口菜单交互界面
实验四 区域填充算法
实验五 裁剪算法算法
实验六 图形软件开发包/库应用
实验七 曲线的生成算法
实验八 曲面生成算法
实验九 二维图形变换(Experimental line generation algorithm experiment two arcs to generate the algorithm experimental three-window menu interface experiment four regional filling algorithm experimental five-clipping algorithm algorithm experiment six graphics software development package/library application experiment seven curve generation algorithm experiment eight surface generation algorithm experiments ninety-two dimensional graphics transform)
- 2020-10-22 13:57:23下载
- 积分:1
-
大律阈值
说明: 采用大津阈值法检测车道线,效果还可以,有需要的可以看看(Using the Dajin threshold method to detect the lane line, the effect is still good, you can see if you need it.)
- 2019-03-27 21:08:43下载
- 积分:1
-
Tamura_texture
Tamura纹理特征提取程序,matlab编写,通过运行测试无误。另附有pdf介绍Tamura纹理特征定义,希望对大家有帮助。(Tamura texture feature extraction procedures, matlab prepared correctly by running the test. Tamura has attached pdf introduce the definition of texture features, in the hope that everyone has to help.)
- 2008-08-02 20:20:06下载
- 积分:1
-
FMCW-radar-ranging
FMCW雷达测距的信号处理技术研究 非常好的资料(FMCW radar ranging signal processing technology research)
- 2013-05-03 11:53:00下载
- 积分:1
-
Wavelet-domain-Hidden-Markov-Models
用小波域隐马尔科夫树模型进行图像降噪的matlab软件,rice大学编制(Software For Image Denoising Using Wavelet-Domain Hidden Markov Tree Models)
- 2012-12-21 16:46:41下载
- 积分:1
-
MRF-grubcut
通过Markov随机场(MRF)实现图像的分割,例程给出了图像分割为3类的MRF算法(By Markov random field (MRF) for image segmentation, image segmentation routine gives the MRF algorithm for the three classes)
- 2013-08-26 21:48:28下载
- 积分:1
-
otsu-and-interation
基于大津法和迭代法进行图像分割,分割结果较好(image segmentation based on otsu and interation)
- 2011-09-21 23:10:58下载
- 积分:1