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?