BFMatcher_Impl    296 modules/cudafeatures2d/src/brute_force_matcher.cpp     void BFMatcher_Impl::match(InputArray _queryDescriptors, InputArray _trainDescriptors,
BFMatcher_Impl    305 modules/cudafeatures2d/src/brute_force_matcher.cpp     void BFMatcher_Impl::match(InputArray _queryDescriptors,
BFMatcher_Impl    314 modules/cudafeatures2d/src/brute_force_matcher.cpp     void BFMatcher_Impl::matchAsync(InputArray _queryDescriptors, InputArray _trainDescriptors,
BFMatcher_Impl    377 modules/cudafeatures2d/src/brute_force_matcher.cpp     void BFMatcher_Impl::matchAsync(InputArray _queryDescriptors,
BFMatcher_Impl    440 modules/cudafeatures2d/src/brute_force_matcher.cpp     void BFMatcher_Impl::matchConvert(InputArray _gpu_matches,
BFMatcher_Impl    501 modules/cudafeatures2d/src/brute_force_matcher.cpp     void BFMatcher_Impl::knnMatch(InputArray _queryDescriptors, InputArray _trainDescriptors,
BFMatcher_Impl    512 modules/cudafeatures2d/src/brute_force_matcher.cpp     void BFMatcher_Impl::knnMatch(InputArray _queryDescriptors,
BFMatcher_Impl    573 modules/cudafeatures2d/src/brute_force_matcher.cpp     void BFMatcher_Impl::knnMatchAsync(InputArray _queryDescriptors, InputArray _trainDescriptors,
BFMatcher_Impl    655 modules/cudafeatures2d/src/brute_force_matcher.cpp     void BFMatcher_Impl::knnMatchAsync(InputArray _queryDescriptors,
BFMatcher_Impl    726 modules/cudafeatures2d/src/brute_force_matcher.cpp     void BFMatcher_Impl::knnMatchConvert(InputArray _gpu_matches,
BFMatcher_Impl    820 modules/cudafeatures2d/src/brute_force_matcher.cpp     void BFMatcher_Impl::radiusMatch(InputArray _queryDescriptors, InputArray _trainDescriptors,
BFMatcher_Impl    831 modules/cudafeatures2d/src/brute_force_matcher.cpp     void BFMatcher_Impl::radiusMatch(InputArray _queryDescriptors,
BFMatcher_Impl    842 modules/cudafeatures2d/src/brute_force_matcher.cpp     void BFMatcher_Impl::radiusMatchAsync(InputArray _queryDescriptors, InputArray _trainDescriptors,
BFMatcher_Impl    912 modules/cudafeatures2d/src/brute_force_matcher.cpp     void BFMatcher_Impl::radiusMatchAsync(InputArray _queryDescriptors,
BFMatcher_Impl    983 modules/cudafeatures2d/src/brute_force_matcher.cpp     void BFMatcher_Impl::radiusMatchConvert(InputArray _gpu_matches,
BFMatcher_Impl   1074 modules/cudafeatures2d/src/brute_force_matcher.cpp     return makePtr<BFMatcher_Impl>(norm);