OpenCV  2.4.13
Open Source Computer Vision
cv::of2::IMatch Struct Reference

#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
 

Constructor & Destructor Documentation

cv::of2::IMatch::IMatch ( )
inline
cv::of2::IMatch::IMatch ( int  _queryIdx,
int  _imgIdx,
double  _likelihood,
double  _match 
)
inline

Member Function Documentation

bool cv::of2::IMatch::operator< ( const IMatch m) const
inline

Member Data Documentation

int cv::of2::IMatch::imgIdx
double cv::of2::IMatch::likelihood
double cv::of2::IMatch::match
int cv::of2::IMatch::queryIdx

The documentation for this struct was generated from the following file: