added a brief description for the learning rate parameter in the apply method

This commit is contained in:
tambo83 2013-08-29 17:20:45 +02:00
parent ea544f08cc
commit 281250ba0e

View File

@ -270,7 +270,7 @@ We discuss the main parts of the above code:
exit(EXIT_FAILURE);
}
#. Every frame is used both for calculating the foreground mask and for updating the background.
#. Every frame is used both for calculating the foreground mask and for updating the background. If you want to change the learning rate used for updating the background model, it is possible to set a specific learning rate by passing a third parameter to the 'apply' method.
.. code-block:: cpp