#include <opencv2/videostab/wobble_suppression.hpp>
◆ WobbleSuppressorBase()
cv::videostab::WobbleSuppressorBase::WobbleSuppressorBase |
( |
| ) |
|
◆ ~WobbleSuppressorBase()
virtual cv::videostab::WobbleSuppressorBase::~WobbleSuppressorBase |
( |
| ) |
|
|
内联virtual |
◆ frameCount()
virtual int cv::videostab::WobbleSuppressorBase::frameCount |
( |
| ) |
const |
|
内联virtual |
◆ motionEstimator()
◆ motions()
virtual const std::vector< Mat > & cv::videostab::WobbleSuppressorBase::motions |
( |
| ) |
const |
|
内联virtual |
◆ motions2()
virtual const std::vector< Mat > & cv::videostab::WobbleSuppressorBase::motions2 |
( |
| ) |
const |
|
内联virtual |
◆ setFrameCount()
virtual void cv::videostab::WobbleSuppressorBase::setFrameCount |
( |
int |
val | ) |
|
|
内联virtual |
◆ setMotionEstimator()
◆ setMotions()
virtual void cv::videostab::WobbleSuppressorBase::setMotions |
( |
const std::vector< Mat > & |
val | ) |
|
|
内联virtual |
◆ setMotions2()
virtual void cv::videostab::WobbleSuppressorBase::setMotions2 |
( |
const std::vector< Mat > & |
val | ) |
|
|
内联virtual |
◆ setStabilizationMotions()
virtual void cv::videostab::WobbleSuppressorBase::setStabilizationMotions |
( |
const std::vector< Mat > & |
val | ) |
|
|
内联virtual |
◆ stabilizationMotions()
virtual const std::vector< Mat > & cv::videostab::WobbleSuppressorBase::stabilizationMotions |
( |
| ) |
const |
|
内联virtual |
◆ suppress()
virtual void cv::videostab::WobbleSuppressorBase::suppress |
( |
int |
idx, |
|
|
const Mat & |
frame, |
|
|
Mat & |
result |
|
) |
| |
|
纯虚函数 |
◆ frameCount_
int cv::videostab::WobbleSuppressorBase::frameCount_ |
|
受保护 |
◆ 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_ |
|
受保护 |
此类的文档是从以下文件生成的