Home
last modified time | relevance | path

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

/external/opencv3/modules/cudafeatures2d/src/
Dbrute_force_matcher.cpp1035 const int nMatched = std::min(nMatchesPtr[queryIdx], gpu_matches.cols); in radiusMatchConvert() local
1037 if (nMatched == 0) in radiusMatchConvert()
1046 matches.push_back(std::vector<DMatch>(nMatched)); in radiusMatchConvert()
1049 for (int i = 0; i < nMatched; ++i) in radiusMatchConvert()