| 
 OpenCV 4.5.3(日本語機械翻訳)
 
 | 
Describes RANSAC method parameters. [詳解]
#include <motion_core.hpp>
公開メンバ関数 | 
|
| RansacParams (int size, float thresh, float eps, float prob) | |
| コンストラクタ[【詳解】(英語]
 | 
|
| int | niters () const | 
静的公開メンバ関数 | 
|
| static RansacParams | default2dMotion (MotionModel model) | 
公開変数類 | 
|
| int | size | 
| サブセットサイズ | 
|
| float | thresh | 
| インライアとして分類するための最大誤差 | 
|
| float | eps | 
| 外れ値の最大比率 | 
|
| float | prob | 
| 成功の確率 | 
|
RANSAC法のパラメータを記述する。
  | 
inline static | 
| model | モーションモデル.cv::videostab::MotionModel を参照してください. | 
  | 
inline |