![]() |
OpenCV 4.13.0
Open Source Computer Vision
|
フレームを入力として受け取るグローバルな2次元動き推定手法の基底クラス。続きを読む...
#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) | |
フレームを入力として受け取るグローバルな2次元動き推定手法の基底クラス。
|
inlinevirtual |
|
inlineprotected |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |