From e64450ae890e0a76e5c69006374ce71f650461f0 Mon Sep 17 00:00:00 2001 From: Alexander Shishkov Date: Sun, 4 Mar 2012 21:49:38 +0000 Subject: [PATCH] fixed #1466 --- modules/core/doc/operations_on_arrays.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/doc/operations_on_arrays.rst b/modules/core/doc/operations_on_arrays.rst index 1c50a39..4360e89 100644 --- a/modules/core/doc/operations_on_arrays.rst +++ b/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. -``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. -- 2.7.4