added copyright notice for MOG2 algorithm by Z. Zivkovic

This commit is contained in:
Vadim Pisarevsky 2011-12-29 14:08:33 +00:00
parent 683be58119
commit 80f422a531

View File

@ -403,6 +403,13 @@ public:
};
/*!
The class implements the following algorithm:
"Improved adaptive Gausian mixture model for background subtraction"
Z.Zivkovic
International Conference Pattern Recognition, UK, August, 2004.
http://www.zoranz.net/Publications/zivkovic2004ICPR.pdf
*/
class CV_EXPORTS BackgroundSubtractorMOG2 : public BackgroundSubtractor
{
public: