From 3f5d722f347197d7901a5cda8e73cbe310b8c38e Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Thu, 3 May 2012 15:14:53 +0000 Subject: [PATCH] fixed typo in mulSpectrums description (ticket #1868) --- 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 979e21fad3..81513192d3 100644 --- a/modules/core/doc/operations_on_arrays.rst +++ b/modules/core/doc/operations_on_arrays.rst @@ -1956,7 +1956,7 @@ The function ``mulSpectrums`` performs the per-element multiplication of the two The function, together with :ocv:func:`dft` and -:ocv:func:`idft` , may be used to calculate convolution (pass ``conj=false`` ) or correlation (pass ``conj=false`` ) of two arrays rapidly. When the arrays are complex, they are simply multiplied (per element) with an optional conjugation of the second-array elements. When the arrays are real, they are assumed to be CCS-packed (see +:ocv:func:`idft` , may be used to calculate convolution (pass ``conj=false`` ) or correlation (pass ``conj=true`` ) of two arrays rapidly. When the arrays are complex, they are simply multiplied (per element) with an optional conjugation of the second-array elements. When the arrays are real, they are assumed to be CCS-packed (see :ocv:func:`dft` for details). -- GitLab