Commit abde1377 authored by Andrey Kamaev's avatar Andrey Kamaev

Fixed mistake in documentation

parent b987154e
......@@ -549,7 +549,7 @@ gpu::MOG2_GPU::operator()
-------------------------
Updates the background model and returns the foreground mask.
.. ocv:function:: void gpu::MOG2_GPU::operator()(const GpuMat& frame, GpuMat& fgmask, float learningRate = 0.0f, Stream& stream = Stream::Null())
.. ocv:function:: void gpu::MOG2_GPU::operator()( const GpuMat& frame, GpuMat& fgmask, float learningRate=-1.0f, Stream& stream=Stream::Null() )
:param frame: Next video frame.
......
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