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

/external/opencv3/modules/features2d/src/
H A Dmatchers.cpp262 static bool ocl_knnMatchDownload(const UMat &trainIdx, const UMat &distance, std::vector< std::vector<DMatch> > &matches, bool compactResult) function in namespace:cv
713 if (!ocl_knnMatchDownload(trainIdx, distance, matches, compactResult) )

Completed in 90 milliseconds