Skip to content

Commit 022a647

Browse files
authored
[bgsegm] Fix typo: impemented -> implemented
1 parent 84f113e commit 022a647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/bgsegm/include/opencv2/bgsegm.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class CV_EXPORTS_W BackgroundSubtractorGMG : public BackgroundSubtractor
147147
rate. 0 means that the background model is not updated at all, 1 means that the background model
148148
is completely reinitialized from the last frame.
149149
150-
@note This method has a default virtual implementation that throws a "not impemented" error.
150+
@note This method has a default virtual implementation that throws a "not implemented" error.
151151
Foreground masking may not be supported by all background subtractors.
152152
*/
153153
CV_WRAP virtual void apply(InputArray image, InputArray knownForegroundMask, OutputArray fgmask, double learningRate=-1) CV_OVERRIDE = 0;

0 commit comments

Comments
 (0)