|
opencv
2.2.0
|
This is the complete list of members for cv::DescriptorMatcher, including all inherited members.
| add(const vector< Mat > &descriptors) | cv::DescriptorMatcher | virtual |
| checkMasks(const vector< Mat > &masks, int queryDescriptorsCount) const | cv::DescriptorMatcher | protected |
| clear() | cv::DescriptorMatcher | virtual |
| clone(bool emptyTrainData=false) const =0 | cv::DescriptorMatcher | pure virtual |
| clone_op(Mat m) | cv::DescriptorMatcher | inlineprotectedstatic |
| create(const string &descriptorMatcherType) | cv::DescriptorMatcher | static |
| empty() const | cv::DescriptorMatcher | |
| getTrainDescriptors() const | cv::DescriptorMatcher | |
| isMaskedOut(const vector< Mat > &masks, int queryIdx) | cv::DescriptorMatcher | protectedstatic |
| isMaskSupported() const =0 | cv::DescriptorMatcher | pure virtual |
| isPossibleMatch(const Mat &mask, int queryIdx, int trainIdx) | cv::DescriptorMatcher | protectedstatic |
| knnMatch(const Mat &queryDescriptors, const Mat &trainDescriptors, vector< vector< DMatch > > &matches, int k, const Mat &mask=Mat(), bool compactResult=false) const | cv::DescriptorMatcher | |
| knnMatch(const Mat &queryDescriptors, 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)=0 | cv::DescriptorMatcher | protectedpure virtual |
| match(const Mat &queryDescriptors, const Mat &trainDescriptors, vector< DMatch > &matches, const Mat &mask=Mat()) const | cv::DescriptorMatcher | |
| match(const Mat &queryDescriptors, vector< DMatch > &matches, const vector< Mat > &masks=vector< Mat >()) | cv::DescriptorMatcher | |
| 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)=0 | cv::DescriptorMatcher | protectedpure virtual |
| read(const FileNode &) | cv::DescriptorMatcher | virtual |
| train() | cv::DescriptorMatcher | virtual |
| trainDescCollection | cv::DescriptorMatcher | protected |
| write(FileStorage &) const | cv::DescriptorMatcher | virtual |
| ~DescriptorMatcher() | cv::DescriptorMatcher | virtual |
1.8.2