Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/bgsegm/include/opencv2/bgsegm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class CV_EXPORTS_W BackgroundSubtractorGMG : public BackgroundSubtractor
rate. 0 means that the background model is not updated at all, 1 means that the background model
is completely reinitialized from the last frame.

@note This method has a default virtual implementation that throws a "not impemented" error.
@note This method has a default virtual implementation that throws a "not implemented" error.
Foreground masking may not be supported by all background subtractors.
*/
CV_WRAP virtual void apply(InputArray image, InputArray knownForegroundMask, OutputArray fgmask, double learningRate=-1) CV_OVERRIDE = 0;
Expand Down
Loading