C#实现Matlab中的fft2函数和fftshift函数
Mat fft2( Mat src) { Mat Fourier = new Mat(); int mat_type = (int)src.Depth; if (mat_type>15) { Debug.Print("报错"); } if (mat_type < 7)