From 73d1ea9a52f1f358ecfb86b417125a16340b5a50 Mon Sep 17 00:00:00 2001 From: StevenPuttemans Date: Wed, 10 Dec 2014 13:45:42 +0100 Subject: [PATCH] fix bug 2432 for 2.4 branch --- modules/core/doc/operations_on_arrays.rst | 2 +- modules/gpu/doc/image_processing.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core/doc/operations_on_arrays.rst b/modules/core/doc/operations_on_arrays.rst index be91944e72..c1de1b7efd 100644 --- a/modules/core/doc/operations_on_arrays.rst +++ b/modules/core/doc/operations_on_arrays.rst @@ -1997,7 +1997,7 @@ Performs the per-element multiplication of two Fourier spectrums. :param dst: output array of the same size and type as ``src1`` . - :param flags: operation flags; currently, the only supported flag is ``DFT_ROWS``, which indicates that each row of ``src1`` and ``src2`` is an independent 1D Fourier spectrum. + :param flags: operation flags; currently, the only supported flag is ``DFT_ROWS``, which indicates that each row of ``src1`` and ``src2`` is an independent 1D Fourier spectrum. If you do not want to use this flag, then simply add a `0` as value. :param conjB: optional flag that conjugates the second input array before the multiplication (true) or not (false). diff --git a/modules/gpu/doc/image_processing.rst b/modules/gpu/doc/image_processing.rst index abf4fdabae..4f576a8419 100644 --- a/modules/gpu/doc/image_processing.rst +++ b/modules/gpu/doc/image_processing.rst @@ -167,7 +167,7 @@ Performs a per-element multiplication of two Fourier spectrums. :param c: Destination spectrum. - :param flags: Mock parameter used for CPU/GPU interfaces similarity. + :param flags: Mock parameter used for CPU/GPU interfaces similarity, simply add a `0` value. :param conjB: Optional flag to specify if the second spectrum needs to be conjugated before the multiplication.