|  | OpenCV
    4.1.0
    Open Source Computer Vision | 
Describes a global 2D motion estimation method which uses keypoints detection and optical flow for matching. More...
#include <opencv2/videostab/global_motion.hpp>
 
  
 | Public Member Functions | |
| KeypointBasedMotionEstimator (Ptr< MotionEstimatorBase > estimator) | |
| Ptr< FeatureDetector > | detector () const | 
| virtual Mat | estimate (const Mat &frame0, const Mat &frame1, bool *ok=0) CV_OVERRIDE | 
| Mat | estimate (InputArray frame0, InputArray frame1, bool *ok=0) | 
| virtual MotionModel | motionModel () const CV_OVERRIDE | 
| Ptr< ISparseOptFlowEstimator > | opticalFlowEstimator () const | 
| Ptr< IOutlierRejector > | outlierRejector () const | 
| void | setDetector (Ptr< FeatureDetector > val) | 
| virtual void | setMotionModel (MotionModel val) CV_OVERRIDE | 
| void | setOpticalFlowEstimator (Ptr< ISparseOptFlowEstimator > val) | 
| void | setOutlierRejector (Ptr< IOutlierRejector > val) | 
|  Public Member Functions inherited from cv::videostab::ImageMotionEstimatorBase | |
| virtual | ~ImageMotionEstimatorBase () | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from cv::videostab::ImageMotionEstimatorBase | |
| ImageMotionEstimatorBase (MotionModel model) | |
Describes a global 2D motion estimation method which uses keypoints detection and optical flow for matching.
| cv::videostab::KeypointBasedMotionEstimator::KeypointBasedMotionEstimator | ( | Ptr< MotionEstimatorBase > | estimator | ) | 
| 
 | inline | 
| 
 | virtual | 
Implements cv::videostab::ImageMotionEstimatorBase.
| Mat cv::videostab::KeypointBasedMotionEstimator::estimate | ( | InputArray | frame0, | 
| InputArray | frame1, | ||
| bool * | ok = 0 | ||
| ) | 
| 
 | inlinevirtual | 
Reimplemented from cv::videostab::ImageMotionEstimatorBase.
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inlinevirtual | 
Reimplemented from cv::videostab::ImageMotionEstimatorBase.
| 
 | inline | 
| 
 | inline | 
 1.8.3
 1.8.3