From f266f331602536c2dafc57564da8dea7d7a45fa8 Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Mon, 24 Jul 2017 11:16:39 +0300 Subject: [PATCH] bgsegm(docs): information about author of BackgroundSubtractorCNT --- modules/bgsegm/include/opencv2/bgsegm.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/bgsegm/include/opencv2/bgsegm.hpp b/modules/bgsegm/include/opencv2/bgsegm.hpp index 9bb209d27..868cb8600 100644 --- a/modules/bgsegm/include/opencv2/bgsegm.hpp +++ b/modules/bgsegm/include/opencv2/bgsegm.hpp @@ -189,6 +189,8 @@ CV_EXPORTS_W Ptr createBackgroundSubtractorGMG(int init About as fast as MOG2 on a high end system. More than twice faster than MOG2 on cheap hardware (benchmarked on Raspberry Pi3). + + %Algorithm by Sagi Zeevi ( https://github.com/sagi-z/BackgroundSubtractorCNT ) */ class CV_EXPORTS_W BackgroundSubtractorCNT : public BackgroundSubtractor {