Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dmatchers.cpp117 static bool ocl_matchConvert(const Mat &trainIdx, const Mat &distance, std::vector< std::vector<DMa… in ocl_matchConvert() function
158 return ocl_matchConvert(trainIdxCPU, distanceCPU, matches); in ocl_matchDownload()