OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
cv::videostab::WobbleSuppressorBase 类参考抽象类

#include <opencv2/videostab/wobble_suppression.hpp>

cv::videostab::WobbleSuppressorBase 的协作图

公共成员函数

 WobbleSuppressorBase ()
 
虚函数 ~WobbleSuppressorBase ()
 
虚函数 int frameCount () const
 
Ptr< ImageMotionEstimatorBasemotionEstimator () const
 
虚函数 const std::vector< Mat > & motions () const
 
虚函数 const std::vector< Mat > & motions2 () const
 
虚函数 void setFrameCount (int val)
 
void setMotionEstimator (Ptr< ImageMotionEstimatorBase > val)
 
虚函数 void setMotions (const std::vector< Mat > &val)
 
虚函数 void setMotions2 (const std::vector< Mat > &val)
 
虚函数 void setStabilizationMotions (const std::vector< Mat > &val)
 
虚函数 const std::vector< Mat > & stabilizationMotions () const
 
虚函数 void suppress (int idx, const Mat &frame, Mat &result)=0
 

受保护的属性

int frameCount_
 
Ptr< ImageMotionEstimatorBasemotionEstimator_
 
const std::vector< Mat > * motions2_
 
const std::vector< Mat > * motions_
 
const std::vector< Mat > * stabilizationMotions_
 

构造函数和析构函数文档

◆ WobbleSuppressorBase()

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

◆ ~WobbleSuppressorBase()

virtual cv::videostab::WobbleSuppressorBase::~WobbleSuppressorBase ( )
inline虚函数

成员函数文档

◆ frameCount()

virtual int cv::videostab::WobbleSuppressorBase::frameCount ( ) const
inline虚函数

◆ motionEstimator()

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

◆ motions()

virtual const std::vector< Mat > & cv::videostab::WobbleSuppressorBase::motions ( ) const
inline虚函数

◆ motions2()

virtual const std::vector< Mat > & cv::videostab::WobbleSuppressorBase::motions2 ( ) const
inline虚函数

◆ setFrameCount()

virtual void cv::videostab::WobbleSuppressorBase::setFrameCount ( int val)
inline虚函数

◆ setMotionEstimator()

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

◆ setMotions()

virtual void cv::videostab::WobbleSuppressorBase::setMotions ( const std::vector< Mat > & val)
inline虚函数

◆ setMotions2()

virtual void cv::videostab::WobbleSuppressorBase::setMotions2 ( const std::vector< Mat > & val)
inline虚函数

◆ setStabilizationMotions()

virtual void cv::videostab::WobbleSuppressorBase::setStabilizationMotions ( const std::vector< Mat > & val)
inline虚函数

◆ stabilizationMotions()

virtual const std::vector< Mat > & cv::videostab::WobbleSuppressorBase::stabilizationMotions ( ) const
inline虚函数

◆ suppress()

virtual void cv::videostab::WobbleSuppressorBase::suppress ( int idx,
const Mat & frame,
Mat & result )
纯虚函数

成员数据文档

◆ 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_
受保护的

此类的文档是从以下文件生成的