Public Member Functions | Public Attributes | List of all members
cv::DMatch Struct Reference

#include <features2d.hpp>

Public Member Functions

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

Public Attributes

CV_PROP_RW int queryIdx
 
CV_PROP_RW int trainIdx
 
CV_PROP_RW int imgIdx
 
CV_PROP_RW float distance
 

Constructor & Destructor Documentation

CV_WRAP cv::DMatch::DMatch ( )
CV_WRAP cv::DMatch::DMatch ( int  _queryIdx,
int  _trainIdx,
float  _distance 
)
CV_WRAP cv::DMatch::DMatch ( int  _queryIdx,
int  _trainIdx,
int  _imgIdx,
float  _distance 
)

Member Function Documentation

bool cv::DMatch::operator< ( const DMatch m) const

Member Data Documentation

CV_PROP_RW int cv::DMatch::queryIdx
CV_PROP_RW int cv::DMatch::trainIdx
CV_PROP_RW int cv::DMatch::imgIdx
CV_PROP_RW float cv::DMatch::distance

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