Searched refs:ocl_radiusMatch (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/features2d/src/ |
D | matchers.cpp | 854 static bool ocl_radiusMatch(InputArray query, InputArray _train, std::vector< std::vector<DMatch> >… in ocl_radiusMatch() function 901 …if(ocl_radiusMatch(_queryDescriptors, utrainDescCollection[0], matches, maxDistance, normType, com… in radiusMatchImpl() 909 …if (ocl_radiusMatch(_queryDescriptors, trainDescCollection[0], matches, maxDistance, normType, com… in radiusMatchImpl()
|