Class for matching keypoint descriptors. More...
#include <types.hpp>
Public Member Functions | |
| CV_WRAP | DMatch () |
| 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 |
Public Attributes | |
| CV_PROP_RW int | queryIdx |
| query descriptor index | |
| CV_PROP_RW int | trainIdx |
| train descriptor index | |
| CV_PROP_RW int | imgIdx |
| train image index | |
| CV_PROP_RW float | distance |
Class for matching keypoint descriptors.
query descriptor index, train descriptor index, train image index, and distance between descriptors.
| CV_WRAP cv::DMatch::DMatch | ( | ) |
| CV_WRAP cv::DMatch::DMatch | ( | int | _queryIdx, |
| int | _trainIdx, | ||
| float | _distance | ||
| ) |
| CV_WRAP cv::DMatch::DMatch | ( | int | _queryIdx, |
| int | _trainIdx, | ||
| int | _imgIdx, | ||
| float | _distance | ||
| ) |
| bool cv::DMatch::operator< | ( | const DMatch & | m | ) | const |
| CV_PROP_RW float cv::DMatch::distance |
| CV_PROP_RW int cv::DMatch::imgIdx |
train image index
| CV_PROP_RW int cv::DMatch::queryIdx |
query descriptor index
| CV_PROP_RW int cv::DMatch::trainIdx |
train descriptor index