Commit 281250ba authored by tambo83's avatar tambo83

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

parent ea544f08
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment