Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dmatchers.cpp501 …convertMatches( const std::vector<std::vector<DMatch> >& knnMatches, std::vector<DMatch>& matches ) in convertMatches()
591 std::vector<std::vector<DMatch> > knnMatches; in match() local