Searched refs:knnMatchImpl (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/features2d/include/opencv2/
H A Dfeatures2d.hpp942 virtual void knnMatchImpl( InputArray queryDescriptors, std::vector<std::vector<DMatch> >& matches, int k,
987 virtual void knnMatchImpl( InputArray queryDescriptors, std::vector<std::vector<DMatch> >& matches, int k,
1027 virtual void knnMatchImpl( InputArray queryDescriptors, std::vector<std::vector<DMatch> >& matches, int k,
/external/opencv3/modules/features2d/src/
H A Dmatchers.cpp630 knnMatchImpl( queryDescriptors, matches, knn, masks, compactResult );
718 void BFMatcher::knnMatchImpl( InputArray _queryDescriptors, std::vector<std::vector<DMatch> >& matches, int knn, function in class:cv::BFMatcher
1294 void FlannBasedMatcher::knnMatchImpl( InputArray _queryDescriptors, std::vector<std::vector<DMatch> >& matches, int knn,

Completed in 87 milliseconds