added a brief description for the learning rate parameter in the apply method
This commit is contained in:
parent
ea544f08cc
commit
281250ba0e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user