Class cv::videostab::ImageMotionEstimatorBase#

Base class for global 2D motion estimation methods which take frames as input.

Collaboration diagram for cv::videostab::ImageMotionEstimatorBase:

Detailed Description#

Base class for global 2D motion estimation methods which take frames as input.

Constructor & Destructor Documentation#

~ImageMotionEstimatorBase()#

cv::videostab::ImageMotionEstimatorBase::~ImageMotionEstimatorBase()

ImageMotionEstimatorBase()#

cv::videostab::ImageMotionEstimatorBase::ImageMotionEstimatorBase(MotionModel model)

Member Function Documentation#

estimate()#

Mat cv::videostab::ImageMotionEstimatorBase::estimate(
const Mat & frame0,
const Mat & frame1,
bool * ok = 0 )

motionModel()#

MotionModel cv::videostab::ImageMotionEstimatorBase::motionModel()

setFrameMask()#

void cv::videostab::ImageMotionEstimatorBase::setFrameMask(InputArray mask)

setMotionModel()#

void cv::videostab::ImageMotionEstimatorBase::setMotionModel(MotionModel val)

Member Data Documentation#

motionModel_#

MotionModel cv::videostab::ImageMotionEstimatorBase::motionModel_

Source file#

The documentation for this class was generated from the following file: