@@ -25,7 +25,7 @@ The function supports multi-channel images. Each channel is processed independen
...
@@ -25,7 +25,7 @@ The function supports multi-channel images. Each channel is processed independen
The functions ``accumulate*`` can be used, for example, to collect statistics of a scene background viewed by a still camera and for the further foreground-background segmentation.
The functions ``accumulate*`` can be used, for example, to collect statistics of a scene background viewed by a still camera and for the further foreground-background segmentation.
See Also:
.. seealso::
:ocv:func:`accumulateSquare`,
:ocv:func:`accumulateSquare`,
:ocv:func:`accumulateProduct`,
:ocv:func:`accumulateProduct`,
:ocv:func:`accumulateWeighted`
:ocv:func:`accumulateWeighted`
...
@@ -44,15 +44,15 @@ Adds the square of a source image to the accumulator.
...
@@ -44,15 +44,15 @@ Adds the square of a source image to the accumulator.
:param mask: Optional operation mask.
:param mask: Optional operation mask.
The function adds the input image ``src`` or its selected region, raised to power 2, to the accumulator ``dst`` :
The function adds the input image ``src`` or its selected region, raised to a power of 2, to the accumulator ``dst`` :