BFMatcher         648 modules/calib3d/test/test_homography.cpp     BFMatcher  matcher(NORM_HAMMING,false);
BFMatcher         185 modules/cudafeatures2d/perf/perf_features2d.cpp         cv::BFMatcher matcher(normType);
BFMatcher         247 modules/cudafeatures2d/perf/perf_features2d.cpp         cv::BFMatcher matcher(normType);
BFMatcher         301 modules/cudafeatures2d/perf/perf_features2d.cpp         cv::BFMatcher matcher(normType);
BFMatcher         194 modules/cudafeatures2d/test/test_features2d.cpp         cv::BFMatcher matcher(cv::NORM_HAMMING);
BFMatcher         980 modules/features2d/include/opencv2/features2d.hpp     CV_WRAP BFMatcher( int normType=NORM_L2, bool crossCheck=false );
BFMatcher          71 modules/features2d/perf/opencl/perf_brute_force_matcher.cpp     BFMatcher matcher(NORM_L2);
BFMatcher          92 modules/features2d/perf/opencl/perf_brute_force_matcher.cpp     BFMatcher matcher(NORM_L2);
BFMatcher         116 modules/features2d/perf/opencl/perf_brute_force_matcher.cpp     BFMatcher matcher(NORM_L2);
BFMatcher         678 modules/features2d/src/matchers.cpp BFMatcher::BFMatcher( int _normType, bool _crossCheck )
BFMatcher         684 modules/features2d/src/matchers.cpp Ptr<DescriptorMatcher> BFMatcher::clone( bool emptyTrainData ) const
BFMatcher         686 modules/features2d/src/matchers.cpp     Ptr<BFMatcher> matcher = makePtr<BFMatcher>(normType, crossCheck);
BFMatcher         718 modules/features2d/src/matchers.cpp void BFMatcher::knnMatchImpl( InputArray _queryDescriptors, std::vector<std::vector<DMatch> >& matches, int knn,
BFMatcher         865 modules/features2d/src/matchers.cpp void BFMatcher::radiusMatchImpl( InputArray _queryDescriptors, std::vector<std::vector<DMatch> >& matches,
BFMatcher         986 modules/features2d/src/matchers.cpp         dm = makePtr<BFMatcher>(int(NORM_L2)); // anonymous enums can't be template parameters
BFMatcher         990 modules/features2d/src/matchers.cpp         dm = makePtr<BFMatcher>(int(NORM_L2SQR));
BFMatcher         994 modules/features2d/src/matchers.cpp         dm = makePtr<BFMatcher>(int(NORM_L1));
BFMatcher         999 modules/features2d/src/matchers.cpp         dm = makePtr<BFMatcher>(int(NORM_HAMMING));
BFMatcher        1003 modules/features2d/src/matchers.cpp         dm = makePtr<BFMatcher>(int(NORM_HAMMING2));
BFMatcher         120 modules/features2d/test/ocl/test_brute_force_matcher.cpp     BFMatcher matcher(distType);
BFMatcher         146 modules/features2d/test/ocl/test_brute_force_matcher.cpp     BFMatcher matcher(distType);
BFMatcher         182 modules/features2d/test/ocl/test_brute_force_matcher.cpp     BFMatcher matcher(distType);
BFMatcher         336 modules/features2d/test/test_rotation_and_scale_invariance.cpp         BFMatcher bfmatcher(normType);
BFMatcher         539 modules/features2d/test/test_rotation_and_scale_invariance.cpp         BFMatcher bfmatcher(normType);
BFMatcher         161 modules/stitching/src/matchers.cpp         matcher = makePtr<BFMatcher>((int)NORM_L2);
BFMatcher          26 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.h     matcher_ = cv::makePtr<cv::BFMatcher>((int)cv::NORM_HAMMING, false);
BFMatcher          29 samples/cpp/tutorial_code/features2D/AKAZE_match.cpp     BFMatcher matcher(NORM_HAMMING);
BFMatcher          47 samples/cpp/tutorial_code/xfeatures2D/LATCH_match.cpp     BFMatcher matcher(NORM_HAMMING);
BFMatcher         372 samples/gpu/performance/tests.cpp     BFMatcher matcher(NORM_L2);