detectAndCompute  644 modules/calib3d/test/test_homography.cpp     orb->detectAndCompute( img_1, Mat(), keypoints_1, descriptors_1, false );
detectAndCompute  645 modules/calib3d/test/test_homography.cpp     orb->detectAndCompute( img_2, Mat(), keypoints_2, descriptors_2, false );
detectAndCompute  139 modules/cudafeatures2d/perf/perf_features2d.cpp         TEST_CYCLE() orb->detectAndCompute(img, cv::noArray(), cpu_keypoints, cpu_descriptors);
detectAndCompute  352 modules/cudafeatures2d/src/orb.cpp         virtual void detectAndCompute(InputArray _image, InputArray _mask, std::vector<KeyPoint>& keypoints, OutputArray _descriptors, bool useProvidedKeypoints);
detectAndCompute  186 modules/cudafeatures2d/test/test_features2d.cpp         orb->detectAndCompute(loadMat(image), loadMat(mask), keypoints, descriptors);
detectAndCompute  192 modules/cudafeatures2d/test/test_features2d.cpp         orb_gold->detectAndCompute(image, mask, keypoints_gold, descriptors_gold);
detectAndCompute  190 modules/features2d/include/opencv2/features2d.hpp     CV_WRAP virtual void detectAndCompute( InputArray image, InputArray mask,
detectAndCompute   82 modules/features2d/perf/opencl/perf_orb.cpp     OCL_TEST_CYCLE() detector->detectAndCompute(frame, mask, points, descriptors, false);
detectAndCompute   72 modules/features2d/perf/perf_orb.cpp     TEST_CYCLE() detector->detectAndCompute(frame, mask, points, descriptors, false);
detectAndCompute   86 modules/features2d/src/brisk.cpp     void detectAndCompute( InputArray image, InputArray mask,
detectAndCompute   68 modules/features2d/src/feature2d.cpp     detectAndCompute(image, mask, keypoints, noArray(), false);
detectAndCompute  110 modules/features2d/src/feature2d.cpp     detectAndCompute(image, noArray(), keypoints, descriptors, true);
detectAndCompute  698 modules/features2d/src/orb.cpp     void detectAndCompute( InputArray image, InputArray mask, std::vector<KeyPoint>& keypoints,
detectAndCompute  404 modules/features2d/test/test_descriptors_regression.cpp         akaze->detectAndCompute(img, noArray(), keypoints, descriptors);
detectAndCompute  414 modules/features2d/test/test_descriptors_regression.cpp         kaze->detectAndCompute(img, noArray(), keypoints, descriptors);
detectAndCompute  424 modules/features2d/test/test_descriptors_regression.cpp         orb->detectAndCompute(img, noArray(), keypoints, descriptors);
detectAndCompute  434 modules/features2d/test/test_descriptors_regression.cpp         brisk->detectAndCompute(img, noArray(), keypoints, descriptors);
detectAndCompute  381 modules/stitching/src/matchers.cpp         surf->detectAndCompute(gray_image, Mat(), features.keypoints, descriptors);
detectAndCompute  409 modules/stitching/src/matchers.cpp         orb->detectAndCompute(gray_image, Mat(), features.keypoints, features.descriptors);
detectAndCompute  439 modules/stitching/src/matchers.cpp                 orb->detectAndCompute(gray_image_part, UMat(), points, descriptors);
detectAndCompute   96 samples/cpp/matchmethod_orb_akaze_brisk.cpp             b->detectAndCompute(img2, Mat(),keyImg2, descImg2,false);
detectAndCompute   26 samples/cpp/tutorial_code/features2D/AKAZE_match.cpp     akaze->detectAndCompute(img1, noArray(), kpts1, desc1);
detectAndCompute   27 samples/cpp/tutorial_code/features2D/AKAZE_match.cpp     akaze->detectAndCompute(img2, noArray(), kpts2, desc2);
detectAndCompute   44 samples/cpp/tutorial_code/features2D/AKAZE_tracking/planar_tracking.cpp     detector->detectAndCompute(first_frame, noArray(), first_kp, first_desc);
detectAndCompute   55 samples/cpp/tutorial_code/features2D/AKAZE_tracking/planar_tracking.cpp     detector->detectAndCompute(frame, noArray(), kp, desc);
detectAndCompute  291 samples/gpu/performance/tests.cpp     surf->detectAndCompute(src, Mat(), keypoints, descriptors);
detectAndCompute  294 samples/gpu/performance/tests.cpp     surf->detectAndCompute(src, Mat(), keypoints, descriptors);
detectAndCompute  347 samples/gpu/performance/tests.cpp     orb->detectAndCompute(src, Mat(), keypoints, descriptors);
detectAndCompute  350 samples/gpu/performance/tests.cpp     orb->detectAndCompute(src, Mat(), keypoints, descriptors);