#include <global_motion.hpp>
Inherited by cv::videostab::PyrLkRobustMotionEstimator.
Public Member Functions | |
| virtual | ~IGlobalMotionEstimator () |
| virtual Mat | estimate (const Mat &frame0, const Mat &frame1)=0 |
| virtual cv::videostab::IGlobalMotionEstimator::~IGlobalMotionEstimator | ( | ) | [virtual] |
| virtual Mat cv::videostab::IGlobalMotionEstimator::estimate | ( | const Mat & | frame0, |
| const Mat & | frame1 | ||
| ) | [pure virtual] |
Implemented in cv::videostab::PyrLkRobustMotionEstimator.