added GMG background segmentation algorithm by Andrew Godbehere, ticket #2065
authorVadim Pisarevsky <no@email>
Thu, 28 Jun 2012 16:24:48 +0000 (16:24 +0000)
committerVadim Pisarevsky <no@email>
Thu, 28 Jun 2012 16:24:48 +0000 (16:24 +0000)
commite4b58ebff5d610b2a990ea27096d304b73e9cdae
tree98c4b9c1a75cdd9e863e6f1d7d0eada404766750
parent35344569bf08aa3fd7f4a7465d002459cc5ccbbd
added GMG background segmentation algorithm by Andrew Godbehere, ticket #2065
modules/video/include/opencv2/video/background_segm.hpp
modules/video/src/bgfg_gmg.cpp [new file with mode: 0644]
modules/video/src/precomp.hpp
modules/video/src/video_init.cpp
modules/video/test/test_backgroundsubtractor_gbh.cpp [new file with mode: 0644]
modules/video/test/test_precomp.hpp
samples/cpp/bgfg_gmg.cpp [new file with mode: 0644]