文件名称:1
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:2.34kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
将一幅256*256的图像分成8*8的小块,对其进行DFT变换。分别比较在空间域和频域内对源图像进行二次抽样和差值最后比较不同-1. Get a grey level image which size is N*N. (For example, 256*256, however,
N = ), and partition to 8*8 sub images.
2. Apply DFT to these sub images, and get the fourier transformed image F.
3. Derive the proper subsampling function matrix S in spatial domain.
4. Multiplying proper 4*4 DFT matrix T to matrix S, derive the frequency version
of subsampling function matrix, S.
5. Similarly, derive the frequency version of interpolation matrix, I.
6. Apply these matrices to each sub image of F (which is DFT of original image),
and get the final image, taking inverse DFT.
7. Apply subsampling/interpolation function matrix S/I to original image in spatial
domain and get the final image.
8. Compare the results from 6, 7.
N = ), and partition to 8*8 sub images.
2. Apply DFT to these sub images, and get the fourier transformed image F.
3. Derive the proper subsampling function matrix S in spatial domain.
4. Multiplying proper 4*4 DFT matrix T to matrix S, derive the frequency version
of subsampling function matrix, S.
5. Similarly, derive the frequency version of interpolation matrix, I.
6. Apply these matrices to each sub image of F (which is DFT of original image),
and get the final image, taking inverse DFT.
7. Apply subsampling/interpolation function matrix S/I to original image in spatial
domain and get the final image.
8. Compare the results from 6, 7.
相关搜索: inverse image function
(系统自动生成,下载前可以参看下载内容)
下载文件列表
1st(1).cpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.