This is the complete list of members for cv::OneWayDescriptorMatcher, including all inherited members.
add(const vector< Mat > &images, vector< vector< KeyPoint > > &keypoints) | cv::GenericDescriptorMatcher | virtual |
base | cv::OneWayDescriptorMatcher | 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::OneWayDescriptorMatcher | virtual |
clone(bool emptyTrainData=false) const | cv::OneWayDescriptorMatcher | virtual |
create(const string &genericDescritptorMatcherType, const string ¶msFilename=string()) | cv::GenericDescriptorMatcher | static |
empty() const | cv::OneWayDescriptorMatcher | virtual |
GenericDescriptorMatcher() | cv::GenericDescriptorMatcher | |
getTrainImages() const | cv::GenericDescriptorMatcher | |
getTrainKeypoints() const | cv::GenericDescriptorMatcher | |
initialize(const Params ¶ms, const Ptr< OneWayDescriptorBase > &base=Ptr< OneWayDescriptorBase >()) | cv::OneWayDescriptorMatcher | |
isMaskSupported() | cv::OneWayDescriptorMatcher | 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::OneWayDescriptorMatcher | 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 | |
OneWayDescriptorMatcher(const Params ¶ms=Params()) | cv::OneWayDescriptorMatcher | |
params | cv::OneWayDescriptorMatcher | protected |
prevTrainCount | cv::OneWayDescriptorMatcher | 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::OneWayDescriptorMatcher | protectedvirtual |
read(const FileNode &fn) | cv::OneWayDescriptorMatcher | virtual |
train() | cv::OneWayDescriptorMatcher | virtual |
trainPointCollection | cv::GenericDescriptorMatcher | protected |
write(FileStorage &fs) const | cv::OneWayDescriptorMatcher | virtual |
~GenericDescriptorMatcher() | cv::GenericDescriptorMatcher | virtual |
~OneWayDescriptorMatcher() | cv::OneWayDescriptorMatcher | virtual |