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

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

add(const vector< Mat > &images, vector< vector< KeyPoint > > &keypoints)cv::GenericDescriptorMatchervirtual
basecv::OneWayDescriptorMatcherprotected
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::OneWayDescriptorMatchervirtual
clone(bool emptyTrainData=false) constcv::OneWayDescriptorMatchervirtual
create(const string &genericDescritptorMatcherType, const string &paramsFilename=string())cv::GenericDescriptorMatcherstatic
empty() constcv::OneWayDescriptorMatchervirtual
GenericDescriptorMatcher()cv::GenericDescriptorMatcher
getTrainImages() constcv::GenericDescriptorMatcher
getTrainKeypoints() constcv::GenericDescriptorMatcher
initialize(const Params &params, const Ptr< OneWayDescriptorBase > &base=Ptr< OneWayDescriptorBase >())cv::OneWayDescriptorMatcher
isMaskSupported()cv::OneWayDescriptorMatchervirtual
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::OneWayDescriptorMatcherprotectedvirtual
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
OneWayDescriptorMatcher(const Params &params=Params())cv::OneWayDescriptorMatcher
paramscv::OneWayDescriptorMatcherprotected
prevTrainCountcv::OneWayDescriptorMatcherprotected
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::OneWayDescriptorMatcherprotectedvirtual
read(const FileNode &fn)cv::OneWayDescriptorMatchervirtual
train()cv::OneWayDescriptorMatchervirtual
trainPointCollectioncv::GenericDescriptorMatcherprotected
write(FileStorage &fs) constcv::OneWayDescriptorMatchervirtual
~GenericDescriptorMatcher()cv::GenericDescriptorMatchervirtual
~OneWayDescriptorMatcher()cv::OneWayDescriptorMatchervirtual