以帧为输入的全局二维运动估计方法的基类。 更多…
#include <opencv2/videostab/global_motion.hpp>
◆ ~ImageMotionEstimatorBase()
virtual cv::videostab::ImageMotionEstimatorBase::~ImageMotionEstimatorBase |
( |
| ) |
|
|
内联虚函数 |
◆ ImageMotionEstimatorBase()
cv::videostab::ImageMotionEstimatorBase::ImageMotionEstimatorBase |
( |
MotionModel | model | ) |
|
|
内联保护成员 |
◆ estimate()
virtual Mat cv::videostab::ImageMotionEstimatorBase::estimate |
( |
const Mat & | frame0, |
|
|
const Mat & | frame1, |
|
|
bool * | ok = 0 ) |
|
纯虚函数 |
◆ motionModel()
virtual MotionModel cv::videostab::ImageMotionEstimatorBase::motionModel |
( |
| ) |
const |
|
内联虚函数 |
◆ setFrameMask()
virtual void cv::videostab::ImageMotionEstimatorBase::setFrameMask |
( |
InputArray | mask | ) |
|
|
内联虚函数 |
◆ setMotionModel()
virtual void cv::videostab::ImageMotionEstimatorBase::setMotionModel |
( |
MotionModel | val | ) |
|
|
内联虚函数 |
此类的文档是从以下文件生成的