OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。

RANSAC法のパラメータを記述する。続きを読む...

#include <opencv2/videostab/motion_core.hpp>

Collaboration diagram for cv::videostab::RansacParams:

公開メンバ関数

 RansacParams ()
 
 RansacParams (int size, float thresh, float eps, float prob)
 コンストラクタ。
 
int niters () const
 

静的公開メンバ関数

static RansacParams default2dMotion (MotionModel model)
 

公開変数類

float eps
 外れ値の最大比率
 
float prob
 成功確率
 
int size
 サブセットサイズ
 
float thresh
 インライアとして分類するための最大誤差
 

詳細説明

RANSAC法のパラメータを記述する。

構築子と解体子の詳解

◆ RansacParams()

cv::videostab::RansacParams::RansacParams ( )
inline

メンバ関数詳解

◆ default2dMotion()

static RansacParams cv::videostab::RansacParams::default2dMotion ( MotionModel model)
inlinestatic
引数
model動きモデル。cv::videostab::MotionModel を参照。
戻り値
指定された動きモデルに対するデフォルトのRANSAC法パラメータ。

◆ niters()

int cv::videostab::RansacParams::niters ( ) const
inline
戻り値
RANSAC法によって実行される反復回数。

メンバ変数詳解

◆ eps

float cv::videostab::RansacParams::eps

外れ値の最大比率

◆ prob

float cv::videostab::RansacParams::prob

成功確率

◆ size

int cv::videostab::RansacParams::size

サブセットサイズ

◆ thresh

float cv::videostab::RansacParams::thresh

インライアとして分類するための最大誤差


この構造体詳解は次のファイルから抽出されました: