Searched defs:_queryDescriptors (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudafeatures2d/src/ |
D | brute_force_matcher.cpp | 296 void BFMatcher_Impl::match(InputArray _queryDescriptors, InputArray _trainDescriptors, in match() 305 void BFMatcher_Impl::match(InputArray _queryDescriptors, in match() 314 void BFMatcher_Impl::matchAsync(InputArray _queryDescriptors, InputArray _trainDescriptors, in matchAsync() 377 void BFMatcher_Impl::matchAsync(InputArray _queryDescriptors, in matchAsync() 501 void BFMatcher_Impl::knnMatch(InputArray _queryDescriptors, InputArray _trainDescriptors, in knnMatch() 512 void BFMatcher_Impl::knnMatch(InputArray _queryDescriptors, in knnMatch() 573 void BFMatcher_Impl::knnMatchAsync(InputArray _queryDescriptors, InputArray _trainDescriptors, in knnMatchAsync() 655 void BFMatcher_Impl::knnMatchAsync(InputArray _queryDescriptors, in knnMatchAsync() 820 void BFMatcher_Impl::radiusMatch(InputArray _queryDescriptors, InputArray _trainDescriptors, in radiusMatch() 831 void BFMatcher_Impl::radiusMatch(InputArray _queryDescriptors, in radiusMatch() [all …]
|
/external/opencv3/modules/features2d/src/ |
D | matchers.cpp | 718 void BFMatcher::knnMatchImpl( InputArray _queryDescriptors, std::vector<std::vector<DMatch> >& matc… in knnMatchImpl() 865 void BFMatcher::radiusMatchImpl( InputArray _queryDescriptors, std::vector<std::vector<DMatch> >& m… in radiusMatchImpl() 1294 void FlannBasedMatcher::knnMatchImpl( InputArray _queryDescriptors, std::vector<std::vector<DMatch>… in knnMatchImpl() 1305 void FlannBasedMatcher::radiusMatchImpl( InputArray _queryDescriptors, std::vector<std::vector<DMat… in radiusMatchImpl()
|