, including all inherited members.
| _create(const string &name) | cv::Algorithm | [static] |
| add(const vector< Mat > &descriptors) | cv::DescriptorMatcher | [virtual] |
| Algorithm() | cv::Algorithm | |
| BFMatcher(int normType, bool crossCheck=false) | cv::BFMatcher | |
| BruteForceMatcher(Distance d=Distance()) | cv::BruteForceMatcher< Distance > | |
| checkMasks(const vector< Mat > &masks, int queryDescriptorsCount) const | cv::DescriptorMatcher | [protected] |
| clear() | cv::DescriptorMatcher | [virtual] |
| clone(bool emptyTrainData=false) const | cv::BFMatcher | [virtual] |
| clone_op(Mat m) | cv::DescriptorMatcher | [protected, static] |
| Constructor typedef | cv::Algorithm | |
| create(const string &descriptorMatcherType) | cv::DescriptorMatcher | [static] |
| crossCheck | cv::BFMatcher | [protected] |
| empty() const | cv::DescriptorMatcher | [virtual] |
| get(const string &name) const | cv::Algorithm | |
| get(const char *name) const | cv::Algorithm | |
| getAlgorithm(const string &name) const | cv::Algorithm | |
| getBool(const string &name) const | cv::Algorithm | |
| getDouble(const string &name) const | cv::Algorithm | |
| getInt(const string &name) const | cv::Algorithm | |
| getList(CV_OUT vector< string > &algorithms) | cv::Algorithm | [static] |
| getMat(const string &name) const | cv::Algorithm | |
| getMatVector(const string &name) const | cv::Algorithm | |
| getParams(CV_OUT vector< string > &names) const | cv::Algorithm | |
| getString(const string &name) const | cv::Algorithm | |
| Getter typedef | cv::Algorithm | |
| getTrainDescriptors() const | cv::DescriptorMatcher | |
| info() const | cv::Algorithm | [virtual] |
| isMaskedOut(const vector< Mat > &masks, int queryIdx) | cv::DescriptorMatcher | [protected, static] |
| isMaskSupported() const | cv::BFMatcher | [virtual] |
| isPossibleMatch(const Mat &mask, int queryIdx, int trainIdx) | cv::DescriptorMatcher | [protected, static] |
| knnMatch(const Mat &queryDescriptors, const Mat &trainDescriptors, CV_OUT vector< vector< DMatch > > &matches, int k, const Mat &mask=Mat(), bool compactResult=false) const | cv::DescriptorMatcher | |
| knnMatch(const Mat &queryDescriptors, CV_OUT vector< vector< DMatch > > &matches, int k, const vector< Mat > &masks=vector< Mat >(), bool compactResult=false) | cv::DescriptorMatcher | |
| knnMatchImpl(const Mat &queryDescriptors, vector< vector< DMatch > > &matches, int k, const vector< Mat > &masks=vector< Mat >(), bool compactResult=false) | cv::BFMatcher | [protected, virtual] |
| match(const Mat &queryDescriptors, const Mat &trainDescriptors, CV_OUT vector< DMatch > &matches, const Mat &mask=Mat()) const | cv::DescriptorMatcher | |
| match(const Mat &queryDescriptors, CV_OUT vector< DMatch > &matches, const vector< Mat > &masks=vector< Mat >()) | cv::DescriptorMatcher | |
| name() const | cv::Algorithm | |
| normType | cv::BFMatcher | [protected] |
| paramHelp(const string &name) const | cv::Algorithm | |
| paramType(const char *name) const | cv::Algorithm | |
| paramType(const string &name) const | cv::Algorithm | |
| radiusMatch(const Mat &queryDescriptors, const Mat &trainDescriptors, vector< vector< DMatch > > &matches, float maxDistance, const Mat &mask=Mat(), bool compactResult=false) const | cv::DescriptorMatcher | |
| radiusMatch(const Mat &queryDescriptors, vector< vector< DMatch > > &matches, float maxDistance, const vector< Mat > &masks=vector< Mat >(), bool compactResult=false) | cv::DescriptorMatcher | |
| radiusMatchImpl(const Mat &queryDescriptors, vector< vector< DMatch > > &matches, float maxDistance, const vector< Mat > &masks=vector< Mat >(), bool compactResult=false) | cv::BFMatcher | [protected, virtual] |
| read(const FileNode &) | cv::DescriptorMatcher | [virtual] |
| set(const string &name, int value) | cv::Algorithm | |
| set(const string &name, double value) | cv::Algorithm | |
| set(const string &name, bool value) | cv::Algorithm | |
| set(const string &name, const string &value) | cv::Algorithm | |
| set(const string &name, const Mat &value) | cv::Algorithm | |
| set(const string &name, const vector< Mat > &value) | cv::Algorithm | |
| set(const string &name, const Ptr< Algorithm > &value) | cv::Algorithm | |
| set(const string &name, const Ptr< _Tp > &value) | cv::Algorithm | |
| set(const char *name, int value) | cv::Algorithm | |
| set(const char *name, double value) | cv::Algorithm | |
| set(const char *name, bool value) | cv::Algorithm | |
| set(const char *name, const string &value) | cv::Algorithm | |
| set(const char *name, const Mat &value) | cv::Algorithm | |
| set(const char *name, const vector< Mat > &value) | cv::Algorithm | |
| set(const char *name, const Ptr< Algorithm > &value) | cv::Algorithm | |
| set(const char *name, const Ptr< _Tp > &value) | cv::Algorithm | |
| setAlgorithm(const string &name, const Ptr< Algorithm > &value) | cv::Algorithm | |
| setAlgorithm(const string &name, const Ptr< _Tp > &value) | cv::Algorithm | |
| setAlgorithm(const char *name, const Ptr< Algorithm > &value) | cv::Algorithm | |
| setAlgorithm(const char *name, const Ptr< _Tp > &value) | cv::Algorithm | |
| setBool(const string &name, bool value) | cv::Algorithm | |
| setBool(const char *name, bool value) | cv::Algorithm | |
| setDouble(const string &name, double value) | cv::Algorithm | |
| setDouble(const char *name, double value) | cv::Algorithm | |
| setInt(const string &name, int value) | cv::Algorithm | |
| setInt(const char *name, int value) | cv::Algorithm | |
| setMat(const string &name, const Mat &value) | cv::Algorithm | |
| setMat(const char *name, const Mat &value) | cv::Algorithm | |
| setMatVector(const string &name, const vector< Mat > &value) | cv::Algorithm | |
| setMatVector(const char *name, const vector< Mat > &value) | cv::Algorithm | |
| setString(const string &name, const string &value) | cv::Algorithm | |
| setString(const char *name, const string &value) | cv::Algorithm | |
| Setter typedef | cv::Algorithm | |
| train() | cv::DescriptorMatcher | [virtual] |
| trainDescCollection | cv::DescriptorMatcher | [protected] |
| write(FileStorage &) const | cv::DescriptorMatcher | [virtual] |
| ~Algorithm() | cv::Algorithm | [virtual] |
| ~BFMatcher() | cv::BFMatcher | [virtual] |
| ~BruteForceMatcher() | cv::BruteForceMatcher< Distance > | [virtual] |
| ~DescriptorMatcher() | cv::DescriptorMatcher | [virtual] |