OpenCV 4.5.3(日本語機械翻訳)
|
cv::detail::BestOf2NearestMatcherを継承しています。
公開メンバ関数 |
|
CV_WRAP | BestOf2NearestRangeMatcher (int range_width=5, bool try_use_gpu=false, float match_conf=0.3f, int num_matches_thresh1=6, int num_matches_thresh2=6) |
void | operator() (const std::vector< ImageFeatures > &features, std::vector< MatchesInfo > &pairwise_matches, const cv::UMat &mask=cv::UMat()) |
![]() |
|
CV_WRAP | BestOf2NearestMatcher (bool try_use_gpu=false, float match_conf=0.3f, int num_matches_thresh1=6, int num_matches_thresh2=6) |
best of 2 nearest" matcherを構築します.[【詳解】(英語]
|
|
CV_WRAP void | collectGarbage () CV_OVERRIDE |
以前に割り当てられた未使用のメモリがあればそれを解放します。[【詳解】(英語]
|
|
![]() |
|
CV_WRAP_AS (apply) void operator()(const ImageFeatures &features1 | |
CV_WRAP_AS(apply2) void operator()(const std CV_WRAP bool | isThreadSafe () const |
画像のマッチングを行います。[【詳解】(英語]
|
|
限定公開変数類 |
|
int | range_width_ |
![]() |
|
int | num_matches_thresh1_ |
int | num_matches_thresh2_ |
Ptr< FeaturesMatcher > | impl_ |
![]() |
|
bool | is_thread_safe_ |
その他の継承メンバ |
|
![]() |
|
static CV_WRAP Ptr< BestOf2NearestMatcher > | create (bool try_use_gpu=false, float match_conf=0.3f, int num_matches_thresh1=6, int num_matches_thresh2=6) |
![]() |
|
const ImageFeatures & | features2 |
const ImageFeatures CV_OUT MatchesInfo & | matches_info { match(features1, features2, matches_info) |
![]() |
|
void | match (const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo &matches_info) CV_OVERRIDE |
このメソッドは,ラッパー detail::FeaturesMatcher::operator()_ を動作させるために,マッチングロジックを実装する必要があります.[【詳解】(英語]
|
|
![]() |
|
FeaturesMatcher (bool is_thread_safe=false) | |