OpenCV 4.10.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 | ) |