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

Base class for global 2D motion estimation methods which take frames as input. [詳解]

#include <global_motion.hpp>

cv::videostab::FromFileMotionReader, cv::videostab::KeypointBasedMotionEstimator, cv::videostab::ToFileMotionWriterに継承されています。

公開メンバ関数

virtual void setMotionModel (MotionModel val)
virtual MotionModel motionModel () const
virtual void setFrameMask (InputArray mask)
virtual Mat estimate (const Mat &frame0, const Mat &frame1, bool *ok=0)=0

限定公開メンバ関数

ImageMotionEstimatorBase (MotionModel model)

詳解

フレームを入力とするグローバル2Dモーション推定法のベースクラスです。


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