Commit 80f422a5 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

added copyright notice for MOG2 algorithm by Z. Zivkovic

parent 683be581
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment