Searched refs:_train (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/features2d/src/
H A Dmatchers.cpp696 static bool ocl_match(InputArray query, InputArray _train, std::vector< std::vector<DMatch> > &matches, int dstType) argument
699 if (!ocl_matchSingle(query, _train, trainIdx, distance, dstType))
706 static bool ocl_knnMatch(InputArray query, InputArray _train, std::vector< std::vector<DMatch> > &matches, int k, int dstType, bool compactResult) argument
711 if (!ocl_knnMatchSingle(query, _train, trainIdx, distance, dstType))
854 static bool ocl_radiusMatch(InputArray query, InputArray _train, std::vector< std::vector<DMatch> > &matches, argument
858 if (!ocl_radiusMatchSingle(query, _train, trainIdx, distance, nMatches, maxDistance, dstType))

Completed in 43 milliseconds