【图像处理】Mathematica与逆Fourier变换

2024-10-26 04:06:44

1、原图如下。

【图像处理】Mathematica与逆Fourier变换

3、逆向Fourier变换:c = InverseFourier[b];c//Image

【图像处理】Mathematica与逆Fourier变换

5、对b进行共轭处理:b = Conjugate[b];罕铞泱殳c = InverseFourier[b];Abs[c] // Image图像旋转了180度,而且颜色也变了。

【图像处理】Mathematica与逆Fourier变换

7、n=10的情形。

【图像处理】Mathematica与逆Fourier变换
猜你喜欢