Searched defs:curMatches (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/features2d/src/
H A Dmatchers.cpp239 std::vector<DMatch> &curMatches = matches.back(); local
240 curMatches.reserve(k);
252 curMatches.push_back(m);
256 if (compactResult && curMatches.empty())
363 std::vector<DMatch> &curMatches = matches.back(); local
373 curMatches[i] = m;
376 std::sort(curMatches.begin(), curMatches.end());

Completed in 124 milliseconds