Inverse 2d fourier transformation in MATLAB and OpenCV

时间:2017-04-24 17:29:26

标签: matlab opencv image-processing dft

I need to perform ifft but i've got different results with

dft(complexI, inverse, DFT_INVERSE | DFT_SCALE | DFT_REAL_OUTPUT);

in opencv and ifft2 in matlab.
[0][0] elements are equal but all others are not. So how does matlab scales the answer?

0 个答案:

没有答案