OpenCV  2.4.13.2
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

§ IMatch() [1/2]

cv::of2::IMatch::IMatch ( )
inline

§ IMatch() [2/2]

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

Member Function Documentation

§ operator<()

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

Member Data Documentation

§ imgIdx

int cv::of2::IMatch::imgIdx

§ likelihood

double cv::of2::IMatch::likelihood

§ match

double cv::of2::IMatch::match

§ queryIdx

int cv::of2::IMatch::queryIdx

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