Documentation: fixed references for C++ operators

This commit is contained in:
Andrey Kamaev
2011-08-13 21:39:10 +00:00
parent 23c15d562d
commit d7a9b99b1d
6 changed files with 26 additions and 22 deletions

View File

@@ -562,7 +562,7 @@ Updates the background model and returns the foreground mask
.. ocv:function:: void BackgroundSubtractorMOG::operator()(InputArray image, OutputArray fgmask, double learningRate=0)
Parameters are the same as in ``BackgroundSubtractor::operator()``
Parameters are the same as in :ocv:funcx:`BackgroundSubtractor::operator()`
BackgroundSubtractorMOG2
@@ -639,7 +639,7 @@ Updates the background model and computes the foreground mask
.. ocv:function:: void BackgroundSubtractorMOG2::operator()(InputArray image, OutputArray fgmask, double learningRate=-1)
See :ocv:func:`BackgroundSubtractor::operator()`.
See :ocv:funcx:`BackgroundSubtractor::operator()`.
BackgroundSubtractorMOG2::getBackgroundImage