Skip to content

Commit 6fdda2d

Browse files
authored
Merge pull request #4053 from kashish2710:fix-bgsegm-typo
[bgsegm] Fix typo: impemented -> implemented
2 parents 84f113e + 022a647 commit 6fdda2d

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)