Added LP based global motion estimation (videostab)
authorAlexey Spizhevoy <no@email>
Wed, 25 Apr 2012 13:21:38 +0000 (13:21 +0000)
committerAlexey Spizhevoy <no@email>
Wed, 25 Apr 2012 13:21:38 +0000 (13:21 +0000)
commit71391eb76fa8af00c7394929ddafcbe7c8fdf6f6
tree0e4f21effad551a81191228d4e52df04c6a5cf18
parent11eacb9d143ecf6f4b0b56d2fe0f634e0f3ca428
Added LP based global motion estimation (videostab)
modules/videostab/include/opencv2/videostab/global_motion.hpp
modules/videostab/src/clp.hpp [new file with mode: 0644]
modules/videostab/src/global_motion.cpp
modules/videostab/src/motion_stabilizing.cpp
modules/videostab/src/stabilizer.cpp
modules/videostab/src/wobble_suppression.cpp
samples/cpp/videostab.cpp