createBFMatcher 92 modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp static Ptr<DescriptorMatcher> createBFMatcher(int normType = cv::NORM_L2); createBFMatcher 170 modules/cudafeatures2d/perf/perf_features2d.cpp cv::Ptr<cv::cuda::DescriptorMatcher> d_matcher = cv::cuda::DescriptorMatcher::createBFMatcher(normType); createBFMatcher 229 modules/cudafeatures2d/perf/perf_features2d.cpp cv::Ptr<cv::cuda::DescriptorMatcher> d_matcher = cv::cuda::DescriptorMatcher::createBFMatcher(normType); createBFMatcher 283 modules/cudafeatures2d/perf/perf_features2d.cpp cv::Ptr<cv::cuda::DescriptorMatcher> d_matcher = cv::cuda::DescriptorMatcher::createBFMatcher(normType); createBFMatcher 289 modules/cudafeatures2d/test/test_features2d.cpp cv::cuda::DescriptorMatcher::createBFMatcher(normCode); createBFMatcher 317 modules/cudafeatures2d/test/test_features2d.cpp cv::cuda::DescriptorMatcher::createBFMatcher(normCode); createBFMatcher 372 modules/cudafeatures2d/test/test_features2d.cpp cv::cuda::DescriptorMatcher::createBFMatcher(normCode); createBFMatcher 412 modules/cudafeatures2d/test/test_features2d.cpp cv::cuda::DescriptorMatcher::createBFMatcher(normCode); createBFMatcher 452 modules/cudafeatures2d/test/test_features2d.cpp cv::cuda::DescriptorMatcher::createBFMatcher(normCode); createBFMatcher 515 modules/cudafeatures2d/test/test_features2d.cpp cv::cuda::DescriptorMatcher::createBFMatcher(normCode); createBFMatcher 578 modules/cudafeatures2d/test/test_features2d.cpp cv::cuda::DescriptorMatcher::createBFMatcher(normCode); createBFMatcher 628 modules/cudafeatures2d/test/test_features2d.cpp cv::cuda::DescriptorMatcher::createBFMatcher(normCode); createBFMatcher 223 modules/stitching/src/matchers.cpp Ptr<cuda::DescriptorMatcher> matcher = cuda::DescriptorMatcher::createBFMatcher(NORM_L2); createBFMatcher 382 samples/gpu/performance/tests.cpp Ptr<cuda::DescriptorMatcher> d_matcher = cuda::DescriptorMatcher::createBFMatcher(NORM_L2); createBFMatcher 65 samples/gpu/surf_keypoint_matcher.cpp Ptr<cv::cuda::DescriptorMatcher> matcher = cv::cuda::DescriptorMatcher::createBFMatcher(surf.defaultNorm());