![]() |
OpenCV 4.12.0
开源计算机视觉
|
全局 2D 运动估计方法的基础类,它将帧作为输入。 更多...
#include <opencv2/videostab/global_motion.hpp>
公共成员函数 | |
| 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) |
保护成员函数 | |
| ImageMotionEstimatorBase (MotionModel model) | |
全局 2D 运动估计方法的基础类,它将帧作为输入。
|
inlinevirtual |
|
inlineprotected |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |