Home
last modified time | relevance | path

Searched refs:BFMatcher_Impl (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudafeatures2d/src/
Dbrute_force_matcher.cpp176 class BFMatcher_Impl : public cv::cuda::DescriptorMatcher class
179 explicit BFMatcher_Impl(int norm) : norm_(norm) in BFMatcher_Impl() function in __anone66402020111::BFMatcher_Impl
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()
440 void BFMatcher_Impl::matchConvert(InputArray _gpu_matches, in matchConvert()
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()
[all …]