Skip to content

Commit 09d9e0d

Browse files
authored
Merge pull request #3923 from Sarrink:patch-1
Typo fix: KadewTraKuPong to KaewTraKulPong #3923 From his paper: https://scispace.com/pdf/an-improved-adaptive-background-mixture-model-for-real-time-1l517cez5l.pdf ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x] I agree to contribute to the project under Apache 2 License. - [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV - [x] The PR is proposed to the proper branch - [ ] There is a reference to the original bug report and related work - [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable Patch to opencv_extra has the same branch name. - [ ] The feature is well documented and sample code can be built with the project CMake
1 parent e3165a9 commit 09d9e0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/bgsegm/tutorials/bgsegm_bg_subtraction/bgsegm_bg_subtraction.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ In the following, we will have a look at two algorithms from the `bgsegm` module
3030
### BackgroundSubtractorMOG
3131

3232
It is a Gaussian Mixture-based Background/Foreground Segmentation Algorithm. It was introduced in
33-
the paper "An improved adaptive background mixture model for real-time tracking with shadow
34-
detection" by P. KadewTraKuPong and R. Bowden in 2001. It uses a method to model each background
33+
the paper "An Improved Adaptive Background Mixture Model for Realtime Tracking with Shadow
34+
Detection" by P. KaewTraKulPong and R. Bowden in 2001. It uses a method to model each background
3535
pixel by a mixture of K Gaussian distributions (K = 3 to 5). The weights of the mixture represent
3636
the time proportions that those colours stay in the scene. The probable background colours are the
3737
ones which stay longer and more static.

0 commit comments

Comments
 (0)