pull/13383/head
Alexander Shishkov 13 years ago
parent 90dcd4608c
commit e64450ae89
  1. 2
      modules/core/doc/operations_on_arrays.rst

@ -1309,7 +1309,7 @@ Computes the inverse Discrete Fourier Transform of a 1D or 2D array.
:param nonzeroRows: Number of ``dst`` rows to compute. The rest of the rows have undefined content. See the convolution sample in :ocv:func:`dft` description. :param nonzeroRows: Number of ``dst`` rows to compute. The rest of the rows have undefined content. See the convolution sample in :ocv:func:`dft` description.
``idft(src, dst, flags)`` is equivalent to ``dct(src, dst, flags | DFT_INVERSE)`` . ``idft(src, dst, flags)`` is equivalent to ``dft(src, dst, flags | DFT_INVERSE)`` .
See :ocv:func:`dft` for details. See :ocv:func:`dft` for details.

Loading…
Cancel
Save