![]() |
OpenCV 4.12.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 & | 路径 | ) |