Go to the documentation of this file.
33 void fft2d(
double **xtre,
double **xtim,
int width,
int height,
bool shift =
true);
34 void fft2d_inv(
double **xtre,
double **xtim,
double **xrec_re,
double **xrec_im,
int width,
int height,
bool undoShift =
true);