各特徴について2つの最良マッチを見つけ、記述子距離の比がしきい値 match_conf より大きい場合にのみ最良の1つを残す特徴マッチャー。続きを読む...
#include <opencv2/stitching/detail/matchers.hpp>
|
| static Ptr< BestOf2NearestMatcher > | create (bool try_use_gpu=false, float match_conf=0.3f, int num_matches_thresh1=6, int num_matches_thresh2=6, double matches_confidence_thresh=3.) |
| |
各特徴について2つの最良マッチを見つけ、記述子距離の比がしきい値 match_conf より大きい場合にのみ最良の1つを残す特徴マッチャー。
- 参照
- detail::FeaturesMatcher
◆ BestOf2NearestMatcher()
| cv::detail::BestOf2NearestMatcher::BestOf2NearestMatcher |
( |
bool | try_use_gpu = false, |
|
|
float | match_conf = 0.3f, |
|
|
int | num_matches_thresh1 = 6, |
|
|
int | num_matches_thresh2 = 6, |
|
|
double | matches_confidence_thresh = 3. ) |
| Python: |
|---|
| cv.detail.BestOf2NearestMatcher( | [, try_use_gpu[, match_conf[, num_matches_thresh1[, num_matches_thresh2[, matches_confidence_thresh]]]]] | ) -> | <detail_BestOf2NearestMatcher object> |
「最近傍2点のうちの最良」マッチャーを構築する。
- 引数
-
| try_use_gpu | GPUを使おうとするかどうか |
| match_conf | マッチ距離比のしきい値 |
| num_matches_thresh1 | インライア分類ステップで使われる2D射影変換の推定に必要な、マッチの最小数 |
| num_matches_thresh2 | インライアでの2D射影変換の再推定に必要な、マッチの最小数 |
| matches_confidence_thresh | マッチを考慮に入れるためのマッチング信頼度のしきい値。このしきい値は実験的に決定され、デフォルトでは3に設定されている。 |
◆ collectGarbage()
| void cv::detail::BestOf2NearestMatcher::collectGarbage |
( |
| ) |
|
|
virtual |
| Python: |
|---|
| cv.detail.BestOf2NearestMatcher.collectGarbage( | | ) -> | None |
◆ create()
| static Ptr< BestOf2NearestMatcher > cv::detail::BestOf2NearestMatcher::create |
( |
bool | try_use_gpu = false, |
|
|
float | match_conf = 0.3f, |
|
|
int | num_matches_thresh1 = 6, |
|
|
int | num_matches_thresh2 = 6, |
|
|
double | matches_confidence_thresh = 3. ) |
|
static |
| Python: |
|---|
| cv.detail.BestOf2NearestMatcher.create( | [, try_use_gpu[, match_conf[, num_matches_thresh1[, num_matches_thresh2[, matches_confidence_thresh]]]]] | ) -> | retval |
| cv.detail.BestOf2NearestMatcher_create( | [, try_use_gpu[, match_conf[, num_matches_thresh1[, num_matches_thresh2[, matches_confidence_thresh]]]]] | ) -> | retval |
◆ match()
◆ impl_
◆ matches_confidence_thresh_
| double cv::detail::BestOf2NearestMatcher::matches_confidence_thresh_ |
|
protected |
◆ num_matches_thresh1_
| int cv::detail::BestOf2NearestMatcher::num_matches_thresh1_ |
|
protected |
◆ num_matches_thresh2_
| int cv::detail::BestOf2NearestMatcher::num_matches_thresh2_ |
|
protected |
このクラス詳解は次のファイルから抽出されました: