Added GPU version of PyrLK based global motion estimator (videostab)
authorAlexey Spizhevoy <no@email>
Wed, 18 Apr 2012 13:23:41 +0000 (13:23 +0000)
committerAlexey Spizhevoy <no@email>
Wed, 18 Apr 2012 13:23:41 +0000 (13:23 +0000)
commit1569c1ed52fbc590d2cd05c37cf7ed98cb6de260
tree5b937c34945a7466da84b4cc25a6f229c850b061
parent1351f4c8ef33216e8a1b510aaec82b73d98e87bc
Added GPU version of PyrLK based global motion estimator (videostab)
13 files changed:
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/src/cuda/global_motion.cu [new file with mode: 0644]
modules/gpu/src/global_motion.cpp [new file with mode: 0644]
modules/gpu/test/test_global_motion.cpp [new file with mode: 0644]
modules/videostab/include/opencv2/videostab/global_motion.hpp
modules/videostab/include/opencv2/videostab/optical_flow.hpp
modules/videostab/src/global_motion.cpp
modules/videostab/src/inpainting.cpp
modules/videostab/src/motion_stabilizing.cpp
modules/videostab/src/optical_flow.cpp
modules/videostab/src/precomp.hpp
modules/videostab/src/stabilizer.cpp
samples/cpp/videostab.cpp