OpenCV  2.4.13.5
Open Source Computer Vision
cv::FernDescriptorMatcher Member List

This is the complete list of members for cv::FernDescriptorMatcher, including all inherited members.

add(const vector< Mat > &images, vector< vector< KeyPoint > > &keypoints)cv::GenericDescriptorMatchervirtual
calcBestProbAndMatchIdx(const Mat &image, const Point2f &pt, float &bestProb, int &bestMatchIdx, vector< float > &signature)cv::FernDescriptorMatcherprotected
classifiercv::FernDescriptorMatcherprotected
classify(const Mat &queryImage, vector< KeyPoint > &queryKeypoints, const Mat &trainImage, vector< KeyPoint > &trainKeypoints) constcv::GenericDescriptorMatcher
classify(const Mat &queryImage, vector< KeyPoint > &queryKeypoints)cv::GenericDescriptorMatcher
clear()cv::FernDescriptorMatchervirtual
clone(bool emptyTrainData=false) constcv::FernDescriptorMatchervirtual
create(const string &genericDescritptorMatcherType, const string &paramsFilename=string())cv::GenericDescriptorMatcherstatic
empty() constcv::FernDescriptorMatchervirtual
FernDescriptorMatcher(const Params &params=Params())cv::FernDescriptorMatcher
GenericDescriptorMatcher()cv::GenericDescriptorMatcher
getTrainImages() constcv::GenericDescriptorMatcher
getTrainKeypoints() constcv::GenericDescriptorMatcher
isMaskSupported()cv::FernDescriptorMatchervirtual
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) constcv::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::FernDescriptorMatcherprotectedvirtual
match(const Mat &queryImage, vector< KeyPoint > &queryKeypoints, const Mat &trainImage, vector< KeyPoint > &trainKeypoints, vector< DMatch > &matches, const Mat &mask=Mat()) constcv::GenericDescriptorMatcher
match(const Mat &queryImage, vector< KeyPoint > &queryKeypoints, vector< DMatch > &matches, const vector< Mat > &masks=vector< Mat >())cv::GenericDescriptorMatcher
paramscv::FernDescriptorMatcherprotected
prevTrainCountcv::FernDescriptorMatcherprotected
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) constcv::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::FernDescriptorMatcherprotectedvirtual
read(const FileNode &fn)cv::FernDescriptorMatchervirtual
train()cv::FernDescriptorMatchervirtual
trainFernClassifier()cv::FernDescriptorMatcherprotected
trainPointCollectioncv::GenericDescriptorMatcherprotected
write(FileStorage &fs) constcv::FernDescriptorMatchervirtual
~FernDescriptorMatcher()cv::FernDescriptorMatchervirtual
~GenericDescriptorMatcher()cv::GenericDescriptorMatchervirtual