![]() |
OpenCV 5.0.0
Open Source Computer Vision
|
L2 誤差を最小化する、RANSACベースのロバストなグローバル2D動き推定手法を表す。 続き...
#include <opencv2/videostab/global_motion.hpp>
公開メンバ関数 | |
| MotionEstimatorRansacL2 (MotionModel model=MM_AFFINE) | |
| virtual Mat | estimate (InputArray points0, InputArray points1, bool *ok=0) CV_OVERRIDE |
| 2つの2D点群間のグローバルな動きを推定する。 | |
| float | minInlierRatio () const |
| RansacParams | ransacParams () const |
| void | setMinInlierRatio (float val) |
| void | setRansacParams (const RansacParams &val) |
Public Member Functions inherited from cv::videostab::MotionEstimatorBase | |
| virtual | ~MotionEstimatorBase () |
| virtual MotionModel | motionModel () const |
| virtual void | setMotionModel (MotionModel val) |
| 動きモデルを設定する。 | |
Additional Inherited Members | |
Protected Member Functions inherited from cv::videostab::MotionEstimatorBase | |
| MotionEstimatorBase (MotionModel model) | |
L2 誤差を最小化する、RANSACベースのロバストなグローバル2D動き推定手法を表す。
| cv::videostab::MotionEstimatorRansacL2::MotionEstimatorRansacL2 | ( | MotionModel | model = MM_AFFINE | ) |
|
virtual |
2つの2D点群間のグローバルな動きを推定する。
| points0 | 2D点の入力集合 (32F)。 |
| points1 | 2D点の出力集合 (32F)。 |
| ok | 動きが正常に推定されたかどうかを示す。 |
|
inline |
|
inline |
|
inline |
|
inline |