Added local outlier rejector. Added rigid motion estimator. Refactored videostab...
authorAlexey Spizhevoy <no@email>
Tue, 24 Apr 2012 12:23:23 +0000 (12:23 +0000)
committerAlexey Spizhevoy <no@email>
Tue, 24 Apr 2012 12:23:23 +0000 (12:23 +0000)
commit95efec75392ed9e9256f58f053f7541981e75471
tree129f7473a5def887808f44704bac373ccfa30ece
parent6e830cf8f83418e9c4fd740ee129a65a12b9617f
Added local outlier rejector. Added rigid motion estimator. Refactored videostab module.
modules/videostab/include/opencv2/videostab/global_motion.hpp
modules/videostab/include/opencv2/videostab/motion_core.hpp [new file with mode: 0644]
modules/videostab/include/opencv2/videostab/optical_flow.hpp
modules/videostab/include/opencv2/videostab/outlier_rejection.hpp [new file with mode: 0644]
modules/videostab/include/opencv2/videostab/videostab.hpp
modules/videostab/include/opencv2/videostab/wobble_suppression.hpp
modules/videostab/src/global_motion.cpp
modules/videostab/src/outlier_rejection.cpp [new file with mode: 0644]
samples/cpp/videostab.cpp