Home
last modified time | relevance | path

Searched defs:nQuery (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudafeatures2d/src/
Dbrute_force_matcher.cpp366 const int nQuery = query.rows; in matchAsync() local
428 const int nQuery = query.rows; in matchAsync() local
461 const int nQuery = gpu_matches.cols; in matchConvert() local
626 const int nQuery = query.rows; in knnMatchAsync() local
712 const int nQuery = query.rows; in knnMatchAsync() local
749 int nQuery = -1, k = -1; in knnMatchConvert() local
895 const int nQuery = query.rows; in radiusMatchAsync() local
964 const int nQuery = query.rows; in radiusMatchAsync() local
1005 int nQuery = -1; in radiusMatchConvert() local
/external/opencv3/modules/features2d/src/
Dmatchers.cpp125 const int nQuery = trainIdx.cols; in ocl_matchConvert() local
227 const int nQuery = trainIdx.type() == CV_32SC2 ? trainIdx.cols : trainIdx.rows; in ocl_knnMatchConvert() local
341 const int nQuery = trainIdx.rows; in ocl_radiusMatchConvert() local