#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 |
|
inline |
|
inline |
| int cv::of2::IMatch::imgIdx |
| double cv::of2::IMatch::likelihood |
| double cv::of2::IMatch::match |
| int cv::of2::IMatch::queryIdx |