Home
last modified time | relevance | path

Searched refs:radiusMatchImpl (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp944 …virtual void radiusMatchImpl( InputArray queryDescriptors, std::vector<std::vector<DMatch> >& matc…
989 …virtual void radiusMatchImpl( InputArray queryDescriptors, std::vector<std::vector<DMatch> >& matc…
1029 …virtual void radiusMatchImpl( InputArray queryDescriptors, std::vector<std::vector<DMatch> >& matc…
/external/opencv3/modules/features2d/src/
Dmatchers.cpp645 radiusMatchImpl( queryDescriptors, matches, maxDistance, masks, compactResult ); in radiusMatch()
865 void BFMatcher::radiusMatchImpl( InputArray _queryDescriptors, std::vector<std::vector<DMatch> >& m… in radiusMatchImpl() function in cv::BFMatcher
1305 void FlannBasedMatcher::radiusMatchImpl( InputArray _queryDescriptors, std::vector<std::vector<DMat… in radiusMatchImpl() function in cv::FlannBasedMatcher