Home
last modified time | relevance | path

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

/external/opencv3/modules/cudafeatures2d/src/
Dbrute_force_matcher.cpp550 std::vector<DMatch>& localMatch = curMatches[queryIdx]; in knnMatch() local
553 for (size_t i = 0; i < localMatch.size(); ++i) in knnMatch()
554 localMatch[i].imgIdx = imgIdx; in knnMatch()
557 …std::merge(globalMatch.begin(), globalMatch.end(), localMatch.begin(), localMatch.end(), std::back… in knnMatch()