This is the complete list of members for cv::VectorDescriptorMatcher, including all inherited members.
add(const vector< Mat > &imgCollection, vector< vector< KeyPoint > > &pointCollection) | cv::VectorDescriptorMatcher | virtual |
classify(const Mat &queryImage, vector< KeyPoint > &queryKeypoints, const Mat &trainImage, vector< KeyPoint > &trainKeypoints) const | cv::GenericDescriptorMatcher | |
classify(const Mat &queryImage, vector< KeyPoint > &queryKeypoints) | cv::GenericDescriptorMatcher | |
clear() | cv::VectorDescriptorMatcher | virtual |
clone(bool emptyTrainData=false) const | cv::VectorDescriptorMatcher | virtual |
create(const string &genericDescritptorMatcherType, const string ¶msFilename=string()) | cv::GenericDescriptorMatcher | static |
empty() const | cv::VectorDescriptorMatcher | virtual |
extractor | cv::VectorDescriptorMatcher | protected |
GenericDescriptorMatcher() | cv::GenericDescriptorMatcher | |
getTrainImages() const | cv::GenericDescriptorMatcher | |
getTrainKeypoints() const | cv::GenericDescriptorMatcher | |
isMaskSupported() | cv::VectorDescriptorMatcher | virtual |
knnMatch(const Mat &queryImage, vector< KeyPoint > &queryKeypoints, const Mat &trainImage, vector< KeyPoint > &trainKeypoints, vector< vector< DMatch > > &matches, int k, const Mat &mask=Mat(), bool compactResult=false) const | cv::GenericDescriptorMatcher | |
knnMatch(const Mat &queryImage, vector< KeyPoint > &queryKeypoints, vector< vector< DMatch > > &matches, int k, const vector< Mat > &masks=vector< Mat >(), bool compactResult=false) | cv::GenericDescriptorMatcher | |
knnMatchImpl(const Mat &queryImage, vector< KeyPoint > &queryKeypoints, vector< vector< DMatch > > &matches, int k, const vector< Mat > &masks, bool compactResult) | cv::VectorDescriptorMatcher | protectedvirtual |
match(const Mat &queryImage, vector< KeyPoint > &queryKeypoints, const Mat &trainImage, vector< KeyPoint > &trainKeypoints, vector< DMatch > &matches, const Mat &mask=Mat()) const | cv::GenericDescriptorMatcher | |
match(const Mat &queryImage, vector< KeyPoint > &queryKeypoints, vector< DMatch > &matches, const vector< Mat > &masks=vector< Mat >()) | cv::GenericDescriptorMatcher | |
matcher | cv::VectorDescriptorMatcher | protected |
radiusMatch(const Mat &queryImage, vector< KeyPoint > &queryKeypoints, const Mat &trainImage, vector< KeyPoint > &trainKeypoints, vector< vector< DMatch > > &matches, float maxDistance, const Mat &mask=Mat(), bool compactResult=false) const | cv::GenericDescriptorMatcher | |
radiusMatch(const Mat &queryImage, vector< KeyPoint > &queryKeypoints, vector< vector< DMatch > > &matches, float maxDistance, const vector< Mat > &masks=vector< Mat >(), bool compactResult=false) | cv::GenericDescriptorMatcher | |
radiusMatchImpl(const Mat &queryImage, vector< KeyPoint > &queryKeypoints, vector< vector< DMatch > > &matches, float maxDistance, const vector< Mat > &masks, bool compactResult) | cv::VectorDescriptorMatcher | protectedvirtual |
read(const FileNode &fn) | cv::VectorDescriptorMatcher | virtual |
train() | cv::VectorDescriptorMatcher | virtual |
trainPointCollection | cv::GenericDescriptorMatcher | protected |
VectorDescriptorMatcher(const Ptr< DescriptorExtractor > &extractor, const Ptr< DescriptorMatcher > &matcher) | cv::VectorDescriptorMatcher | |
write(FileStorage &fs) const | cv::VectorDescriptorMatcher | virtual |
~GenericDescriptorMatcher() | cv::GenericDescriptorMatcher | virtual |
~VectorDescriptorMatcher() | cv::VectorDescriptorMatcher | virtual |