#include <openfabmap.hpp>
Public Member Functions | |
| IMatch () | |
| IMatch (int _queryIdx, int _imgIdx, double _likelihood, double _match) | |
| bool | operator< (const IMatch &m) const |
Public Attributes | |
| int | queryIdx |
| int | imgIdx |
| double | likelihood |
| double | match |
| cv::of2::IMatch::IMatch | ( | int | _queryIdx, |
| int | _imgIdx, | ||
| double | _likelihood, | ||
| double | _match | ||
| ) |
| bool cv::of2::IMatch::operator< | ( | const IMatch & | m | ) | const |
| double cv::of2::IMatch::likelihood |
| double cv::of2::IMatch::match |