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

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

add(const vector< Mat > &images, vector< vector< KeyPoint > > &keypoints)cv::GenericDescriptorMatchervirtual
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::GenericDescriptorMatchervirtual
clone(bool emptyTrainData=false) const =0cv::GenericDescriptorMatcherpure virtual
create(const string &genericDescritptorMatcherType, const string &paramsFilename=string())cv::GenericDescriptorMatcherstatic
empty() constcv::GenericDescriptorMatchervirtual
GenericDescriptorMatcher()cv::GenericDescriptorMatcher
getTrainImages() constcv::GenericDescriptorMatcher
getTrainKeypoints() constcv::GenericDescriptorMatcher
isMaskSupported()=0cv::GenericDescriptorMatcherpure 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) 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)=0cv::GenericDescriptorMatcherprotectedpure virtual
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
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)=0cv::GenericDescriptorMatcherprotectedpure virtual
read(const FileNode &fn)cv::GenericDescriptorMatchervirtual
train()cv::GenericDescriptorMatchervirtual
trainPointCollectioncv::GenericDescriptorMatcherprotected
write(FileStorage &fs) constcv::GenericDescriptorMatchervirtual
~GenericDescriptorMatcher()cv::GenericDescriptorMatchervirtual