Class for matching keypoint descriptors.
More...
#include <opencv2/core/types.hpp>
|
| | DMatch () |
| |
| | DMatch (int _queryIdx, int _trainIdx, float _distance) |
| |
| | DMatch (int _queryIdx, int _trainIdx, int _imgIdx, float _distance) |
| |
| bool | operator< (const DMatch &m) const |
| |
Class for matching keypoint descriptors.
query descriptor index, train descriptor index, train image index, and distance between descriptors.
◆ DMatch() [1/3]
| Python: |
|---|
| cv.DMatch( | | ) -> | <DMatch object> |
| cv.DMatch( | _queryIdx, _trainIdx, _distance | ) -> | <DMatch object> |
| cv.DMatch( | _queryIdx, _trainIdx, _imgIdx, _distance | ) -> | <DMatch object> |
◆ DMatch() [2/3]
| cv::DMatch::DMatch |
( |
int | _queryIdx, |
|
|
int | _trainIdx, |
|
|
float | _distance ) |
| Python: |
|---|
| cv.DMatch( | | ) -> | <DMatch object> |
| cv.DMatch( | _queryIdx, _trainIdx, _distance | ) -> | <DMatch object> |
| cv.DMatch( | _queryIdx, _trainIdx, _imgIdx, _distance | ) -> | <DMatch object> |
◆ DMatch() [3/3]
| cv::DMatch::DMatch |
( |
int | _queryIdx, |
|
|
int | _trainIdx, |
|
|
int | _imgIdx, |
|
|
float | _distance ) |
| Python: |
|---|
| cv.DMatch( | | ) -> | <DMatch object> |
| cv.DMatch( | _queryIdx, _trainIdx, _distance | ) -> | <DMatch object> |
| cv.DMatch( | _queryIdx, _trainIdx, _imgIdx, _distance | ) -> | <DMatch object> |
◆ operator<()
| bool cv::DMatch::operator< |
( |
const DMatch & | m | ) |
const |
◆ distance
| float cv::DMatch::distance |
◆ imgIdx
◆ queryIdx
◆ trainIdx
The documentation for this class was generated from the following file: