We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1408e3 + f266f33 commit 067b0a6Copy full SHA for 067b0a6
modules/bgsegm/include/opencv2/bgsegm.hpp
@@ -189,6 +189,8 @@ CV_EXPORTS_W Ptr<BackgroundSubtractorGMG> createBackgroundSubtractorGMG(int init
189
190
About as fast as MOG2 on a high end system.
191
More than twice faster than MOG2 on cheap hardware (benchmarked on Raspberry Pi3).
192
+
193
+ %Algorithm by Sagi Zeevi ( https://github.com/sagi-z/BackgroundSubtractorCNT )
194
*/
195
class CV_EXPORTS_W BackgroundSubtractorCNT : public BackgroundSubtractor
196
{
0 commit comments