#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 | ( | ) |
bool cv::of2::IMatch::operator< | ( | const IMatch & | m | ) | const |
int cv::of2::IMatch::queryIdx |
int cv::of2::IMatch::imgIdx |
double cv::of2::IMatch::likelihood |
double cv::of2::IMatch::match |