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