#include <features2d.hpp>
|
| BruteForceMatcher (Distance d=Distance()) |
|
virtual Ptr< DescriptorMatcher > | clone (bool emptyTrainData=false) const |
|
virtual bool | isMaskSupported () const |
|
virtual | ~BruteForceMatcher () |
|
virtual void | add (const vector< Mat > &descriptors) |
|
virtual void | clear () |
|
bool | empty () const |
|
const vector< Mat > & | getTrainDescriptors () const |
|
void | knnMatch (const Mat &queryDescriptors, const Mat &trainDescriptors, vector< vector< DMatch > > &matches, int k, const Mat &mask=Mat(), bool compactResult=false) const |
|
void | knnMatch (const Mat &queryDescriptors, vector< vector< DMatch > > &matches, int k, const vector< Mat > &masks=vector< Mat >(), bool compactResult=false) |
|
void | match (const Mat &queryDescriptors, const Mat &trainDescriptors, vector< DMatch > &matches, const Mat &mask=Mat()) const |
|
void | match (const Mat &queryDescriptors, vector< DMatch > &matches, const vector< Mat > &masks=vector< Mat >()) |
|
void | radiusMatch (const Mat &queryDescriptors, const Mat &trainDescriptors, vector< vector< DMatch > > &matches, float maxDistance, const Mat &mask=Mat(), bool compactResult=false) const |
|
void | radiusMatch (const Mat &queryDescriptors, vector< vector< DMatch > > &matches, float maxDistance, const vector< Mat > &masks=vector< Mat >(), bool compactResult=false) |
|
virtual void | read (const FileNode &) |
|
virtual void | train () |
|
virtual void | write (FileStorage &) const |
|
virtual | ~DescriptorMatcher () |
|
|
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) |
|
virtual void | radiusMatchImpl (const Mat &queryDescriptors, vector< vector< DMatch > > &matches, float maxDistance, const vector< Mat > &masks=vector< Mat >(), bool compactResult=false) |
|
template<> |
void | radiusMatchImpl (const Mat &queryDescriptors, vector< vector< DMatch > > &matches, float maxDistance, const vector< Mat > &masks, bool compactResult) |
|
void | checkMasks (const vector< Mat > &masks, int queryDescriptorsCount) const |
|
template<class Distance >
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 |
|
) |
| |
|
protectedvirtual |
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 |
|
) |
| |
|
protectedvirtual |
template<>
void cv::BruteForceMatcher< L2< float > >::radiusMatchImpl |
( |
const Mat & |
queryDescriptors, |
|
|
vector< vector< DMatch > > & |
matches, |
|
|
float |
maxDistance, |
|
|
const vector< Mat > & |
masks, |
|
|
bool |
compactResult |
|
) |
| |
|
protectedvirtual |
The documentation for this class was generated from the following file:
- /usr/ports/pobj/OpenCV-2.2.0/OpenCV-2.2.0/modules/features2d/include/opencv2/features2d/features2d.hpp