文件名称:DFT-and-DCT-transformations
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2013-04-01
- 文件大小:
- 381kb
- 下载次数:
- 0次
- 提 供 者:
- Zh***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
二维离散傅里叶变换和离散余弦变换同属于图像的二维正交变换,它们在图像处理中有
着极为重要的应用价值。利用这些正交变换可以获得图像的频域信息,从而实现图像的增强、复原、编码和描述。本文将描述对图像进行DFT 和DCT 变换的过程。在进行DFT 变换后,还会将图像的幅频、相频特性进行置换操作后反变换,并探讨其中的规律;而在DCT 变换后,还将探讨如何选取DCT 系数点以实现图像的复原。请先阅读压缩包内的pdf文档。-This code implements the DFT and DCT transformation in image processing, and further discusses the compressing and recovering of the image using hte DFT and DCT transformations. Please read the pdf first.
着极为重要的应用价值。利用这些正交变换可以获得图像的频域信息,从而实现图像的增强、复原、编码和描述。本文将描述对图像进行DFT 和DCT 变换的过程。在进行DFT 变换后,还会将图像的幅频、相频特性进行置换操作后反变换,并探讨其中的规律;而在DCT 变换后,还将探讨如何选取DCT 系数点以实现图像的复原。请先阅读压缩包内的pdf文档。-This code implements the DFT and DCT transformation in image processing, and further discusses the compressing and recovering of the image using hte DFT and DCT transformations. Please read the pdf first.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
M文件\dct-compare.m
.....\dct_compress.m
.....\dct_idct.m
.....\dft_idft.m
.....\dft_mix.m
所有图片\a.jpg
........\adct.jpg
........\adft.jpg
........\Anew.jpg
........\b.jpg
........\b12points.jpg
........\b16points.jpg
........\b20points.jpg
........\b24points.jpg
........\b4points.jpg
........\b8points.jpg
........\Bnew.jpg
........\b_gray.jpg
图像的DFT及DCT变换.pdf
M文件
所有图片