Class cv::videostab::WobbleSuppressorBase#

Collaboration diagram for cv::videostab::WobbleSuppressorBase:

Constructor & Destructor Documentation#

WobbleSuppressorBase()#

cv::videostab::WobbleSuppressorBase::WobbleSuppressorBase()

~WobbleSuppressorBase()#

cv::videostab::WobbleSuppressorBase::~WobbleSuppressorBase()

Member Function Documentation#

frameCount()#

int cv::videostab::WobbleSuppressorBase::frameCount()

motionEstimator()#

Ptr< ImageMotionEstimatorBase > cv::videostab::WobbleSuppressorBase::motionEstimator()

motions()#

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

motions2()#

const std::vector< Mat > & cv::videostab::WobbleSuppressorBase::motions2()

setFrameCount()#

void cv::videostab::WobbleSuppressorBase::setFrameCount(int val)

setMotionEstimator()#

void cv::videostab::WobbleSuppressorBase::setMotionEstimator(Ptr< ImageMotionEstimatorBase > val)

setMotions()#

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

setMotions2()#

void cv::videostab::WobbleSuppressorBase::setMotions2(const std::vector< Mat > & val)

setStabilizationMotions()#

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

stabilizationMotions()#

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

suppress()#

void cv::videostab::WobbleSuppressorBase::suppress(
int idx,
const Mat & frame,
Mat & result )

Member Data Documentation#

frameCount_#

int cv::videostab::WobbleSuppressorBase::frameCount_

motionEstimator_#

Ptr< ImageMotionEstimatorBase > cv::videostab::WobbleSuppressorBase::motionEstimator_

motions2_#

const std::vector< Mat > * cv::videostab::WobbleSuppressorBase::motions2_

motions_#

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

stabilizationMotions_#

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

Source file#

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