Searched refs:ocl_knnMatch (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/features2d/src/ |
D | matchers.cpp | 706 static bool ocl_knnMatch(InputArray query, InputArray _train, std::vector< std::vector<DMatch> > &m… in ocl_knnMatch() function 778 …if(ocl_knnMatch(_queryDescriptors, utrainDescCollection[0], matches, knn, normType, compactResult)… in knnMatchImpl() 786 …if(ocl_knnMatch(_queryDescriptors, trainDescCollection[0], matches, knn, normType, compactResult) ) in knnMatchImpl()
|