cv::DMatch Struct Reference

#include <features2d.hpp>

List of all members.

Public Member Functions

 DMatch (int _queryIdx, int _trainIdx, int _imgIdx, float _distance)
 DMatch (int _queryIdx, int _trainIdx, float _distance)
 DMatch ()
bool operator< (const DMatch &m) const

Public Attributes

float distance
int imgIdx
int queryIdx
int trainIdx


Constructor & Destructor Documentation

cv::DMatch::DMatch (  )  [inline]

cv::DMatch::DMatch ( int  _queryIdx,
int  _trainIdx,
float  _distance 
) [inline]

cv::DMatch::DMatch ( int  _queryIdx,
int  _trainIdx,
int  _imgIdx,
float  _distance 
) [inline]


Member Function Documentation

bool cv::DMatch::operator< ( const DMatch m  )  const [inline]


Member Data Documentation


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

Generated on Fri Jan 28 22:07:37 2011 for opencv by  doxygen 1.5.9