OpenCV  2.4.13.3
Open Source Computer Vision
cv::VectorDescriptorMatcher Member List

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

add(const vector< Mat > &imgCollection, vector< vector< KeyPoint > > &pointCollection)cv::VectorDescriptorMatchervirtual
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::VectorDescriptorMatchervirtual
clone(bool emptyTrainData=false) constcv::VectorDescriptorMatchervirtual
create(const string &genericDescritptorMatcherType, const string &paramsFilename=string())cv::GenericDescriptorMatcherstatic
empty() constcv::VectorDescriptorMatchervirtual
extractorcv::VectorDescriptorMatcherprotected
GenericDescriptorMatcher()cv::GenericDescriptorMatcher
getTrainImages() constcv::GenericDescriptorMatcher
getTrainKeypoints() constcv::GenericDescriptorMatcher
isMaskSupported()cv::VectorDescriptorMatchervirtual
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::VectorDescriptorMatcherprotectedvirtual
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
matchercv::VectorDescriptorMatcherprotected
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::VectorDescriptorMatcherprotectedvirtual
read(const FileNode &fn)cv::VectorDescriptorMatchervirtual
train()cv::VectorDescriptorMatchervirtual
trainPointCollectioncv::GenericDescriptorMatcherprotected
VectorDescriptorMatcher(const Ptr< DescriptorExtractor > &extractor, const Ptr< DescriptorMatcher > &matcher)cv::VectorDescriptorMatcher
write(FileStorage &fs) constcv::VectorDescriptorMatchervirtual
~GenericDescriptorMatcher()cv::GenericDescriptorMatchervirtual
~VectorDescriptorMatcher()cv::VectorDescriptorMatchervirtual