Class cv::videostab::InpainterBase#

Collaboration diagram for cv::videostab::InpainterBase:

Constructor & Destructor Documentation#

InpainterBase()#

cv::videostab::InpainterBase::InpainterBase()

~InpainterBase()#

cv::videostab::InpainterBase::~InpainterBase()

Member Function Documentation#

frames()#

const std::vector< Mat > & cv::videostab::InpainterBase::frames()

inpaint()#

void cv::videostab::InpainterBase::inpaint(
int idx,
Mat & frame,
Mat & mask )

motionModel()#

MotionModel cv::videostab::InpainterBase::motionModel()

motions()#

const std::vector< Mat > & cv::videostab::InpainterBase::motions()

radius()#

int cv::videostab::InpainterBase::radius()

setFrames()#

void cv::videostab::InpainterBase::setFrames(const std::vector< Mat > & val)

setMotionModel()#

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

setMotions()#

void cv::videostab::InpainterBase::setMotions(const std::vector< Mat > & val)

setRadius()#

void cv::videostab::InpainterBase::setRadius(int val)

setStabilizationMotions()#

void cv::videostab::InpainterBase::setStabilizationMotions(const std::vector< Mat > & val)

setStabilizedFrames()#

void cv::videostab::InpainterBase::setStabilizedFrames(const std::vector< Mat > & val)

stabilizationMotions()#

const std::vector< Mat > & cv::videostab::InpainterBase::stabilizationMotions()

stabilizedFrames()#

const std::vector< Mat > & cv::videostab::InpainterBase::stabilizedFrames()

Member Data Documentation#

frames_#

const std::vector< Mat > * cv::videostab::InpainterBase::frames_

motionModel_#

MotionModel cv::videostab::InpainterBase::motionModel_

motions_#

const std::vector< Mat > * cv::videostab::InpainterBase::motions_

radius_#

int cv::videostab::InpainterBase::radius_

stabilizationMotions_#

const std::vector< Mat > * cv::videostab::InpainterBase::stabilizationMotions_

stabilizedFrames_#

const std::vector< Mat > * cv::videostab::InpainterBase::stabilizedFrames_

Source file#

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