This is the complete list of members for cv::GenericDescriptorMatcher, including all inherited members.
add(const vector< Mat > &images, vector< vector< KeyPoint > > &keypoints) | cv::GenericDescriptorMatcher | 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::GenericDescriptorMatcher | virtual |
clone(bool emptyTrainData=false) const =0 | cv::GenericDescriptorMatcher | pure virtual |
create(const string &genericDescritptorMatcherType, const string ¶msFilename=string()) | cv::GenericDescriptorMatcher | static |
empty() const | cv::GenericDescriptorMatcher | virtual |
GenericDescriptorMatcher() | cv::GenericDescriptorMatcher | |
getTrainImages() const | cv::GenericDescriptorMatcher | |
getTrainKeypoints() const | cv::GenericDescriptorMatcher | |
isMaskSupported()=0 | cv::GenericDescriptorMatcher | pure 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)=0 | cv::GenericDescriptorMatcher | protectedpure virtual |
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 | |
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)=0 | cv::GenericDescriptorMatcher | protectedpure virtual |
read(const FileNode &fn) | cv::GenericDescriptorMatcher | virtual |
train() | cv::GenericDescriptorMatcher | virtual |
trainPointCollection | cv::GenericDescriptorMatcher | protected |
write(FileStorage &fs) const | cv::GenericDescriptorMatcher | virtual |
~GenericDescriptorMatcher() | cv::GenericDescriptorMatcher | virtual |