OpenCV 4.5.3(日本語機械翻訳)
公開メンバ関数 | 限定公開変数類 | 全メンバ一覧
cv::videostab::WobbleSuppressorBase クラス abstract

cv::videostab::MoreAccurateMotionWobbleSuppressorBase, cv::videostab::NullWobbleSuppressorに継承されています。

公開メンバ関数

void setMotionEstimator (Ptr< ImageMotionEstimatorBase > val)
Ptr< ImageMotionEstimatorBase > motionEstimator () const
virtual void suppress (int idx, const Mat &frame, Mat &result)=0
virtual void setFrameCount (int val)
virtual int frameCount () const
virtual void setMotions (const std::vector< Mat > &val)
virtual const std::vector< Mat > & motions () const
virtual void setMotions2 (const std::vector< Mat > &val)
virtual const std::vector< Mat > & motions2 () const
virtual void setStabilizationMotions (const std::vector< Mat > &val)
virtual const std::vector< Mat > & stabilizationMotions () const

限定公開変数類

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

このクラス詳解は次のファイルから抽出されました: