added dual tvl1 optical flow gpu implementation
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Wed, 13 Feb 2013 11:50:05 +0000 (15:50 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Wed, 13 Feb 2013 11:50:05 +0000 (15:50 +0400)
commitce2fd7fec90769b3907aa5e73dbe71e5be130e54
tree70e99431d3b7281574163794d05780e70b9a8fd2
parent1498d2f42792104050d7705b75a14d21afb28c2c
added dual tvl1 optical flow gpu implementation
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/perf/perf_video.cpp
modules/gpu/src/cuda/tvl1flow.cu [new file with mode: 0644]
modules/gpu/src/tvl1flow.cpp [new file with mode: 0644]
modules/gpu/test/test_optflow.cpp