OpenCV 4.5.3(日本語機械翻訳)
|
Class for matching keypoint descriptors [詳解]
#include <types.hpp>
公開メンバ関数 |
|
CV_WRAP | DMatch (int _queryIdx, int _trainIdx, float _distance) |
CV_WRAP | DMatch (int _queryIdx, int _trainIdx, int _imgIdx, float _distance) |
bool | operator< (const DMatch &m) const |
公開変数類 |
|
CV_PROP_RW int | queryIdx |
クエリディスクリプタインデックス |
|
CV_PROP_RW int | trainIdx |
列車ディスクリプタインデックス |
|
CV_PROP_RW int | imgIdx |
列車画像インデックス |
|
CV_PROP_RW float | distance |
キーポイントディスクリプタをマッチングするクラス
query descriptor index, train descriptor index, train image index, and distance between descriptors.