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

/external/opencv3/modules/features2d/src/
H A Dmatchers.cpp330 static bool ocl_radiusMatchConvert(const Mat &trainIdx, const Mat &distance, const Mat &_nMatches, function in namespace:cv
391 return ocl_radiusMatchConvert(trainIdxCPU, distanceCPU, nMatchesCPU, matches, compactResult);

Completed in 104 milliseconds