OpenCV 4.5.3(日本語機械翻訳)
|
Structure containing information about matches between two images. [詳解]
#include <matchers.hpp>
公開メンバ関数 |
|
MatchesInfo (const MatchesInfo &other) | |
MatchesInfo & | operator= (const MatchesInfo &other) |
CV_WRAP std::vector< DMatch > | getMatches () |
CV_WRAP std::vector< uchar > | getInliers () |
公開変数類 |
|
CV_PROP_RW int | src_img_idx |
CV_PROP_RW int | dst_img_idx |
画像インデックス(オプション) |
|
std::vector< DMatch > | matches |
std::vector< uchar > | inliers_mask |
幾何学的に一貫したマッチマスク |
|
CV_PROP_RW int | num_inliers |
幾何学的に一致したものの数 |
|
CV_PROP_RW Mat | H |
推定変換 |
|
CV_PROP_RW double | confidence |
2つの画像が同じパノラマからのものであることの確信度 |
|
2つの画像間のマッチに関する情報を含む構造体。
これらの画像間には変換があると仮定します。変換は、選択されたマッチャーに基づいて、ホモグラフィーまたはアフィン変換になります。