|  | OpenCV
    4.1.0
    Open Source Computer Vision | 
Base class for global 2D motion estimation methods which take frames as input. More...
#include <opencv2/videostab/global_motion.hpp>
 
  
 | Public Member Functions | |
| virtual | ~ImageMotionEstimatorBase () | 
| virtual Mat | estimate (const Mat &frame0, const Mat &frame1, bool *ok=0)=0 | 
| virtual MotionModel | motionModel () const | 
| virtual void | setMotionModel (MotionModel val) | 
| Protected Member Functions | |
| ImageMotionEstimatorBase (MotionModel model) | |
Base class for global 2D motion estimation methods which take frames as input.
| 
 | inlinevirtual | 
| 
 | inlineprotected | 
| 
 | inlinevirtual | 
Reimplemented in cv::videostab::KeypointBasedMotionEstimator, and cv::videostab::ToFileMotionWriter.
| 
 | inlinevirtual | 
Reimplemented in cv::videostab::KeypointBasedMotionEstimator, and cv::videostab::ToFileMotionWriter.
 1.8.3
 1.8.3