gpubgsegm module fixes
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Thu, 18 Apr 2013 06:46:51 +0000 (10:46 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Thu, 18 Apr 2013 07:33:34 +0000 (11:33 +0400)
commitf531dd839c456c7ad5c7e345c20a539f40b7253f
tree13e2689d2de3094c7d4943ffb98e0c9405902bbf
parentc0b3424a23eb41b25c19b87997734315944fe0d5
gpubgsegm module fixes
17 files changed:
modules/gpubgsegm/CMakeLists.txt
modules/gpubgsegm/doc/background_segmentation.rst
modules/gpubgsegm/doc/gpubgsegm.rst
modules/gpubgsegm/include/opencv2/gpubgsegm.hpp
modules/gpubgsegm/perf/perf_bgsegm.cpp [moved from modules/gpubgsegm/perf/perf_bgfg.cpp with 98% similarity]
modules/gpubgsegm/perf/perf_main.cpp
modules/gpubgsegm/perf/perf_precomp.hpp
modules/gpubgsegm/src/cuda/fgd.cu [moved from modules/gpubgsegm/src/cuda/fgd_bgfg.cu with 99% similarity]
modules/gpubgsegm/src/cuda/fgd.hpp [moved from modules/gpubgsegm/src/cuda/fgd_bgfg_common.hpp with 100% similarity]
modules/gpubgsegm/src/cuda/gmg.cu [moved from modules/gpubgsegm/src/cuda/bgfg_gmg.cu with 100% similarity]
modules/gpubgsegm/src/cuda/mog.cu [moved from modules/gpubgsegm/src/cuda/bgfg_mog.cu with 100% similarity]
modules/gpubgsegm/src/fgd.cpp [moved from modules/gpubgsegm/src/fgd_bgfg.cpp with 99% similarity]
modules/gpubgsegm/src/gmg.cpp [moved from modules/gpubgsegm/src/bgfg_gmg.cpp with 100% similarity]
modules/gpubgsegm/src/mog.cpp [moved from modules/gpubgsegm/src/bgfg_mog.cpp with 100% similarity]
modules/gpubgsegm/src/precomp.hpp
modules/gpubgsegm/test/test_bgsegm.cpp [moved from modules/gpubgsegm/test/test_bgfg.cpp with 97% similarity]
modules/gpubgsegm/test/test_precomp.hpp