added gpu::FGDStatModel (Background/foreground segmentation)
authorVladislav Vinogradov <no@email>
Tue, 5 Jun 2012 13:32:04 +0000 (13:32 +0000)
committerVladislav Vinogradov <no@email>
Tue, 5 Jun 2012 13:32:04 +0000 (13:32 +0000)
commitbfb390e82a0de4866d5d228185a54aa3247cdf2c
treed71856516616c6253c94ffd490fff3e0b3b672da
parent3c16c9c92d139676e6bcdbe77e49ffd5bc17bf6d
added gpu::FGDStatModel (Background/foreground segmentation)
13 files changed:
modules/gpu/CMakeLists.txt
modules/gpu/doc/video.rst
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/perf/perf_video.cpp
modules/gpu/perf_cpu/perf_cpu_precomp.hpp
modules/gpu/perf_cpu/perf_video.cpp
modules/gpu/src/cuda/fgd_bgfg.cu [new file with mode: 0644]
modules/gpu/src/cuda/fgd_bgfg_common.hpp [new file with mode: 0644]
modules/gpu/src/fgd_bgfg.cpp [new file with mode: 0644]
modules/gpu/src/precomp.hpp
modules/gpu/test/precomp.hpp
modules/gpu/test/test_core.cpp
modules/gpu/test/test_video.cpp