This is the complete list of members for cv::FernDescriptorMatcher, including all inherited members.
add(const vector< Mat > &images, vector< vector< KeyPoint > > &keypoints) | cv::GenericDescriptorMatcher | virtual |
calcBestProbAndMatchIdx(const Mat &image, const Point2f &pt, float &bestProb, int &bestMatchIdx, vector< float > &signature) | cv::FernDescriptorMatcher | protected |
classifier | cv::FernDescriptorMatcher | protected |
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::FernDescriptorMatcher | virtual |
clone(bool emptyTrainData=false) const | cv::FernDescriptorMatcher | virtual |
create(const string &genericDescritptorMatcherType, const string ¶msFilename=string()) | cv::GenericDescriptorMatcher | static |
empty() const | cv::FernDescriptorMatcher | virtual |
FernDescriptorMatcher(const Params ¶ms=Params()) | cv::FernDescriptorMatcher | |
GenericDescriptorMatcher() | cv::GenericDescriptorMatcher | |
getTrainImages() const | cv::GenericDescriptorMatcher | |
getTrainKeypoints() const | cv::GenericDescriptorMatcher | |
isMaskSupported() | cv::FernDescriptorMatcher | 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::FernDescriptorMatcher | 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 | |
params | cv::FernDescriptorMatcher | protected |
prevTrainCount | cv::FernDescriptorMatcher | 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::FernDescriptorMatcher | protectedvirtual |
read(const FileNode &fn) | cv::FernDescriptorMatcher | virtual |
train() | cv::FernDescriptorMatcher | virtual |
trainFernClassifier() | cv::FernDescriptorMatcher | protected |
trainPointCollection | cv::GenericDescriptorMatcher | protected |
write(FileStorage &fs) const | cv::FernDescriptorMatcher | virtual |
~FernDescriptorMatcher() | cv::FernDescriptorMatcher | virtual |
~GenericDescriptorMatcher() | cv::GenericDescriptorMatcher | virtual |