Searched refs:_train (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/features2d/src/ |
D | matchers.cpp | 696 static bool ocl_match(InputArray query, InputArray _train, std::vector< std::vector<DMatch> > &matc… in ocl_match() argument 699 if (!ocl_matchSingle(query, _train, trainIdx, distance, dstType)) in ocl_match() 706 static bool ocl_knnMatch(InputArray query, InputArray _train, std::vector< std::vector<DMatch> > &m… in ocl_knnMatch() argument 711 if (!ocl_knnMatchSingle(query, _train, trainIdx, distance, dstType)) in ocl_knnMatch() 854 static bool ocl_radiusMatch(InputArray query, InputArray _train, std::vector< std::vector<DMatch> >… in ocl_radiusMatch() argument 858 if (!ocl_radiusMatchSingle(query, _train, trainIdx, distance, nMatches, maxDistance, dstType)) in ocl_radiusMatch()
|