![]() |
OpenCV 4.11.0
开源计算机视觉
|
#include <opencv2/videostab/global_motion.hpp>
公共成员函数 | |
| FromFileMotionReader (const String &path) | |
| virtual Mat | estimate (const Mat &frame0, const Mat &frame1, bool *ok=0) CV_OVERRIDE |
继承自 cv::videostab::ImageMotionEstimatorBase 的公共成员函数 | |
| virtual | ~ImageMotionEstimatorBase () |
| virtual MotionModel | motionModel () const |
| virtual void | setFrameMask (InputArray mask) |
| virtual void | setMotionModel (MotionModel val) |
其他继承成员 | |
继承自 cv::videostab::ImageMotionEstimatorBase 的受保护成员函数 | |
| ImageMotionEstimatorBase (MotionModel model) | |
| cv::videostab::FromFileMotionReader::FromFileMotionReader | ( | const String & | path | ) |