1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

a few corrections from Gabor

This commit is contained in:
Vadim Pisarevsky
2011-07-01 09:31:16 +00:00
parent 785e77086f
commit 48a4493dfa
6 changed files with 42 additions and 37 deletions
@@ -280,7 +280,7 @@ Remaps an image to log-polar space.
The function ``cvLogPolar`` transforms the source image using the following transformation:
*
Forward transformation (``CV_WARP_INVERSE_MAP``is not set):
Forward transformation (``CV_WARP_INVERSE_MAP`` is not set):
.. math::
@@ -63,9 +63,10 @@ The function adds the input image ``src`` or its selected region, raised to a po
The function supports multi-channel images. Each channel is processed independently.
.. seealso::
:ocv:func:`accumulateSquare`,
:ocv:func:`accumulateProduct`,
:ocv:func:`accumulateWeighted`
:ocv:func:`accumulateSquare`,
:ocv:func:`accumulateProduct`,
:ocv:func:`accumulateWeighted`
@@ -97,9 +98,10 @@ The function adds the product of two images or their selected regions to the acc
The function supports multi-channel images. Each channel is processed independently.
.. seealso::
:ocv:func:`accumulate`,
:ocv:func:`accumulateSquare`,
:ocv:func:`accumulateWeighted`
:ocv:func:`accumulate`,
:ocv:func:`accumulateSquare`,
:ocv:func:`accumulateWeighted`
@@ -132,6 +134,7 @@ That is, ``alpha`` regulates the update speed (how fast the accumulator "forgets
The function supports multi-channel images. Each channel is processed independently.
.. seealso::
:ocv:func:`accumulate`,
:ocv:func:`accumulateSquare`,
:ocv:func:`accumulateProduct`
:ocv:func:`accumulate`,
:ocv:func:`accumulateSquare`,
:ocv:func:`accumulateProduct`