Loading...
Searching...
No Matches
cv::videostab::ImageMotionEstimatorBase Class Referenceabstract
Base class for global 2D motion estimation methods which take frames as input. More...
#include <opencv2/videostab/global_motion.hpp>
Inheritance diagram for cv::videostab::ImageMotionEstimatorBase:

Public Member Functions | |
virtual | ~ImageMotionEstimatorBase () |
virtual Mat | estimate (const Mat &frame0, const Mat &frame1, bool *ok=0)=0 |
virtual MotionModel | motionModel () const |
virtual void | setFrameMask (InputArray mask) |
virtual void | setMotionModel (MotionModel val) |
Protected Member Functions | |
ImageMotionEstimatorBase (MotionModel model) | |
Detailed Description
Base class for global 2D motion estimation methods which take frames as input.
Constructor & Destructor Documentation
◆ ~ImageMotionEstimatorBase()
|
inlinevirtual |
◆ ImageMotionEstimatorBase()
|
inlineprotected |
Member Function Documentation
◆ estimate()
◆ motionModel()
|
inlinevirtual |
Reimplemented in cv::videostab::ToFileMotionWriter, and cv::videostab::KeypointBasedMotionEstimator.
◆ setFrameMask()
|
inlinevirtual |
Reimplemented in cv::videostab::ToFileMotionWriter, and cv::videostab::KeypointBasedMotionEstimator.
◆ setMotionModel()
|
inlinevirtual |
Reimplemented in cv::videostab::ToFileMotionWriter, and cv::videostab::KeypointBasedMotionEstimator.
The documentation for this class was generated from the following file:
- opencv2/videostab/global_motion.hpp