Skip to content

Commit 067b0a6

Browse files
committed
Merge pull request #1290 from alalek:backgroundsubtractorcnt_docs
2 parents b1408e3 + f266f33 commit 067b0a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/bgsegm/include/opencv2/bgsegm.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ CV_EXPORTS_W Ptr<BackgroundSubtractorGMG> createBackgroundSubtractorGMG(int init
189189
190190
About as fast as MOG2 on a high end system.
191191
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 )
192194
*/
193195
class CV_EXPORTS_W BackgroundSubtractorCNT : public BackgroundSubtractor
194196
{

0 commit comments

Comments
 (0)