#include <features2d.hpp>
List of all members.
Public Member Functions |
| BruteForceMatcher (Distance d=Distance()) |
virtual Ptr< DescriptorMatcher > | clone (bool emptyTrainData=false) const |
virtual bool | isMaskSupported () const |
virtual | ~BruteForceMatcher () |
Protected Member Functions |
virtual void | knnMatchImpl (const Mat &queryDescriptors, vector< vector< DMatch > > &matches, int k, const vector< Mat > &masks=vector< Mat >(), bool compactResult=false) |
template<> |
void | knnMatchImpl (const Mat &queryDescriptors, vector< vector< DMatch > > &matches, int k, const vector< Mat > &masks, bool compactResult) |
template<> |
void | radiusMatchImpl (const Mat &queryDescriptors, vector< vector< DMatch > > &matches, float maxDistance, const vector< Mat > &masks, bool compactResult) |
virtual void | radiusMatchImpl (const Mat &queryDescriptors, vector< vector< DMatch > > &matches, float maxDistance, const vector< Mat > &masks=vector< Mat >(), bool compactResult=false) |
Protected Attributes |
Distance | distance |
template<class Distance>
class cv::BruteForceMatcher< Distance >
Constructor & Destructor Documentation
Member Function Documentation
template<class Distance >
template<>
void cv::BruteForceMatcher< L2< float > >::knnMatchImpl |
( |
const Mat & |
queryDescriptors, |
|
|
vector< vector< DMatch > > & |
matches, |
|
|
int |
k, |
|
|
const vector< Mat > & |
masks, |
|
|
bool |
compactResult |
|
) |
| [protected, virtual] |
template<class Distance >
void cv::BruteForceMatcher< Distance >::knnMatchImpl |
( |
const Mat & |
queryDescriptors, |
|
|
vector< vector< DMatch > > & |
matches, |
|
|
int |
k, |
|
|
const vector< Mat > & |
masks = vector<Mat>() , |
|
|
bool |
compactResult = false |
|
) |
| [protected, virtual] |
template<class Distance >
void cv::BruteForceMatcher< Distance >::radiusMatchImpl |
( |
const Mat & |
queryDescriptors, |
|
|
vector< vector< DMatch > > & |
matches, |
|
|
float |
maxDistance, |
|
|
const vector< Mat > & |
masks = vector<Mat>() , |
|
|
bool |
compactResult = false |
|
) |
| [protected, virtual] |
template<>
void cv::BruteForceMatcher< L2< float > >::radiusMatchImpl |
( |
const Mat & |
queryDescriptors, |
|
|
vector< vector< DMatch > > & |
matches, |
|
|
float |
maxDistance, |
|
|
const vector< Mat > & |
masks, |
|
|
bool |
compactResult |
|
) |
| [protected, virtual] |
Member Data Documentation
The documentation for this class was generated from the following file:
- /usr/src/RPM/BUILD/libopencv2.2-2.2.0/modules/features2d/include/opencv2/features2d/features2d.hpp