fix typo: Gausssian to Gaussian

This commit is contained in:
Zhuo Zhang
2022-11-21 10:44:12 +08:00
parent 5b3f721efa
commit c63a6c472d
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -47,7 +47,7 @@
//International Conference Pattern Recognition, UK, August, 2004
//http://www.zoranz.net/Publications/zivkovic2004ICPR.pdf
//The code is very fast and performs also shadow detection.
//Number of Gausssian components is adapted per pixel.
//Number of Gaussian components is adapted per pixel.
//
// and
//
@@ -97,7 +97,7 @@ namespace cv
http://www.zoranz.net/Publications/zivkovic2004ICPR.pdf
Advantages:
-fast - number of Gausssian components is constantly adapted per pixel.
-fast - number of Gaussian components is constantly adapted per pixel.
-performs also shadow detection (see bgfg_segm_test.cpp example)
*/